html,
body {
  height: 100%;
}

/*.nav{
  display: inherit;
  }*/

  .lottiecontainer svg {
    position: relative;
    top: -13px;
    left: -11px;
    height: 60px !important;
    width: 80px !important;
  }

  .break_line{
    line-break: anywhere;
  }

  .previosButtonimg{
    transition: 0.1s;
  }

  .previosButtonimg:active {
    transform: translateX(-5px);
    transition: 0.1s;
  }

  .nextButtonimg{
    transition: 0.1s;
  }

  .nextButtonimg:active {
    transform: translateX(5px);
    transition: 0.1s;
  }

  .break_text{
    max-height: 100%;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap; /* Don't forget this one */
    text-overflow: ellipsis;
  }

  .sid_bar_bg > img {
    transition: 0.1s;
  }

  .sid_bar_bg:hover > img {
    transform: scale(1.1);
    transition: 0.2s;
  }

  .sid_bar_bg:active > img {
    transform: scale(0.9);
    transition: 0.2s;
  }

  .side_bar_map {
    transition: 0.2s;
  }

  .side_bar_map:hover {
    filter: brightness(1.1);
    transform: scale(1.1);
    transition: 0.2s;
  }

  .side_bar_map:active {
    filter: brightness(0.9);
    transform: scale(0.9);
    transition: 0.2s;
  }


/* Makes left side fixed size for desktop and 100% width for mobile */
.section-left_bottom_data {
  width: 26em;
  max-width: 26em;
  right: 0em;
  flex: none !important;
  padding: 0 15px 0 15px;
  height: 100%;
  transition: 0.5s;
}

.section-left_bottom_data_expanded {
  width: 26em;
  max-width: 26em;
  right: 27em;
  flex: none !important;
  padding: 0 15px 0 15px;
  height: 100%;
  transition: 0.5s;
}

@media (max-width: 768px) {
  .section-left_bottom_data {
    width: 100vw;
    max-width: inherit !important;
    flex: none !important;
    padding: 0 15px 0 15px;
    height: auto;
    touch-action: none;
    -ms-touch-action: none;
  }
}

/* .control_bar > div {
  margin-bottom: 1rem!important;
} */

.back_ground_gradient_grey

.noReceipts {
  text-align: center;
  margin-top: 50px;
  width: 100%;
}

.noDeviceDiv {
  text-align: center;
  margin-top: 200px;
}

.noAlarms {
  text-align: center;
  margin-top: 50px;
}

.back-arrow {
  width: 10%;
  transform: rotate(180deg);
}

.name-area {
  word-wrap: break-word;
}

#logout {

  font-size: 22px;
}

#return {

  font-weight: 800;
  color: #D2B06F;

}

#icon-warning {

  font-weight: 600;
}

body {
  background: #ffffff;
  color: #000;
  padding: 0px;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  overflow-x: hidden;
  shape-rendering: geometricprecision;
  text-rendering: geometricPrecision;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  touch-action:none;
}

.dataPlanBoxShadow {
  box-shadow: 0px 2px 4px rgb(0 0 0 / 10%) !important
}

.minHeightOfLabel {
  max-height: 4rem;
}

body, #col-12 {
  background-color: linear-gradient(167.96deg, #FFFFFF 0%, #EEEEEE 100%);
}

.img-fluid .mx-auto .setting-icon .d-block {
  width: inherit;
}

.loginLogo {
  padding-bottom: 5%;
}


*,
figure,
ul,
li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: normal;
  margin-bottom: 0;
}

a,
.btn,
button,
i {
  color: #000000;
}

a:hover {
  color: #000000;
}

.trs {
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

img {
  max-width: 100%;
}

p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #132439;
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #132439;
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #132439;
  opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #132439;
  opacity: 1;
}

select,
input,
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-background-clip: text;
}

/* input:-webkit-autofill{
    background-color: transparent;
    color: transparent;
  } */

/**** Web Icons */
@font-face {
  font-family: 'swetrack';
  src: url("../fonts/swetrack.eot?6cppkp");
  src: url("../fonts/swetrack.eot?6cppkp#iefix") format("embedded-opentype"), url("../fonts/swetrack.ttf?6cppkp") format("truetype"), url("../fonts/swetrack.woff?6cppkp") format("woff"), url("../fonts/swetrack.svg?6cppkp#swetrack") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'swetrack' !important;
  speak: never;
  font-style: normal;
  font-size: 15px;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
}

.icon-point-battery:before {
  content: "\e900";
  color: #ff2d55;
}

.icon-point-battery1:before {
  content: "\e901";
  color: #ff2d55;
}

.icon-point-battery2:before {
  content: "\e902";
  color: #2699fb;
}

.icon-full-battery:before {
  content: "\e903";
  color: #2699fb;
}

.icon-alarm-type:before {
  content: "\e904";
  color: #2699fb;
}

.icon-bell:before {
  content: "\e905";
  color: #2699fb;
}

.icon-map-pointer-notification .path1:before {
  content: "\e906";
  color: #f8fbfd;
}

.icon-map-pointer-notification .path2:before {
  content: "\e907";
  margin-left: -0.7392578125em;
  color: #101426;
}

.icon-forward-arrow-small:before {
  content: "\e908";
  color: #fff;
}

.icon-arrow-right:before {
  content: "\e909";
  color: #000000;
}

.icon-back-arrow:before {
  content: "\e90a";
  color: #fff;
}

.icon-combine-arrows-right:before {
  content: "\e90b";
  color: #fff;
}

.icon-menu-arrow-right:before {
  content: "\e90c";
  color: #fff;
}

.icon-menu-arrow-left:before {
  content: "\e90d";
  color: #fff;
}

.icon-combine-arrows-bottom:before {
  content: "\e90e";
  color: #c0c0c2;
}

.icon-download-arrow:before {
  content: "\e90f";
  color: black;
}

.icon-downword-arrow-small:before {
  content: "\e910";
  color: #fff;
}

.icon-forward-arrow:before {
  content: "\e911";
  color: #d2b06f;
}

.icon-dropdown-arrow:before {
  content: "\e912";
  color: #2699fb;
}

.icon-location-icon .path1:before {
  content: "\e913";
  color: black;
}

.icon-location-icon:before {
  content: "\e913";
  color: rgb(21, 241, 117);
}

.icon-location-icon .path2:before {
  content: "\e914";
  margin-left: -0.7705078125em;
  color: black;
}

.icon-location-icon .path3:before {
  content: "\e915";
  margin-left: -0.7705078125em;
  color: #101426;
}

.icon-bike:before {
  content: "\e916";
}

.icon-map-pointer:before {
  content: "\e917";
  color: #2699FB;
  font-size: calc(20px + 1vw);
}

.icon-show-geofences:before {
  content: "\e918";
}

.icon-user-location2:before {
  content: "\e919";
  color: black;
}

#kartsymbol:before {
  content: "\e919";
  color: white;
}

#kartsymbol2:before {
  content: "\e919";
  color: #000;
  /* padding-left: 80%; */
}

#kartsymbol3:before {
  content: "\e919";
  color: #000;
  /* padding-left: 80%; */
}

.device-details .add-btn-area .btn,
.device-details .filter-btn-area .btn {
  padding: 12px 10px !important;
}

#dropdown07 {
  z-index: 100;
}

.headerSection #dropdown07 {
  z-index: 100;
  padding-left: 20px;
  margin-top: 20vh;
}

.mCS_img_loaded {
  margin: auto;
}

.table-responsive.account-details {
  margin-bottom: 10rem;
  height: 25rem;
}

.icon-blank-circle:before {
  content: "\e91a";
}

.icon-balnk-circle-active .path1:before {
  content: "\e91b";
  color: white;
}

.icon-balnk-circle-active .path2:before {
  content: "\e91c";
  margin-left: -1em;
  color: #132439;
}

.icon-checked:before {
  content: "\e91d";
  color: #D2B06F;
}



.icon-ckecked-box:before {
  content: "\e91f";
  color: #d2b06f;
}

.icon-chose-vhicle:before {
  content: "\e920";
}

.icon-closed:before {
  content: "\e921";
  color: #FF2323;
}

.icon-circle-edit-icon:before {
  content: "\e922";
  color: #c0c0c2;
}

.icon-closed-small:before {
  content: "\e923";
  color: black;
}

.terms-use .modal-title .icon-closed-small:before {
  content: "\e923";
  color: black;
}

#icon-closed-small {
  content: "\e923";
  color: white;
}

.icon-circling-arrow .path1:before {
  content: "\e924";
  color: #ff2d55;
}

.icon-circling-arrow .path2:before {
  content: "\e925";
  margin-left: -1em;
  color: #132439;
}

.icon-circling-arrow .path3:before {
  content: "\e926";
  margin-left: -1em;
  color: #132439;
}

.icon-user:before {
  content: "\e927";
  color: #FFF;
}

.icon-profile-icon:before {
  content: "\e928";
  color: #21a1ff;
}

.icon-user-login:before {
  content: "\e929";
}

.icon-delete-icon:before {
  content: "\e92a";
  color: #ff2d55;
}

.icon-edit-icon:before {
  content: "\e92b";
}

.icon-email:before {
  content: "\e92c";
}

.icon-email2:before {
  content: "\e92d";
}

.icon-ignition:before {
  content: "\e92e";
  color: #2699fb;
}

.icon-imei-no:before {
  content: "\e92f";
  color: #1f97ef;
}

.icon-last-seen:before {
  content: "\e930";
  color: #1f97ef;
}

.icon-map-location-icon .path1:before {
  content: "\e931";
  color: #f8fbfd;
}

.icon-map-location-icon .path2:before {
  content: "\e932";
  margin-left: -0.9736328125em;
  color: #f8fbfd;
}

.icon-map-location-icon .path3:before {
  content: "\e933";
  margin-left: -0.9736328125em;
  color: #f8fbfd;
}

.icon-map-location-icon .path4:before {
  content: "\e934";
  margin-left: -0.9736328125em;
  color: #1f97ef;
}

.icon-map-location-icon .path5:before {
  content: "\e935";
  margin-left: -0.9736328125em;
  color: #1165a3;
}

.icon-map-location-icon .path6:before {
  content: "\e936";
  margin-left: -0.9736328125em;
  color: #1f97ef;
}

.icon-mobile:before {
  content: "\e937";
}

.icon-modell-icon:before {
  content: "\e938";
  color: #1f97ef;
}

.icon-photo-icon:before {
  content: "\e939";
}

.icon-plus:before {
  content: "\e93a";
}

.icon-pover-saving:before {
  content: "\e93b";
  color: #1f97ef;
}

.icon-speed:before {
  content: "\e93c";
}

.icon-power-battery:before {
  content: "\e93d";
  color: #1f97ef;
}

.icon-power-circle-icon:before {
  content: "\e93e";
}

.icon-power-icon:before {
  content: "\e93f";
}

.icon-trace-unit:before {
  content: "\e940";
}

.icon-promotion-icon:before {
  content: "\e941";
}

.icon-question-mark:before {
  content: "\e942";
  color: #2699fb;
}

.icon-red-user .path1:before {
  content: "\e943";
  color: black;
}

.icon-red-user .path2:before {
  content: "\e944";
  margin-left: -0.77734375em;
  color: #080808;
}

.icon-red-user .path3:before {
  content: "\e945";
  margin-left: -0.77734375em;
  color: #080808;
}

.icon-user-location:before {
  content: "\e946";
}

.icon-refresh:before {
  content: "\e947";
  color: #1f97ef;
}

.icon-search:before {
  content: "\e948";
}

.icon-security:before {
  content: "\e949";
}

.icon-settings:before {
  content: "\e94a";
  color: #fff;
}

.icon-time-clock:before {
  content: "\e94b";
  color: #D2B06F;
}

.icon-show-device-name:before {
  content: "\e94c";
}

.icon-wifi:before {
  content: "\e94d";
  color: #c0c0c2;
}

.icon-warning2:before {
  content: "\e94e";
  color: gray;
}

/***********default*********/
.wrapper {
  background-color: #ffffff;
  position: relative;
}

.body-color {
  background-color: #132439;
}



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

.positioRelative {
  position: relative;
}

.height100 {
  height: 100%;
}

.height80 {
  height: 80%;
}

.verticalyMiddle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.overflowHidden {
  overflow: hidden;
}

.bodyOverlay {
  overflow: hidden;
}

.bodyOverlay:before {
  position: fixed;
  background-color: #000000;
  opacity: 0.3;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 999;
}

.phone-hide {
  display: none;
}

.img-cover-area {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top center;
}

.badge-primary {
  background-color: inherit;
  color: #4C6177;
  font-size: 12px;
  border-radius: 100%;
  text-align: center;
  line-height: 20px;
  padding: 0;
}

/*.hide-on-mobile{ display: block; }*/
.hide-on-desktop {
  display: none;
}

a:not([href]).btn:not([tabindex]) {
  color: #FFFFFF;
}



.tbn-secondary {
  background: #000000;
  border: #000000 solid 3px;
  color: #FFFFFF;
}

.tbn-secondary:hover,
.tbn-secondary:focus {
  background: #D2B06F;
  border-color: #D2B06F;
  color: #FFF;
}

.tbn-secondary:not(:disabled):not(.disabled).active:focus,
.tbn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.tbn-secondary.dropdown-toggle:focus,
.tbn-secondary:not(:disabled):not(.disabled).active,
.tbn-secondary:not(:disabled):not(.disabled):active,
.show>.tbn-secondary.dropdown-toggle {
  background: #132439;
  border-color: #132439;
  color: #FFFFFF;
}




.btn-success {
  color: #FFFFFF;
  background-color: #007300;
  border: #007300 solid 3px;
  display: inline-block;
}

.btn-success:hover,
.btn-success:focus {
  background: #FFFFFF;
  border-color: #007300;
  color: #007300;
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus,
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
  background: #FFFFFF;
  border-color: #007300;
  color: #007300;
}

.btn-light {
  color: #132439;
  background-color: #FFFFFF;
  border: #FFFFFF solid 3px;
  display: inline-block;
}

.btn-light:hover,
.btn-light:focus {
  background: #FFFFFF;
  border-color: #153c59;
  color: #132439;
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus,
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
  background: #FFFFFF;
  border-color: #153c59;
  color: #132439;
}

.btn-link {
  color: #FFFFFF;
  max-width: 200px;
  font-size: 16px;
}

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

.default-heading {
  display: block;
  position: relative;
}

.default-heading h1,
.default-heading>a.heading01 {
  font-size: 95px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

.default-heading h1 span,
.default-heading>a.heading01 span {
  font-weight: 300;
  color: #4C6177;
}

.default-heading h2,
.default-heading>a.heading02 {
  font-size: 112px;
  line-height: 95px;
  font-weight: 800;
  color: #D2B06F;
}

.default-heading h3,
.default-heading>a.heading03 {
  font-size: 77px;
  line-height: 70px;
  font-weight: 400;
  color: #FFFFFF;
}

.default-heading h4,
.default-heading>a.heading04 {
  font-size: 30px;
  font-weight: 800;
  padding-top: 40px;
}

.default-heading h5,
.default-heading>a.heading05 {
  font-size: 22px;
  font-weight: 800;
}

.default-heading h6,
.default-heading>a.heading06 {
  font-size: 16px;
  font-weight: 1000;
}

.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}

.owl-carousel .owl-dots {
  text-align: center;
}

.owl-carousel .owl-dots button.owl-dot {
  margin: 0 5px;
  background-color: #FFFFFF;
  width: 20px;
  height: 20px;
  border: #FFFFFF solid 2px;
  border-radius: 100px;
}

.owl-carousel .owl-dots button.owl-dot.active {
  background-color: #132439;
  border: #FFFFFF solid 2px;
  width: 20px;
  height: 20px;
  border-radius: 100px;
}

.owl-nav {
  position: absolute;
  top: 38%;
  width: 100%;
  left: 0;
  right: 0;
}

.owl-nav .owl-prev {
  position: absolute;
  left: 15px;
}

.owl-nav .owl-next {
  position: absolute;
  right: 15px;
}

.owl-nav .owl-prev i,
.owl-nav .owl-next i {
  font-size: 36px;
  color: #d51b00;
  line-height: 0;
}

/*.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev{ -webkit-transform: rotateY(130deg); transform: rotateY(130deg);} */
button:focus {
  outline: none;
}

.form-group {
  position: relative;
  margin-bottom: 15px;
}

.form-group label {
  color: #ffffff;
  font-weight: bold;
  position: relative;
  line-height: 24px;
}

.form-group label span {
  position: absolute;
  top: 0;
  right: -10px;
  color: #FF0000;
  margin-left: 10px;
  display: block;
}

.form-group select {
  font-size: 16px;
  padding: 10px 10px;
  height: auto;
  color: #000000;
  background: #ebeff2;
  border: 1px solid #b9c6d3;
  border-radius: 0;
}



.form-control.minheight,
.form-inline .form-control.minheight {
  min-height: 130px;
}

.form-group select.custom-select {
  background: #ebeff2 url(../images/down-arrow.svg);
  background-repeat: no-repeat;
  background-position: 98% 16px;
  background-size: 15px;
  border: 1px solid #b9c6d3;
}

.form-group .input-group.date .input-group-addon {
  background-color: #ddd;
  color: #d51b00;
  padding: 7px 8px;
  border-radius: 0rem .25rem .25rem 0rem;
}

.form-group .input-group.date .input-group-addon .fa {
  color: #d51b00;
}

.form-control:focus,
select:focus,
.custom-select:focus {
  box-shadow: 0 0 0 0.2rem rgba(21, 60, 89, 0.1);
}

.form-control:invalid {
  border-color: #FF0000;
}

.required-area {
  color: #FF0000;
}

.error-area {
  color: #FF0000;
  font-size: 14px;
  line-height: 11px;
  position: absolute;
  display: block;
  margin-top: 3px;
}




.custom-checkbox .custom-switch {
  text-align: center;
  padding-left: 0;
  min-height: inherit;
}

.custom-switch .custom-control-label {
  cursor: pointer;
  min-height: inherit;
  vertical-align: middle;
  border: #c0c0c2 solid 1px;
  border: #4C6177 solid 1px;
  width: 66px;
  max-width: 66px;
  height: 30px;
  max-height: 30px;
  border-radius: 100px;
}

.custom-switch .custom-control-label::before {
  left: 7px;
}

.custom-switch .custom-control-label::before {
  border: none;
  background-color: #C0C0C2;
  width: 48px;
  height: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.custom-switch .custom-control-label::after {
  background: #f3f2f0;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f3f2f0 0%, #b5b0aa 50%, #e3e2de 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f3f2f0 0%, #b5b0aa 50%, #e3e2de 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f3f2f0 0%, #b5b0aa 50%, #e3e2de 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f2f0', endColorstr='#e3e2de', GradientType=0);
  /* IE6-9 */
  width: 18px;
  height: 18px;
  top: calc(.25rem + 1px);
  left: calc(.25rem + 2px);
}

.custom-switch .custom-control-input:checked~.custom-control-label {
  border: #2699FB solid 1px;
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
  background: #278ce4;
  /* Old browsers */
  background: -moz-linear-gradient(top, #278ce4 0%, #395771 50%, #2c8ce0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #278ce4 0%, #395771 50%, #2c8ce0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #278CE4 0%, #395771 50%, #2C8CE0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#278ce4', endColorstr='#2c8ce0', GradientType=0);
  /* IE6-9 */
  -webkit-transform: translateX(2.2rem);
  transform: translateX(2.2rem);
}

.custom-control.custom-radio .custom-control-label::before {
  border: #132439 solid 1px;
}

.custom-control.custom-radio .custom-control-input:checked~.custom-control-label::after {
  background-image: none;
}

.custom-control.custom-radio .custom-control-input:checked~.custom-control-label::before {
  border: #132439 solid 1px;
  border-color: #132439;
  background-color: #132439;
}

.red-radio-btn.custom-control.custom-radio .custom-control-label::before {
  border: #ff2d55 solid 1px;
}

.red-radio-btn.custom-control.custom-radio .custom-control-input:checked~.custom-control-label::after {
  background-image: none;
}

.red-radio-btn.custom-control.custom-radio .custom-control-input:checked~.custom-control-label::before {
  border: #ff2d55 solid 1px;
  border-color: #ff2d55;
  background-color: #ff2d55;
}

.custom-file-input:lang(en)~.custom-file-label::after {
  content: "Browse";
  background-color: #153c59;
  color: #FFFFFF;
}

.our-custom.custom-file {
  /*width:100%; max-width: 150px;*/
  cursor: pointer;
  height: auto;
}

.our-custom.custom-file.martop {
  margin-top: 10px;
}

.our-custom.custom-file.width-Auto {
  max-width: 100%;
  margin-right: 0;
}

.our-custom.custom-file .custom-file-input:lang(en)~.custom-file-label::after {
  content: "Browse";
  background-color: #067b10;
  display: none;
}

.our-custom.custom-file .custom-file-label::after {
  display: none;
}

.our-custom.custom-file .custom-file-input {
  min-width: 100%;
  z-index: -1;
  height: auto;
}

.our-custom.custom-file .custom-file-label {
  text-align: center;
  cursor: pointer;
  height: auto;
  min-height: 26px;
  padding: 15px 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.our-custom.custom-file .custom-file-label i {
  margin-right: 5px;
}

.our-custom.custom-file .custom-file-label:hover {
  background-color: #982F5F;
  color: #FFFFFF;
}

.our-custom.custom-file .custom-file-label:hover i {
  color: #FFFFFF;
}

.custom-control-input:focus~.custom-control-label::before {
  box-shadow: none;
}

/*.custom-control-input:focus:not(:checked)~.custom-control-label::before,
.custom-control-input:not(:disabled):active~.custom-control-label::before{ background-color: inherit; }*/
.mCSB_scrollTools {
  opacity: 1;
  right: 0px;
  -webkit-overflow-scrolling: touch;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #a9a9a9;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

/*.mCSB_scrollTools .mCSB_dragger{ height: 25px !important;}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width: 14px; border:#132439 solid 3px;  -webkit-border-radius: 50px;  -moz-border-radius: 50px;  border-radius: 50px; background-color: #FFFFFF;}
*/
.mCustomScrollbar {
  max-height: 100%;
  -webkit-overflow-scrolling: touch;
}

.mCSB_inside>.mCSB_container {
  margin-right: 15px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
  background-color: #C0C0C2;
  border: #C0C0C2 solid 1px;
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:focus .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #C0C0C2;
  /*border: #000000 solid 1px; */
}

.mCSB_draggerRail {
  display: none;
}

.mCustomScrollbar-area .mCustomScrollbar {
  max-height: 95%;
}

.mCustomScrollbar-area .mCustomScrollbar.small-scroll {
  max-height: 85%;
}

.table th,
.table thead th {
  vertical-align: middle;
  border-top: 1px solid #f2f2f2;
  font-size: 14px;
  letter-spacing: 0.22px;
  color: #A2A2A2;
  font-weight: 300;
  line-height: 16px;
  padding: 8px 7px;
  vertical-align: middle;
}

.table td p,
.table td {
  font-size: 13px;
  /*  line-height: 32px; */
  margin-bottom: 0;
  vertical-align: middle;
}

.table-striped tbody tr:nth-of-type(odd) {
 background: var(--white) 0% 0% no-repeat padding-box;
}

.table-striped tbody tr:nth-of-type(even) {
 background: var(--light_grey) 0% 0% no-repeat padding-box;
}

.table tr.active-tr {
  background: #d0e9fd !important;
}

.table-striped tbody tr.gray-strip {
  background: var(--light_grey) 0% 0% no-repeat padding-box; }

.table-striped tbody tr.white-strip {
  background: var(--white) 0% 0% no-repeat padding-box; }

.nav-pills {
  padding-top: 10px;
  margin-bottom: 20px;
}

.nav-pills .nav-link {
  background-color: inherit;
  border: none;
  border-bottom: #153c59 solid 1px;
  border-radius: 0;
  padding: 5px 15px;
  position: relative;
  display: inline-block;
  margin-right: -6px;
}

.nav-pills .nav-link.active,
.nav-pills .nav-link:hover,
.nav-pills .nav-link:focus,
.nav-pills .show>.nav-link {
  background-color: inherit;
  border: none;
  border-bottom: #d51b00 solid 1px;
  color: #d51b00;
}

.tab-content {
  border: none;
}

section {
  background-color: #F0F0F0;
  overflow: hidden;
  padding: 50px 40px;
  position: relative;
}

.paragraph {
  position: relative;
}

#mCSB_1_container.mCSB_container .paragraph p {
  font-size: 15px;
  line-height: 24px;

}

#test {
  padding-left: 10px;
  padding-right: 70px;
}

#FREmail {
  padding-left: 10px;
  padding-right: 10px;
}

.paragraph p {
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: #FFFFFF;
  font-weight: 400;
  /* margin-bottom: 5%; */
}

.modal .modal-dialog {
  max-width: 1064px;
  width: 100%;
  margin: 65px auto 10px auto;
}

#pushdown {
  margin-top: 15%;
}

.modal .modal-dialog .modal-content {
  border-radius: 10px;
  border: none;
  box-shadow: 0px 3px 6px #00000029;
}

.modal .modal-dialog .modal-content .modal-body {
  height: 100%;
  min-height: 699px;
}

.modal .close,
.modal-header .close {
  font-size: 36px;
  text-shadow: none;
  opacity: 100;
  position: relative;
  margin: 0;
  padding: 20px 30px;
  color: #132439;
  text-align: right;
  display: inline-block;
  z-index: 1;
}

.modal-header {
  border: 0;
  padding: 0;
  background-color: #ecedef;
}

#SignUpModal {
  border: 0;
  padding: 0;
  background-color: black;
}

.alert-light {
  box-shadow: 0px 10px 30px #00000029;
  border-radius: 20px;
  color: #324F68;
  z-index: 9;
}

.alert-light p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0;
  font-weight: 400;
  margin-bottom: 0;
}

.accordion .card {
  border: none;
}

.accordion .card .card-body {
  padding: 0;
}

.accordion>.card>.card-header {
  margin-bottom: 0;
  background-color: inherit;
  padding: 1px 1px;
}

.accordion>.card>.card-header button::before {
  transform: rotate(90deg);
  content: "\e909";
  color: #7f8792;
  position: absolute;
  right: 3vh;
  width: 30px;
  font-size: 18px;
  font-family: 'swetrack' !important;
}

.accordion>.card>.card-header button.collapsed::before {
  transform: rotate(0deg);
  content: "\e909";
  color: #7f8792;
  position: absolute;
  right: 3vh;
  width: 30px;
  font-size: 18px;
  font-family: 'swetrack' !important;
}

.alert-dismissible .close {
  opacity: 100;
}

.btn-group {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  overflow: hidden;
  border: 0.5px solid #707070;
  border-radius: 11px;
  text-align: center;
}

.btn-group>.btn.btn-link {
  background-color: inherit;
  min-height: inherit;
  color: #000000;
  margin: 0;
  line-height: inherit;
  width: 100%;
  max-width: 150px;
  padding: 10px 10px;
}

.btn-group>.btn.btn-link:first-child {
  border-right: 0.5px solid #707070;
}

.datepicker,
.ui-timepicker-standard {
  min-width: 365px;
  background-color: #FFFFFF;
  padding: 15px;
  border-radius: 10px;
}

.datepicker table {
  width: 100%;
  min-width: 100%;
  color: #ffffff;
}

.datepicker table.table-condensed thead tr:nth-child(2) {
  border-radius: 8px;
  /* background: #324f68; */
  /* Old browsers */
  /* background: -moz-linear-gradient(top, #324f68 0%, #e8e0d2 51%, #324f68 100%); */
  /* FF3.6-15 */
  /* background: -webkit-linear-gradient(top, #324f68 0%, #e8e0d2 51%, #324f68 100%); */
  /* Chrome10-25,Safari5.1-6 */
  /* background: linear-gradient(to bottom, #324f68 0%, #e8e0d2 51%, #324f68 100%); */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#324f68', endColorstr='#324f68', GradientType=0);
  /* IE6-9 */
}

.datepicker table.table-condensed thead tr:nth-child(2) th {
  color: #000;
}

.datepicker table.table-condensed thead tr:nth-child(3) {
  background-color: rgba(243, 241, 239, 1);
}

.datepicker table.table-condensed thead tr th {
  text-align: center;
}

.datepicker table tr td,
.datepicker table tr th {
  color: #000000;
  width: 45px;
  height: 46px;
  border-radius: 0;
}

.datepicker table.table-condensed thead tr:nth-child(2) th:nth-child(1) {
  border-radius: 8px 0px 0px 8px;
}

.datepicker table.table-condensed thead tr:nth-child(2) th:nth-child(3) {
  border-radius: 0px 8px 8px 0px;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background-color: rgba(232, 232, 232, 1);
  border-radius: 100%;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active:active {
  background-color: rgba(232, 232, 232, 1);
  border-color: rgba(232, 232, 232, 1);
  border-radius: 100%;
  color: black;
}


.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
  background-color: inherit;
}

.ui-timepicker-standard a {
  color: #000000;
}

.ui-timepicker-standard a.ui-state-hover {
  background-color: rgba(232, 232, 232, 1);
  border: rgba(232, 232, 232, 1) solid 1px;
}

.modal {
  z-index: 9999;
}

/**** Header **/
.headerSection {
  background-color: #132439;
  padding: 0 10px;
  box-shadow: 0 3px 6px -6px #D2B06F;
  /*z-index: 99999;*/
}

.headerSection.border-botm {
  border-bottom: #D2B06F solid 2px;
}

.headerSection .minheight {
  height: 100%;
  min-height: 65px;
}

.navbar-brand {
  padding: 0px;
  margin-right: 0;
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  margin-right: 280px;
}

.navbar-brand1 {
  padding: 0px;
  margin-right: 0;
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;

}

.headerSection .minheight .dropdown-toggle::after {
  display: none;
}

.headerSection .minheight .dropdown-toggle .icon-user {
  font-size: 36px;
}

.navbar-brand {
  display: block;
}

.navbar-brand img {
  max-width: 200px;
  margin: 0px auto 0 auto;
}

.navbar-brand1 img {
  max-width: 200px;
  margin: 0px auto 0 auto;
}

.headerSection .minheight .dropdown-toggle .icon-user {
  font-size: 28px;
}

.navbar {
  padding: 0;
}

.navbar .navbar-nav li.nav-item>a.nav-link {
  padding: 20px 0px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #FFF;
  font-weight: 600;
  text-transform: uppercase;
}

.navbar .navbar-nav li.nav-item>a.nav-link i {
  color: #ffffff;
}

.navbar .navbar-nav li.nav-item>a.nav-link:hover,
.navbar .navbar-nav li.nav-item>a.nav-link.active,
.navbar .navbar-nav li.nav-item.show>a.nav-link {
  color: #D2B06F;
}

.navbar .navbar-nav li.nav-item>a.nav-link:hover i,
.navbar .navbar-nav li.nav-item>a.nav-link.active i,
.navbar .navbar-nav li.nav-item.show>a.nav-link i {
  color: #d51b00;
}

.navbar .navbar-nav .active>.nav-link,
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link.show,
.navbar .navbar-nav .show>.nav-link,
.navbar .navbar-nav .open>.nav-link {
  color: #4C6177;
}

.navbar .navbar-collapse {
  position: relative;
}

.navbar-nav .dropdown-menu {}

.navbar-nav li .dropdown-menu {}

.navbar-nav li .dropdown-item:focus,
.navbar-nav li .dropdown-item:hover {
  color: #CFA665;
  background-color: transparent;
}

.navbar-nav li .dropdown-item {
  color: white;
  padding: 6px 10px;
  line-height: 16px;
  position: relative;
}

.navbar-nav li .dropdown-item:before {

  height: 5px;
  width: 5px;
  left: 0;
  top: 12px;
  border-radius: 100%;
  content: "";
}

.navbar-nav li .dropdown-item:last-child {
  margin-bottom: 5px;
}

/*.navbar-nav li .dropdown-toggle::after{ display: none; }*/
#triangle-down:after {
  position: absolute;
  left: 22px;
  top: -12px;
  width: 0;
  height: 0;
  content: '';
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #ffffff;
}

.navbar-nav li .dropdown-menu.login-form {
  padding: 20px 20px;
}

.navbar-nav li .dropdown-menu.login-form .btn {
  font-size: 14px;
  padding: 5px 20px;
  width: 100%;
  text-transform: uppercase;
}

.headerSection.menu-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 999;
}

/*.headerSection.menu-fixed .navbar-brand{ max-width: 130px; }
.headerSection.menu-fixed .top-head-area{ padding: 5px 0; }
.headerSection.menu-fixed .top-head-area .default-heading h5{ font-size: 24px; }
.headerSection.menu-fixed .middle-content.paddTop{ padding-top: 104px; }*/
.lagguage-change {
  position: relative;
  width: 35px;
  height: 35px;
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.05);
}

.lagguage-change .dropdown-menu {}

.lagguage-change .nav-link.dropdown-toggle {
  color: var(--primary);
  display: inline-block;
  font-weight: bold;
  line-height: 0;


}

.lagguage-change .dropdown-toggle::after {
  display: none;
}

.lagguage-change i {
  font-size: 12px;
  line-height: 0;
}

.dropdown-submenu:hover ul {
  display: block;
  left: 100%;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu:hover .dropdown-menu {
  top: 0;
}

.humbarger-arrow-area {
  position: relative;
  left: 0;
  z-index: 1;
  cursor: pointer;
  display: none;
}

.humbarger {
  position: relative;
  display: inline-block;
}

.humbarger-arrow-area .humbarger.closed .center-border {
  display: none;
}

.humbarger-arrow-area .humbarger.closed:before {
  top: 0px;
  transform: rotateZ(45deg);
}

.humbarger-arrow-area .humbarger.closed:after {
  transform: rotateZ(-45deg);
  bottom: -3px;
}

.center-border {
  height: 3px;
  width: 33px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.humbarger:before {
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  height: 3px;
  width: 33px;
  background-color: #ffffff;
  content: "";
}

.humbarger:after {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  height: 3px;
  width: 33px;
  background-color: #ffffff;
  content: "";
}

.top-head-area {
  position: relative;
  padding: 10px 0 0px 0;
}

.top-head-area .default-heading h5 {
  letter-spacing: 2px;
  font-weight: 400;
  color: #D2B06F;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.top-head-area .default-heading.main-heading {
  font-weight: 600;
  text-transform: capitalize;
  padding-bottom: 20px;
}

.top-head-area .humbarger-arrow-area {
  position: absolute;
}

.carousel-inner {
  height: 100%;
}

.carousel-item {
  height: 100%;
  background: no-repeat;
  background-size: cover;
  background-position: top center;
}

.carousel-item:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.5;
  background-color: #000000;
}

.carousel-item img {
  width: 100%;
}

.carousel,
.item {
  height: 100%;
  vertical-align: middle;
}

.carousel-inner>.item img {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.carousel-caption {
  text-align: left;
  width: 100%;
  padding: 10px 0;
  max-width: 100%;
  top: 50%;
  left: 0%;
  right: 0%;
  margin: 0 auto;
  bottom: auto;
  padding-bottom: 0;
}

.slider-text-area {
  width: 100%;
  max-width: 70%;
  padding-top: 100px;
}

.slider-text-area .default-heading h1,
.slider-text-area .default-heading a {
  margin-bottom: 0;
  line-height: 65px;
  letter-spacing: 1.5px;
}

.slider-text-area .btn {
  margin-top: 50px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
  max-width: 500px;
  width: 100%;
  padding: 15px 25px;
}

.slider-text-area p {
  line-height: 16px;
  color: #FFFFFF;
  margin-bottom: 0;
}

.carousel-indicators {
  left: auto;
  bottom: 25px;
}

.carousel-indicators li {
  width: 12px;
  height: 12px;
  border: #ffffff solid 1px;
  background-clip: inherit;
  border-radius: 100%;
  opacity: 1;
}

.carousel-indicators li:hover,
.carousel-indicators li.active {
  background-color: #d45552;
  border: #d45552 solid 1px;
}

/*.carousel.slide,  .carousel.slide .carousel-inner, .carousel.slide .carousel-inner .carousel-item{ min-height:550px;}*/
.scroll-here {
  width: 100%;
  position: relative;
  margin: 0 auto;
  top: -50px;
  text-align: center;
  z-index: 99;
}

.mouse-icon {
  position: absolute;
  /*border: 2px solid #fff;  border-radius: 25px; height: 30px;*/
  width: 24px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.mouse-icon .wheel {
  -webkit-animation-name: drop;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
  animation-name: drop;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-play-state: running;
}

.mouse-icon .wheel {
  position: relative;
  /*background-color: #ffffff; border-radius: 100%; border:#fff solid 2px;	width: 5px; height: 5px; top:4px;	margin-left: auto;	margin-right: auto;*/
}

@-webkit-keyframes drop {
  0% {
    top: 3px;
    opacity: 0;
  }

  30% {
    top: 6px;
    opacity: 1;
  }

  100% {
    top: 20px;
    opacity: 0;
  }
}

@keyframes drop {
  0% {
    top: 3px;
    opacity: 0;
  }

  30% {
    top: 6px;
    opacity: 1;
  }

  100% {
    top: 20px;
    opacity: 0;
  }
}

.mouse-icon .wheel i {
  font-size: 24px;
  color: #ffffff;
}

.main-section-area {
  position: relative;
  overflow: hidden;
}

.main-section-area.overflow {
  overflow: visible;
}

.socail-icons {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

.socail-icons li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}

.socail-icons li a {
  display: block;
}

.socail-icons li a i {
  font-size: 30px;
  color: #ffffff;
}

.section-one {
  position: relative;
  background-color: #132439;
}

.world-globe {
  position: relative;
}

.main-area {
  position: relative;
  z-index: 1;
  max-width: 45%;
  height: 80%;
  margin: 0 auto;
  /*padding-top: 100px;*/
}

.main-area .figure img {
  max-height: 250px;
  margin: 0 auto;
}

.earth-map {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
}

.earth-map img {
  max-width: 45%;
  margin: 0 auto;
}

/* Info Window */

.tooltip-inner {
	overflow: hidden;
	white-space: nowrap;
	width: auto;
	padding: .25rem .5rem;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: .25rem;
}

.gm-style .gm-style-iw-c {
  outline: none;
  background-color: transparent;
  box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0);
  width: 225px;
}

.gm-ui-hover-effect {
  opacity: 0;
  display: none !important;
}

.gm-style .gm-style-iw-t::after {
  content: none;
}

.gm-style .gm-style-iw-c {
  transform: translate(-50%, 70%);
  -webkit-transform: translate(-50%, 70%);
  -ms-transform: translate(-50%, 70%);
  -moz-transform: translate(-50%, 70%);
  -o-transform: translate(-50%, 70%);
}

.gm-style .gm-style-iw-d {
  overflow: visible !important;
}

.gm-style .gm-style-iw-c {
  overflow: visible !important;
}

.gm-style-iw.gm-style-iw-c {
  max-width: 648px;
  max-height: 601px;
}

.location-with-dropdown .dropdown-menu {
  max-width: 92%;
  padding-bottom: 50px;
  border: 0;
}

.mark-width {
  position: absolute;
  top: 30px;
}

.dropdown-menu {

  /* Opera */ }

  .selectTwo {
    background-color: #132439;
    border-style: none;

  }



.gm-control-active>img {
  transform: translate(55%, 50%);
}

#change-map-icon .modal-body .form-group .btn.btn-link {
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #C0C0C2;
  border-radius: 14px;
  letter-spacing: 2px;
  font-weight: 600 !important;
  min-height: 65px !important;
  width: 100% !important;
  margin: 10px 0 !important;
  padding: unset !important;
}

.change-date-time span {
  cursor: pointer;
}

.external-power-modal .not-edit-field {
  padding: unset !important;
  position: relative;
  bottom: 0;
}

/**** 09-02-2021 css changes start ****/
.edit-geofence li .edit-list:hover .icon-area::before,
.edit-geofence li .edit-list:hover span {
  color: #4C6177;
}

#alarm-filter .modal-body .date-select p i {
  margin: 6px 12px;
  font-size: 12px;
  position: absolute;
  right: -12px;
}

#alarm-filter .modal-body .date-select input {
  width: 100%;
  font-size: 14px;
  cursor: pointer;
}

.alarm-filter-modal .align-items-start .default-heading h6 {
  color: gray;
}

.edit-device-popup.modal .changing-form .form-group label {
  padding-left: 8px;
  font-size: 16px;
}

.location-history .fill-details .form-control {
  background: transparent 0% 0% no-repeat padding-box;
  position: relative;
  z-index: 1;
}

.location-with-dropdown .list-group-item {
  padding: 5px;
  margin: 2px;
}

.location-with-dropdown .dropdown-menu p {
  font-size: 14px;
  line-height: 15px; }

.marker-history .gm-style .gm-style-iw-c {
  margin: -44px 0 0;
}

.search-location-area.add-devices-area.geofences .device-details .list-group-item:focus .icon-circle-edit-icon::before {
  color: #2699FB;
}

.edit-device-popup.modal .btn.btn-link {
  min-width: auto;
  max-width: 100%;
}

.text-primary::before {
  color: #2699FB;
}

.select-all.cross-text {
  color: #d2b06f !important;
}

.select-all-btn {
  display: none;
  font-size: 1.5vh;
  font-weight: 400;
  color: #0093FF;
}

.select-all-btn:hover {
  font-size: 1.5vh;
  font-weight: 400;
  color: #0093FF;
  cursor: pointer;
}

/*** added by Vibhor 13.02.21 **/
/*.gm-control-active>img {position: relative;left:0;top:0;  }
.search-location-area.add-devices-area.alarm-filter .map-options {left: -66px;}*/
.error {
  color: #FF2323;
  text-align: center;
}

/*** added by Vibhor 13.02.21 **/
.search-location-area.add-devices-area.alarm-filter.geofences .device-details .list-group-item .name-area {
  font-size: 16px;
}

/* .search-location-area.add-devices-area.alarm-filter.geofences{min-width: 380px;} */
.search-location-area.add-devices-area.geofences .edit {
  font-size: 16px;
}

.edit-geofence {
  margin: 25px;
  padding: 25px;
  border-radius: 15px;
}

.edit-geofence .btn-link {
  display: table;
  margin: 0 auto;
}

#add-imei-btn a i {
  margin-right: 5px;
}

.map-options .settings {
  background-color: rgba(19, 36, 57, 0.75);
}

.map-options {
  top: 35px;
  right: 40px;
}

.location-with-dropdown .dropdown.show .dropdown-toggle::after {
  font-size: 10px;
}

.alarm-filter-modal .type {
  min-height: 45px;
  max-width: 25%;
}

.alarm-filter-modal .type p {
  font-size: 14px;
  line-height: 20px;
}

.alarm-filter-modal .default-heading h6 {
  font-size: 12px;
}

.alarm-filter-modal .date-time-area span {
  font-size: 14px;
}

.list-group-item {
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, .125);
}

.account .account-details.leftmargin {
  margin-left: 0;
}

.cards-list .list-group .list-group-item p span.link {
  color: #2699FB;
}

.cards-list.paddTop {
  padding-top: 170px;
}

.geo-info .name-geofence {
  letter-spacing: 0.26px;
  color: #FFFFFF;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 10px;
  background-color: #080808;
  display: inline-block;
  cursor: pointer;
}

.geo-info {
  position: absolute;
  top: 30%;
  left: 14%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-width: 160px;
  max-height: 160px;
  text-align: center;
}

.v-list.cards-list.mCustomScrollbar-area .mCustomScrollbar {
  max-height: 400px !important;
}

.v-list.cards-list.mCustomScrollbar-area .mCustomScrollBox {
  max-height: 400px !important;
}



#lottie svg img {
  max-width: 80%;
}



.welcome-area .default-heading h2 {
  margin-bottom: 60px;
}

.welcome-area .default-heading h3 {
  margin-bottom: 20px;
}

.sign-up {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration: underline;
}

.welcome-area .paragraph {
  margin-bottom: 50px;
}

.welcome-area .paragraph p {
  color: 000;
  mix-blend-mode: difference;
}

.welcome-area .paragraph p a {
  padding-left: 10px;
  color: 000;
  mix-blend-mode: difference;
}

.width_50
{
	width: 50%;
}

.form-area .form-label label {
  padding: 0;
  line-height: 20px;
  min-height: 65px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-area .form-group .form-control {
  min-height: 65px;
  /* font-size: 24px; */
  letter-spacing: 3px;
  padding-left: 50px;
  padding-right: 60px;
}

.lagguage-select {
  background: var(--grey2);
  display: inline-block;
  border-radius: 3px;
}

.form-area .form-group .input-icon {
  position: absolute;
  top: 23px;
  right: 20px;
  font-size: 15px;
}

.form-area .form-group .input-icon.icon-checked-svg {
  top: 20px;
}

.form-area .form-group .input-icon.icon-checked {
  font-size: 20px;
}





.forgot-password-area {
  position: absolute;
  max-width: 650px;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
}

.forgot-password-area .form-control {
  border: #707070 solid 1.5px;
}

.forgot-password-area .default-heading {
  margin-bottom: 50px;
}

.forgot-password-area .default-heading h4 {
  margin-bottom: 10px;
}

.forgot-password-area p {
  font-size: 25px;
  line-height: 36px;
  color: #132439;
}

.forgot-password-area.form-area .btn {
  margin-right: 0;
  margin-top: 30px;
}

/*.popModal_01.closed{ display: none; }
.popModal_02.opened{ display: block; }*/
.earth-map-rightside {
  width: 100%;
  height: 100%;
  max-height: 100%;
  position: absolute;
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  z-index: 0;
  overflow: hidden;
  /**/
}

.earth-map-rightside img {
  /* max-width: 130vw; */
  width: 150%;
  /*bottom: -25%;
  right: -15%;
  right: 50%;*/
  /* position: absolute; */
  padding-left: 45%;
}

.satellite {
  position: absolute;
  top: 25%;
  z-index: 1;
  left: 0%;
  padding-left: 40%;
}

.section-three {
  position: relative;
}

.sign-up-form {
  position: relative;
  max-width: 750px;
}

.sign-up-form .form-group {
  margin-bottom: 20px;
}

.sign-up-form .default-heading h2 {
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 20px;
}

.sign-up-form .default-heading h3 {
  font-size: 50px;
  line-height: 50px;
}

.sign-up-form .form-group .invalid-feedback {
  bottom: -20px;
}






.password-area.opcity-less,
.imei-nr-area.opcity-less,
.name-area.opcity-less {
  /* opacity: 0.5; */
}

.form-area .form-group.confirm-password,
.form-area .form-group.confirm-email-area {
  margin-top: 0px;
  /* transition: margin-top .5s linear;
  transition-delay: 1s;
  position: absolute; */
  left: 0;
  right: 0;
}

.form-area .form-group.confirm-password.paddup,
.form-area .form-group.confirm-email-area.paddup {
  /* margin-top: 70px; */
  z-index: 1;
}

.form-area .form-group.confirm-password.z-index-plus,
.form-area .form-group.confirm-email-area.z-index-plus {
  z-index: 2;
}

.none-active {}

/*.email-area .form-control{ pointer-events: none; }*/
/*.form-area .form-group.confirm-email-area.cea{margin-bottom: 0px; transition: margin-bottom .5s linear; transition-delay: 2s;}
.form-area .form-group.confirm-email-area.cea.paddDown{margin-bottom: 70px;}*/
.modal .modal-dialog {
  max-width: 700px;
}

.modal .modal-dialog .modal-content .modal-body {
  min-height: 600px;
}

.icon-closed-small {
  font-size: 18px;
  color: #FFFFFF;
}

.form-area .form-group.confirm-email-area .icon-checked:before {
  /* color: #132439; */
}

.form-area .form-group.confirm-email-area .icon-checked {
  opacity: 0;
  transition: opacity 2.5s linear;
  transition-delay: 6s;
}

.form-area .form-group.confirm-email-area .icon-checked.zoomInicon {
  color: #132439;
  opacity: 100;
}

.terms-use .paragraph p {
  color: #000000;
}

.terms-use .modal-title {
  display: inline-block;
  vertical-align: middle;
  padding: 20px;
  text-align: center;
  color: white;
  padding-left: 5em;
}

.terms-use.modal .modal-dialog .modal-content {
  border-radius: 10px;
  height: 40em;
}

.terms-use.modal {
  padding: 10px 20px;
}

.terms-use.modal .modal-dialog .modal-content .modal-body {
  padding: 0px 20px 30px 30px;
  min-height: inherit;
  padding-top: 1em;
}

.terms-use .mCustomScrollbar {
  height: 89%;
  /* max-height: 350px; */
  margin-bottom: 30px;
}

.terms-use .mCustomScrollbar .mCSB_inside>.mCSB_container {
  margin-right: 20px;
}

/***** Home Page ****/
.section-four {
  position: relative;
  padding: 0;
}

.map-area {
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  height: 50%;
  transition: height .5s linear;
  width: 100%;
}

#karta {
  width: 200%;
}

#trace {
  width: 200%;
}

.map-area.max-width-area {
  max-width: 380px;
  width: 100%;
  height: 100%;
}

.map-area.full-height {
  height: 100%;
}

.map-area.height-area {
  height: 100%;
}

.map-area .choose-location {
  position: relative;
  width: 100%;
  height: 99.6%;
}

.map-area .choose-location img {
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.map-area .choose-location .map-bottom-arrow {
  position: absolute;
  bottom: 0;
  z-index: 99;
  background-color: #ffffff;
  height: 20px;
  left: 0;
  right: 0;
  width: 65px;
  margin: 0 auto;
  cursor: pointer;
}

.map-area .choose-location .map-bottom-arrow span {
  text-align: center;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 15px;
  margin: 0 auto;
}

.map-area .choose-location .map-bottom-arrow span>img {
  width: auto;
  height: auto;
  padding: 8px 0;
}

.map-area .choose-location .map-bottom-arrow.rotate span>img {
  transform: rotate(-180deg);
}

.map-area,
.sidebar,
.padd-top-area {
  padding-top: 65px;
}


.cornerBefore:before {
	content: "";
	position: absolute;
	margin-top: -28px;
	right: -0px;
	height: 4px;
	width: 100px;
	border-bottom-right-radius: 10px;
	background: none;
	box-shadow: 0 20px 0 0 var(--navy);
}

.cornerBefore:after {
	content: "";
	position: absolute;
	margin-top: 16px;
	right: -0px;
	height: 4px;
	width: 100px;
	border-top-right-radius: 10px;
	background: none;
	box-shadow: 0 20px 0 0 var(--navy);;
}

.cornerBefore2:before {
	content: "";
	position: absolute;
	margin-top: -4px;
	left: 28px;
	height: 4px;
	width: 50px;
	border-top-right-radius: 10px;
	background: none;
	box-shadow: 0 20px 0 0 var(--navy);
}

.image2_side_bar
{
	display: none;
}

.sidebar.paddNone {
  padding-top: 0;
}

.sidebar.zindex-increased {
  z-index: 9999;
}

.sidebar.shrink {
  margin-left: -150px;
}

.sidebar .navbar {
  padding-top: 20px;
  padding-left: 20px;
}

.sidebar.sidebar-hide-desktop {
  display: none;
}

.support-center {
  visibility: hidden;
  position: relative;
  padding-bottom: 20px;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
}

.shrink{
  transition: height 0.3s;
}

.left-right-arrow {
  right: 15px;
  cursor: pointer;
  overflow: hidden;
  max-width: 10px;
}

.left-right-arrow .icon-menu-arrow-left,
.left-right-arrow .icon-menu-arrow-right {
  font-size: 15px;
}

.left-right-arrow i:before {
  color: #c2c5ca;
}

.mobile-slide-only {
  position: absolute;
  left: -60px;
  margin-top: 70px;
  display: none;
  background-color: #fff;
  border-radius: 50px;
  line-height: 18px;
  font-size: 14px;
  text-align: center;
  padding: 8px 35px 8px 10px;
}

.mobile-slide-only i:before {
  color: #132439;
}

.rightsidebar {
  width: 100%;
  height: 50%;
}

.rightsidebar.height-none {
  height: 0%;
  transition: height .5s linear;
  overflow: hidden;
}

.search-location-area {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  width: 100%;
  display: flex;
  height: 100%;
}

.search-location-area:before {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  border-top: #000 solid 3px;
  content: "";
}

.head-area {
  display: block;
  min-height: 50px;
  /*  margin-bottom: 15px;  */
}

.head-area .alert-light {
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  max-width: 250px;
  margin: 0 20px 0 auto;
  padding: 25px 30px;
  text-align: center;
}

.head-area .alert-light .btn-link {
  line-height: normal;
  min-height: inherit;
  margin-top: 10px;
  color: #2699FB;
  text-align: center;
}

.uncut-cancle {
  color: #aaaaaa;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 5px 5px 5px 5px;
  text-transform: uppercase;
  text-align: center;
  line-height: 18px;
}

.uncut-cancle a {
  color: #2699fb;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  vertical-align: middle;
}

.uncut-cancle a:last-child {
  color: #ff2d55;
}

.uncut-cancle a span {
  display: inline-block;
}

.power-switch {
  display: inline-block;
  vertical-align: middle;
}

.power-switch .dropdown-toggle,
.mobile-switch .power-switch-toggle {
  color: #2699FB;
  font-size: 14px;
  line-height: 18px;
  display: block;
  font-weight: 500;
  white-space: pre-line;
}

.power-switch .dropdown-toggle::after {
  margin-top: 3px;
  border-top: 5px solid;
  border-right: 6px solid transparent;
  border-bottom: 0;
  border-left: 6px solid transparent;
}

.power-switch .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0px 2px 8px #00000029;
  border: none;
  padding: 10px 15px;
  min-width: 200px;
}

.power-switch .dropdown-item {
  color: #000000;
  position: relative;
  padding: 3px 5px 3px 20px;
  font-size: 14px;
}

.power-switch .dropdown-item:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #2699fb;
  border-radius: 100%;
  height: 10px;
  width: 10px;
  content: "";
}

.power-switch .dropdown-item.active,
.power-switch .dropdown-item:active,
.power-switch .dropdown-item:hover {
  background-color: inherit;
  color: #000000;
}

.power-switch .dropdown-item.active:before {
  background-color: #ff2d55;
  border-radius: 0;
  height: 2px;
  width: 10px;
}

.mobile-switch {
  display: none;
}

.mobile-switch .dropdown-menu.show {
  display: block;
}

.search-bar {
  display: block;
  width: 100%;
  padding-right: 10px;
}

.search-bar .form-group {
  margin-bottom: 0;
}

.search-bar .form-control {
  background: #DEE0E44A 0% 0% no-repeat padding-box;
  border-radius: 5px;
  padding: 8px 10px;
  font-weight: 400;
  padding-left: 40px;
  padding-right: 15px;
  font-size: 12px;
}

.search-bar .search-btn {
  padding: 4px 6px 8px 10px;
  line-height: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: inherit;
  border: none;
}

/* .search-bar .search-btn .icon-search {
  font-size: 20px; } */

.search-bar.small-mob-search {
  display: inline-block;
  vertical-align: middle;
  max-width: 35%;
  padding-right: 0;
}

.show-on-mobile {
  display: none;
}

.device-details {
  /*height: 100%;max-height: 50%;*/
  width: 100%;
  position: relative;
  padding: 15px 15px 15px 15px;
}

.device-details:after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-left: #000 solid 3px;
  content: "";
}

.device-details.padd-botm {
  padding-bottom: 0;
}

.device-details.maxheight {
  max-height: 100%;
}

.device-details .table thead th {
  border-top: none;
  border-bottom: none;
}

.device-details .table td .percentage {
  display: inline-block;
}

.device-details .table tr td .arrow-area {
  display: inline-block;
  vertical-align: middle;
}

.device-details .table td .arrow-area::before {
  display: inline-block;
  /*content: "\e908";*/
  width: 10px;
  height: 10px;
  content: "";
  background: url(../images/slim-arrow-right.png) no-repeat;
  transform: rotate(90deg);
  /**/
  position: relative;
  right: -5px;
  top: 0;
  font-size: 12px;
  /* font-family: 'swetrack' !important;*/
  color: #132438;
}

.device-details .table tr.collapsed td .arrow-area::before {
  /*content: "\e908";*/
  content: "";
  /*width: 10px; height: 5px; background:url(../images/slim-arrow-down.png) no-repeat;*/
  transform: rotate(0deg);
}

.device-details .table thead th .select-all,
.device-details .table thead th .unselect-all {
  color: #1F97EF;
  font-size: 12px;
  font-weight: 500;
}

.device-details .mCustomScrollbar {
  max-height: 83%;
  height: 100%;
}

.my-devices {
  width: 100%;
}

.my-devices .table td.blue-radio-btn-area .blue-radio-btn.custom-control.custom-radio .custom-control-label::after,
.my-devices .table td.blue-radio-btn-area .blue-radio-btn.custom-control.custom-radio .custom-control-label::before {
  width: 14px;
  height: 14px;
}

.my-devices .inner-collapse-section li {
  width: 100%;
  max-width: 20%;
  margin-right: -4px;
}

.my-devices .search-bar.IMEI {
  display: none;
  max-width: 270px;
  /*padding-right: 10px;*/
}

.my-devices .search-bar.IMEI.active {
  display: inline-block;
}

.my-devices .search-bar.IMEI .form-control {
  background-color: #ffffff;
  border: #D2B06F solid 2px;
  border-radius: 10px;
  padding-left: 15px;
}

.my-devices .search-bar.IMEI .search-btn {
  background-color: #D2B06F;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 10px;
  width: 100%;
  max-width: 60px;
  padding: 5px 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
}

.my-devices .search-bar.IMEI .invalid-feedback {
  padding-left: 10px;
  bottom: -15px;
  font-size: 10px;
  color: #FF2323;
}

.my-alarms {
  height: 100%;
  width: 100%;
}

.my-alarms .mCustomScrollbar .table-responsive {
  padding-right: 20px;
}

.my-alarms .table th,
.table td {
  padding: 8px 7px;
}

.my-alarms.mCSB_scrollTools {
  right: 0;
}

.my-alarms .custom-control {
  padding-left: 0;
  min-height: inherit;
}

.my-alarms .custom-control-label::before,
.custom-control-label::after {
  left: 5px;
}

.delete-alarm-btn {
  background-color: #ffffff;
  color: #ff2d55;
  padding: 20px;
  border: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  z-index: 999;
  /*display: none;*/
}

.device-details .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
}

.device-details .default-heading {
  position: relative;
  margin-bottom: 0px;
}

.device-details .default-heading h6 {
  letter-spacing: 1.5px;
  color: #D2B06F;
  display: inline-block;
}

.device-details .default-heading.d-b-color h6 {
  color: #000000;
  margin-bottom: 15px;
  margin-top: 10px;
  padding-bottom: 15px;
  border-bottom: #D2B06F solid 2px;
  text-transform: uppercase;
}

.device-details .list-group-item {
  padding: 10px 0;
}

.device-details .list-group-item .icon-area {
  font-size: 24px;
}

.device-details .list-group-item .icon-area.active.icon-wifi:before {
  color: #2699FB;
}

.device-details .add-btn-area,
.device-details .filter-btn-area {
  position: relative;
  display: inline-block;
}

.device-details .add-btn-area .btn,
.device-details .filter-btn-area .btn {
  padding: 5px 8px;
  font-size: 14px;
  background-color: #D2B06F;
  display: block;
  border-radius: 5px;
  line-height: inherit;
  min-height: inherit;
  margin-bottom: 15px;
}

.device-details .add-btn-area .btn:hover,
.device-details .filter-btn-area .btn:hover {
  text-decoration: none;
}

.device-details .add-btn-area .btn .fa,
.device-details .filter-btn-area .btn .fa {
  color: #ffffff;
}

.device-details .add-btn-area .btn .icon-plus {
  background-color: #ffffff;
  color: #D2B06F;
  border-radius: 100%;
  width: 18px;
  height: 18px;
  font-weight: 600;
  font-size: 14px; }

.icon-plus {
  margin-right: 5px;
}

.fa.fa-filter {
  margin-right: 5px;
}

.device-details .add-btn-area .btn .icon-plus:before {
  margin-left: 0.1em;
  margin-top: 0.3em;
  display: block;
}

.device-details .filter-btn-area.red-bg .btn {
  background-color: #ff2d55;
}

.mobile-float {
  display: flex;
}

.mobile-float .add-btn-area.unactive-desktop {
  display: none;
}

.device-details .list-group-item .name-area {
  font-size: 15px;
  color: #132439;
  margin-bottom: 5px;
  font-weight: 500;
}

.device-details .list-group-item p {
  font-size: 13px;
  line-height: 18px;
  color: #132439;
  font-weight: 300;
  margin-bottom: 0;
}

.device-details .list-group-item p span {
  display: inline-block;
  width: 100%;
  max-width: 70px;
}

.device-details .list-group-item p strong {
  font-weight: 400;
  display: inline-block;
  padding: 0 5px;
}

.device-details .list-group-item .icon-forward-arrow-small:before {
  color: #132438;
}

.percentage {
  font-size: 12px;
  display: block;
  padding-left: 10px;
}

.device-details .list-group-item.selected .icon-wifi {
  color: #2699FB;
}

.device-details .list-group-item.selected .icon-wifi:before {
  color: #2699FB;
}

.device-details .list-group-item.selected,
.device-details .list-group-item.selected:hover {
  background: #2699FB62 0% 0% no-repeat padding-box;
}

.device-details .list-group-item.activate .icon-wifi {
  color: #2699FB;
}

.device-details .list-group-item.activate .icon-wifi:before {
  color: #2699FB;
}

.device-details strong.inactive {
  color: #ff2d55;
  width: 12vh;
  overflow: auto;
}

.device-details strong.active {
  color: #2699fb;
}

.device-details strong.light-gray {
  color: #f4f4f4;
}

.opcity-less {
  /* opacity: 0.2; */
}

.inner-collapse-section {
  list-style: none;
}

.inner-collapse-section li {
  position: relative;
  display: inline-block;
  /*font-weight: 800;*/
}

.inner-collapse-section li .custom-switch .custom-control-label {
  width: 46px;
  max-width: 46px;
  height: 20px;
  max-height: 20px;
  margin-left: 10px;
}

.inner-collapse-section li .custom-switch .custom-control-label::before {
  width: 30px;
  height: 5px;
}

.inner-collapse-section li .custom-switch .custom-control-label::after {
  width: 12px;
  height: 12px;
  top: calc(.15rem + 1px);
  left: calc(.35rem + 1px);
}

.inner-collapse-section li .custom-switch .custom-control-input:checked~.custom-control-label::after {
  -webkit-transform: translateX(1.2rem);
  transform: translateX(1.2rem);
}

.device-details.alarm .head-area {
  margin-bottom: 0;
}

.close-btn-mobile {
  display: none;
}

/*.search-location-area.add-devices-area.all-power-switch .device-details .list-group-item::before{ content: ""; position:absolute; background-color: #2799fa; right: 0; top: 0; margin-top:20px; height: 16px; width: 16px; border-radius: 100%;}*/
.blue-radio-btn.custom-control.custom-radio .custom-control-label::after .blue-radio-btn.custom-control.custom-radio .custom-control-label::before {
  width: 14px;
  height: 14px;
}

.blue-radio-btn.custom-control.custom-radio .custom-control-label::before {
  border-color: #2699FB;
}

.blue-radio-btn.custom-control.custom-radio .custom-control-input:checked~.custom-control-label::before {
  background-color: #2799fa;
  border: #2799fa solid 1px;
  border-color: #2799fa;
}

.red-radio-btn.custom-control.custom-radio .custom-control-label::before {
  border-color: #ff2d55;
}

.red-radio-btn.custom-control.custom-radio .custom-control-input:checked~.custom-control-label::before {
  background-color: #ff2d55;
  border: #ff2d55 solid 1px;
  border-color: #ff2d55;
}

.select-switch {
  position: relative;
  display: block;
  padding: 10px 0px 10px 0px;
}

.select-switch .power-switch {
  color: #132439;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.select-switch .select-all,
.select-switch .unselect-all {
  color: #2699FB;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2.2px;
}

.select-switch .select-all .select-text {
  display: block;
}

.select-switch .select-all .activate-text {
  display: none;
  color: #2799fa;
}

.search-location-area.add-devices-area .device-details {
  max-height: 100%;
}

.search-location-area.add-devices-area .device-details .list-group {
  padding-left: 0px;
  padding-right: 20px;
}

.search-location-area.add-devices-area .add-devices {
  background-color: #ecedef;
  padding: 20px 25px;
  position: relative;
}

.search-location-area.add-devices-area .mCSB_inside>.mCSB_container {
  margin-right: 0;
}

.search-location-area.add-devices-area .device-details .list-group-item .arrow-area::before {
  display: inline-block;
  content: "\e908";
  transform: rotate(90deg);
  position: relative;
  right: 0;
  top: 0;
  margin-top: 20px;
  font-size: 16px;
  font-family: 'swetrack' !important;
  color: #132438;
}

.search-location-area.add-devices-area .device-details .list-group-item .arrow-area.collapsed::before {
  content: "\e908";
  transform: rotate(0deg);
}

.search-location-area.add-devices-area .device-details .inner-collapse-section {
  border-top: #b8bcbf solid 1px;
  margin-top: 10px;
}

.search-location-area.add-devices-area .device-details .inner-collapse-section li {
  position: relative;
  padding: 20px 0;
  text-align: center;
}

.search-location-area.add-devices-area .device-details .inner-collapse-section li a {
  font-size: 20px;
  color: #132439;
  font-weight: 500;
  padding-left: 55px;
}

.search-location-area.add-devices-area .device-details .inner-collapse-section li a.blue {
  color: #2699FB;
}

.search-location-area.add-devices-area .device-details .inner-collapse-section li i:before {
  color: #c0c0c2;
  font-size: 16px;
}

.search-location-area.add-devices-area .search-bar .form-control {
  background-color: inherit;
  font-weight: 600;
  padding-left: 55px;
  padding-right: 80px;
}

.search-location-area.add-devices-area .search-bar .search-btn {
  background-color: #d2b070;
  max-width: 80px;
}

.search-location-area.add-devices-area .search-bar .search-btn i:before {
  color: #ffffff;
}

.search-location-area.add-devices-area .alert-light {
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  max-width: 280px;
  margin: 0 20px 0 auto;
  padding: 25px 30px;
  text-align: center;
}

.search-location-area.add-devices-area .power-switch .alert-light {
  padding: 30px 40px 10px 40px;
}

.search-location-area.add-devices-area .power-switch .alert-light .btn-link {
  color: #D2B06F;
  min-height: inherit;
  text-align: center;
}

.imei .alert-light,
.power-switch .alert-light {
  display: none;
}

.imei .alert-light.show,
.power-switch .alert-light.show {
  display: block;
}

.imei .imei-text {
  overflow: hidden;
  position: absolute;
  left: 20px;
  top: 15px;
  font-size: 16px;
  font-weight: 600;
  height: 24px;
  width: 40px;
}

.imei .imei-text strong {
  position: absolute;
  margin-left: 0;
}

.search-location-area.add-devices-area .search-bar.imei .search-btn {
  background-color: inherit;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}

.search-location-area.add-devices-area .search-bar.imei .search-btn.bg-color {
  background-color: #d2b070;
}

.search-location-area.add-devices-area .search-bar.imei .search-btn .add-text {
  display: block;
}

.search-location-area.add-devices-area .search-bar.imei .search-btn .icon-checked-arrow {
  display: none;
}

.search-location-area.add-devices-area .search-bar.imei .search-btn .icon-checked-arrow:before {
  color: #132439;
}

.search-location-area.add-devices-area.alarm-filter .device-details .list-group-item {
  padding: 15px 0;
  cursor: pointer;
}

.search-location-area.add-devices-area.alarm-filter .device-details .list-group-item .icon-area {
  font-size: 25px;
  margin-left: 15%;
}

.search-location-area.add-devices-area.alarm-filter .device-details .list-group-item .name-area {
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 500;
}

.search-location-area.add-devices-area.alarm-filter .device-details .list-group-item p {
  font-size: 13px;
}

.search-location-area.add-devices-area.alarm-filter .device-details .list-group-item p span {
  max-width: inherit;
  width: auto;
  padding-right: 20px;
}

.delete-btn {
  position: relative;
  right: -5px;
  top: 0;
  text-align: right;
  line-height: 0;
  cursor: pointer;
}

.delete-btn.large-delete-btn {
  right: 15px;
  top: 25px;
  position: absolute;
}

.delete-btn.large-delete-btn .icon-delete-icon {
  font-size: 30px;
}

.search-location-area.add-devices-area.alarm-filter .device-details .inner-collapse-section {
  margin-top: 15px;
  padding-left: 55px;
  border-top: 0;
}

.search-location-area.add-devices-area.alarm-filter .device-details .inner-collapse-section li {
  text-align: left;
  border-bottom: #f2e7d3 solid 2px;
}

.search-location-area.add-devices-area.alarm-filter .device-details .inner-collapse-section li:last-child {
  border-bottom: none;
}

.search-location-area.add-devices-area.alarm-filter .device-details .inner-collapse-section li i:before {
  margin-right: 30px;
  font-size: 40px;
  color: #1F97EF;
}

.search-location-area.add-devices-area.alarm-filter .device-details .inner-collapse-section li a {
  padding-left: 0;
  font-size: 25px;
  color: #3B566E;
  font-weight: 400;
}

.search-location-area.add-devices-area.alarm-filter .device-details .inner-collapse-section li .items {
  display: block;
  font-size: 18px;
  color: #3B566E;
  font-weight: 300;
}

.search-location-area.add-devices-area.alarm-filter .device-details .default-heading {
  margin-bottom: 0;
}

.search-location-area.add-devices-area.alarm-filter .alert-light {
  display: none;
  left: auto;
  right: 0px;
  top: 40px;
  max-width: 200px;
  padding: 30px 15px 15px 15px;
}

.search-location-area.add-devices-area.alarm-filter .alert-light.show {
  display: block;
}

.search-location-area.add-devices-area.alarm-filter .alert-light p {
  font-size: 13px;
  line-height: 20px;
}

.search-location-area.add-devices-area.alarm-filter .map-options {
  left: -65px;
  top: 15px;
  right: auto;
}

.search-location-area.alarm-filter .box-modal .box-modal-dialog {
  max-width: 80%;
}

.search-location-area.alarm-filter .box-modal .box-modal-dialog .box-modal-content .box-modal-body {
  padding: 50px 50px 50px 50px;
}

.search-location-area.alarm-filter .box-modal .box-modal-dialog .box-modal-content .paragraph {
  max-width: 75%;
  width: 100%;
  margin: 30px auto;
}

.search-location-area.alarm-filter .box-modal .box-modal-dialog .box-modal-content .paragraph p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 36px;
  color: #000000;
}

.head-heading {
  position: absolute;
  right: 50px;
  width: 100%;
  max-width: 250px;
  min-width: 250px;
}

.head-heading a {
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
}

.dropdown-double-arrow {
  z-index: 1;
  opacity: 0;
  position: absolute;
  right: 70px;
  margin-top: -15px;
  transition: margin-top .5s linear;
  transition-delay: 0.5s;
  text-align: right;
}

.dropdown-double-arrow.select-message {
  margin-top: 5px;
  opacity: 1;
}

.infoBox {
  width: auto !important;
  overflow: visible !important;
}

.location-with-dropdown .dropdown.active .icon-forward-arrow-small:before {
  content: "\e923";
}

.location-with-dropdown .map-pin {
  position: relative;
  display: block;
  text-align: center;
  padding: 10px 0;
  width: 100%;
  max-width: 58px;
  /*height: 100%; max-height: 70px;*/
  margin: 0 auto;
}

.location-with-dropdown .dropdown-toggle {
  width: 85% !important;
  opacity: 85%;
  /*max-width: 200px;*/
  margin: 0 auto;
  background-color: #111427;
  color: #ffffff;
  padding: 12px 20px;
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  border-radius: 2px;
}

.location-with-dropdown .dropdown-toggle::after {
  content: "\e908";
  color: #fff;
  font-family: 'swetrack' !important;
  border: none;
}

.location-with-dropdown .dropdown.show .dropdown-toggle::after {
  content: "\e923";
}

.arrow-bottom {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 0 auto;
  line-height: 1;
  height: 12px;
}

.arrow-bottom:after {
  top: 100%;
  left: 0%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: relative;
  pointer-events: none;
  border-top-color: #b8bcbf;
  border-width: 8px;
  line-height: 0;
}

.arrow-bottom.arrow-top {
  transform: rotate(180deg);
}

.location-with-dropdown .dropdown-toggle i.icon-closed-small,
.location-with-dropdown .dropdown-toggle i {
  line-height: 20px;
  color: #ffffff;
  font-size: 14px;
}

.location-with-dropdown .dropdown-menu {
  border-radius: 0px 0px 5px 5px;
  width: 85%;
  /*max-width: 190px;*/
  max-width: 100%;
  margin: 0 auto;
  right: 0;
}

.uparrow {
  position: relative;
  display: block;
  text-align: center;
  line-height: 0;
}

.uparrow .icon-dropdown-arrow {
  transform: rotate(-180deg);
  font-size: 12px;
}

.uparrow .icon-dropdown-arrow:before {
  color: #111427;
}

.online-vehicle {
  color: #2699FB;
  font-size: 15px;
  font-weight: 600;
}

.location-with-dropdown .dropdown-menu p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0px;
}

.location-with-dropdown .dropdown-menu p span.blueColor {
  color: #2799FB;
}

.location-with-dropdown .dropdown-menu p a {
  font-size: 10px;
  text-decoration: underline;
}

.location-with-dropdown .dropdown-item {
  color: #2699FB;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}

.location-with-dropdown .list-group-item {
  padding: .75rem 0;
  margin: 0 .75rem;
}

.trace-unit .track-line {
  position: absolute;
  width: 100%;
  min-height: 100%;
}

.trace-unit .location-with-dropdown.popup-directoin01 {
  top: 120px;
  max-width: 310px;
}

.trace-unit .location-with-dropdown.popup-directoin02 {
  top: 90px;
  max-width: 420px;
  left: 320px;
}

.trace-unit .location-with-dropdown.popup-directoin03 {
  top: 60px;
  left: 630px;
}

.trace-unit .location-with-dropdown .map-pin:before {
  display: none;
}

.trace-unit .location-with-dropdown.popup-directoin01 .track-line {
  top: 65px;
  left: 125px;
}

.trace-unit .location-with-dropdown.popup-directoin02 .track-line {
  top: 82px;
  right: 46px;
}

.trace-unit .location-with-dropdown.popup-directoin03 .track-line {
  top: 83px;
  left: 60px;
}

.trace-unit .location-with-dropdown.popup-directoin04 {
  top: 5%;
  right: 250px;
  max-width: 50%;
}

.trace-unit .location-with-dropdown.popup-directoin04 .map-pin {
  margin: 0 205px 0 auto;
}

.trace-unit .location-with-dropdown.popup-directoin04 .track-line {
  top: 70px;
  right: 10px;
}

/**** Edit profile Dropdown ****/
.account-area>a.dropdown-toggle {
  position: relative;
  width: 55px;
  text-align: center;
}

.dropdown-header {
  color: #FFF;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 400;
  padding: 20px 20px;
}

.dropdown-header i {
  font-size: 24px;
}

.account-area .dropdown-menu {
  left: auto !important;
  right: 0;
  transform: inherit !important;
  padding: 0px 0px;
  margin-top: 80%;
  width: 100%;
  max-width: 280px;
  min-width: 280px;
  background-color: #132439;
}

.account-area .dropdown-menu:before {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  background-color: #2699FB;
  width: 100%;
  max-width: 60px;
  height: 6px;
}

.account-area .dropdown-menu:after {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 20px;
  margin-top: -11px;
  transform: rotate(-180deg);
  font-size: 12px;
  content: "\e912";
  color: #2699FB;
  font-family: 'swetrack';
  width: 100%;
  max-width: 10px;
}

.account-area .dropdown-menu .dropdown-item {
  padding: 15px 0;
  color: #FFF;
  font-weight: 300;
  background-color: inherit;
}

.account-area .dropdown-menu .dropdown-item:focus,
.account-area .dropdown-menu .dropdown-item:hover {
  color: #D2B06F;
}

.account-area .user-profile-links {
  position: relative;
  padding: 20px 20px;
  border-top: #3d4e65 solid 1px;
  border-bottom: #3d4e65 solid 1px;
}

.account-area .btn-link {
  min-height: inherit;
  padding: 20px 20px;
  color: #D2B06F;
  display: block;
  text-decoration: none;
}

.subscriptions.modal {
  /*height: auto;*/
}

.subscriptions.modal .modal-dialog {
  max-width: 450px;
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.subscriptions.modal .modal-dialog .modal-content {
  background-color: #132439;
  border-radius: 0;
}

.subscriptions.modal .modal-dialog .modal-content .modal-body {
  min-height: inherit;
  padding-bottom: 25px;
}

.subscriptions.modal .default-heading h5 {
  color: #4C6177;
  line-height: 30px;
  padding: 0px 0 0px 0;
}

.subscriptions.modal .paragraph {
  padding: 25px 0;
}

.subscriptions.modal .paragraph p {
  margin-bottom: 0;
  font-size: 20px;
}

.subscriptions.modal .btn.btn-link {
  min-height: inherit;
  line-height: inherit;
  max-width: inherit;
  min-width: inherit;
  color: #4C6177;
}

.subscriptions.modal .close {
  text-shadow: none;
  padding: 20px 20px 0px 20px;
}

.subscriptions.modal .icon-closed-small {
  color: #FFFFFF;
  font-size: 16px;
}

.subscriptions.modal .icon-forward-arrow {
  margin-top: -3px;
  margin-left: 5px;
}

.small-popup.modal .modal-dialog {
  max-width: 560px;
}

.small-popup.modal .modal-dialog .default-heading h6 {
  line-height: 30px;
  padding-top: 30px;
}

.small-popup.modal .modal-dialog .close {
  padding: 35px 40px;
}

.small-popup.modal .paragraph {
  padding: 50px 0;
}

.small-popup.modal .paragraph p {
  margin-bottom: 0;
  font-size: 20px;
  color: #000000;
  font-weight: 300;
}

.small-popup.modal .modal-dialog .modal-content .modal-body {
  min-height: 200px;
  padding: 0;
}

.small-popup.modal .btn.btn-link {
  text-transform: uppercase;
  min-height: 80px;
  line-height: 80px;
  color: gray;
  max-width: inherit;
  width: 50%;
  margin: 0 auto;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

.small-popup.modal .btn.btn-link:last-child {
  color: #2699FB;
}

.small-popup.modal .modal-footer {
  position: relative;
}

.small-popup.modal .modal-footer:before {
  position: absolute;
  height: 100%;
  width: 1px;
  top: 0;
  bottom: 0;
  left: 50%;
  background-color: #00000029;
  content: "";
}

.small-popup.modal .pause-deleted-card .modal-content .modal-body,
.small-popup.modal .no-active-device .modal-content .modal-body {
  padding: 0 50px;
}

.small-popup.modal .pause-deleted-card .paragraph p,
.small-popup.modal .no-active-device .paragraph p {
  font-size: 20px;
  line-height: 46px;
  font-weight: 400;
  margin: 0 auto;
  max-width: 320px;
  width: 100%;
  text-align: center;
}

.small-popup.modal .pause-deleted-card .btn.btn-link:last-child {
  color: #FF2D55;
}

.small-popup.modal .modal-dialog.no-active-device .paragraph {
  text-align: center;
}

.small-popup.modal .modal-dialog.no-active-device .paragraph strong {
  font-size: 24px;
  color: #101426;
  margin-bottom: 15px;
  display: block;
}

.small-popup.modal .modal-dialog.no-active-device .paragraph p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  max-width: 100%;
  width: 100%;
}

.small-popup.modal .modal-dialog.no-active-device .btn.btn-link {
  margin-bottom: 50px;
}

.small-popup.modal .modal-dialog.no-active-device .modal-content .modal-body {
  min-height: inherit;
}

.map-options {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 3;
  cursor: pointer;
}

.map-options .settings {
  background-color: rgba(39, 39, 39, 0.9);
  display: block;
  border-radius: 15px;
  height: 48px;
  width: 48px;
  margin-bottom: 10px;
}

.map-options .settings .setting-icon {
  width: 100%;
  height: 100%;
  max-width: 25px;
}

.map-options-area.modal .modal-dialog {
  max-width: 500px;
}

.map-options-area.modal .modal-header {
  /* border-bottom: 1px solid #4C6177; */
  padding: 15px 0 15px 0;
  text-align: center;
  padding: 15px 0 15px 15px;
  background-color: #ecedef;
}

.map-options-area.modal .modal-header .close {
  margin-top: -15px;
  padding: 10px 30px;
  line-height: 0;
}

.map-options-area.modal .modal-header .modal-title {
  font-size: 30px;
  color: #D2B06F;
  font-weight: 600;
  padding-top: 10px;
  padding-left: 10%;
}

.map-options-area.modal .modal-dialog .modal-content {
  border-radius: 25px;
  overflow: hidden;
}

.map-options-area.light-gray.modal .modal-dialog .modal-content {
  background-color: #ebedee;
}

.map-options-area.modal .modal-dialog .modal-content .modal-body {
  padding: 10px 0;
  min-height: inherit;
  padding: 0;
  background-color: #FFFFFF;
}

.map-options-area.modal .list-group-item {
  /* border-color: #4C6177; */
  padding: 25px 50px;
  font-size: 25px;
  background-color: #FFFFFF;
}

.map-options-area.modal .list-group-item i {
  margin-right: 30px;
}

.icon-photo-icon {
  margin-right: 20px !important;
}

.map-options-area.modal .list-group-item a:hover i:before {
  color: #4C6177;
}

.map-options-area.modal .list-group-item .dropdown-toggle::after {
  display: none;
}

.map-options-area.modal .list-group-item .dropdown-menu {
  margin-top: 25px;
  margin-bottom: -25px;
  padding: 15px 15px;
  border: 0;
  min-width: 100%;
}

.map-options-area.modal .list-group-item .dropdown-menu.show {
  position: relative !important;
  transform: none !important;
}

.map-options-area.modal .list-group-item .dropdown-menu.show:before {
  position: absolute;
  left: -100%;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #FFFFFF;
  content: "";
}

.map-options-area.modal .list-group-item .dropdown-menu.show:after {
  position: absolute;
  left: 0;
  right: -100%;
  top: 0;
  bottom: 0;
  background-color: #FFFFFF;
  content: "";
}

.map-options-area.modal .list-group-item .dropdown-menu .dropdown-item {
  max-width: 150px;
  margin: 0 auto;
  border-bottom: #4C6177 solid 1px;
  position: relative;
  z-index: 1;
  padding: 10px;
  text-transform: uppercase;
  display: block;
  color: #000000;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
}

.map-options-area.modal .list-group-item .dropdown-menu .dropdown-item:focus,
.map-options-area.modal .list-group-item .dropdown-menu .dropdown-item:hover {
  background-color: inherit;
  /* color: #132439; */
}

.map-options-area.modal .list-group-item .dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
}

.failure-detected {
  background-color: #FF2D55;
  max-width: 375px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 80px;
}

.failure-detected .connection {
  padding: 20px 15px;
}

.failure-detected .connection p {
  margin-bottom: 0;
  padding: 0 15px 0 50px;
  font-size: 20px;
  color: #ffffff;
  position: relative;
}

.failure-detected .connection p strong {
  display: block;
}

.failure-detected .icon-warning {
  font-size: 30px;
  color: #ffffff;
  margin-right: 20px;
  color: #ffffff;
  position: absolute;
}

.failure-detected .icon-warning:before,
.failure-detected .icon-forward-arrow:before {
  color: #ffffff;
}

/****** My Account *****/
.section-five {
  position: relative;
  padding: 0;
  background-color: #FFFFFF;
}

.account {
  padding-top: 95px;
  padding-left: 30px;
  padding-right: 30px;
}

.account .default-heading h4 {
  letter-spacing: 2.5px;
  color: #D2B06F;
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 30px;
}

.account .default-heading h4 .icon-map-pointer {
  border: #C0C0C2 solid 1px;
  padding: 15px;
  height: 100px;
  width: 100px;
  border-radius: 100px;
  margin-right: 20px;
}

.account .default-heading h4 .icon-map-pointer:before {
  color: #D2B06F;
}

.account .default-heading h5 {
  margin-bottom: 20px;
  letter-spacing: 2px;
  font-weight: 600;
  color: #000000;
}

.account-details {
  position: relative;
  border-radius: 17px;
  border: #C0C0C2 solid 1px;
  padding: 20px 30px;
}

.account-details .table {
  margin-bottom: 0;
}

.account-details .table thead th {
  border: none;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
}

.account-details .table tr td,
.account-details .table tr th {
  text-align: center;
}

.account-details .table tr td .icon-download-arrow:before {
  color: #4C6177;
}

.account-details.leftmargin {
  margin-left: 15px;
}

.account-details.rightmargin {
  margin-right: 15px;
}

.account-details .form-group {
  border-bottom: #C0C0C2 solid 1px;
}

.account-details .form-group:last-child {
  border: none;
  margin-bottom: 0;
}

.account-details .form-group label {
  color: #000;
  letter-spacing: 2px;
}

.account-details .form-group p {
  color: #000;
  letter-spacing: 1px;
}

.account-details .form-group a.change {
  color: #D2B06F;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.logout-devices,
.view-reciepts,
.delete-account {
  margin-top: 10px;
  display: block;
  font-size: 18px;
  color: #132439;
  text-decoration: underline;
}

.delete-account {
  color: #ff2d55;
  margin-top: 0;
}

.view-reciepts {
  text-decoration: none;
  text-align: center;
}

.medium-pop-modal.modal .modal-dialog {
  max-width: 776px;
  display: flex;
  /*margin: 50px auto;*/
}

.medium-pop-modal .modal-dialog .modal-content {
  border-radius: 25px;
  box-shadow: 15px 10px 20px #00000029;
  overflow: hidden;
}

.medium-pop-modal .modal-header {
  padding: 35px 50px;
  background-color: #ecedef;
  /*border-radius: 0px 0px 15px 15px;*/
}

.medium-pop-modal .modal-header .close {
  padding: 0;
  /*margin-top: -15px;*/
}

.medium-pop-modal .modal-header .modal-title {
  font-size: 20px;
  font-weight: 500;
  color: #D2B06F;
}

.medium-pop-modal .modal-header .modal-title.red-color {
  color: #ff2d55;
}

.medium-pop-modal .modal-header .modal-title i {
  margin-top: -3px;
  margin-left: 3px;
}

.medium-pop-modal.modal .modal-dialog .modal-content .modal-body {
  min-height: inherit;
}

.medium-pop-modal.modal .modal-dialog .modal-content .modal-body.white-bg:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  opacity: 0.8;
  z-index: 1;
}

.medium-pop-modal.modal .modal-dialog .modal-content .modal-body .mCustomScrollbar {
  /*  max-height: 70%;
  height: auto; }*/

  max-height: 650px;
}

.medium-pop-modal-field {
  padding: 15px 30px;
}

.medium-pop-modal-field .form-group {
  margin-bottom: 20px;
}

.medium-pop-modal-field .form-group label {
  color: #132439;
  letter-spacing: 2px;
  font-size: 18px;
}

.medium-pop-modal-field .form-group .form-control {
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #C0C0C2;
  border-radius: 14px;
  letter-spacing: 2px;
  color: #132439;
  font-weight: 600;
  min-height: 65px;
  font-size: 20px;
  padding-left: 100px;
  margin-bottom: 0;
}

.medium-pop-modal-field .form-group i {
  /*position: absolute;  bottom: 18px; left: 25px;*/
  display: inline-block;
  font-size: 24px;
  z-index: 1;
}

.medium-pop-modal-field .form-group i.icon-security {
  bottom: 18px;
  font-size: 28px;
}

.medium-pop-modal-field .form-group .btn.btn-link {
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #C0C0C2;
  border-radius: 14px;
  letter-spacing: 2px;
  color: #00000029;
  font-weight: 600;
  min-height: 65px;
  max-width: 100%;
  width: 100%;
  margin: 0;
  margin-top: 10px;
  text-decoration: none;
  text-align: center;
}

.medium-pop-modal-field .form-group .btn.btn-link.redcolor {
  color: #ff2d55 !important;
}

.medium-pop-modal-field .form-group .btn.btn-link:last-child {
  color: #2699FB;
}

.medium-pop-modal-field .invalid-feedback {
  padding-left: 100px;
  margin-top: 0;
}

#change-email .medium-pop-modal-field .form-group i,
#change-password .medium-pop-modal-field .form-group i,
#change-name .medium-pop-modal-field .form-group i {
  position: absolute;
  bottom: 18px;
  left: 25px;
}

.control-panel-links {
  overflow: hidden;
  /* position: absolute; height: 100%;*/
  top: auto;
  margin: auto;
  border-style: solid;
  z-index: 9;
  /* margin-top: 10px; */
  width: 100%;
  max-width: 100%;
  background-color: #132439;
  border-top: #4C6177 solid 0px;
}

.control-panel-links .nav li.nav-item {
  text-align: center;
  /*padding: 40px 0; width: 100%; border-bottom: #D2B06F solid 1px;*/
  width: 100%;
  max-width: 25%;
  position: relative;
}

.control-panel-links .nav li.nav-item:last-child {
  border: none;
}

.control-panel-links .nav li.nav-item a {
  display: block;
  color: #FFF;
  letter-spacing: 0.5px;
  padding: 5px 0;
}

.control-panel-links .nav li.nav-item a:hover,
.control-panel-links .nav li.nav-item a.active {
  color: #D2B06F;
  font-weight: 600;
}

.control-panel-links.middle-links {
  top: 15%;
  height: inherit;
  margin-bottom: -1px;
  /* border-bottom: #4C6177 solid 1px; */
  position: relative;
  background-color: rgba(19, 36, 57, 0.8);
}

.control-panel-links.middle-links .nav {
  margin-bottom: -2px;
}

.control-panel-links.middle-links .nav li.nav-item {
  max-width: 100%;
  width: 100%;
  padding: 40px 0;
  text-transform: uppercase;
  border-bottom: #D2B06F solid 1px;
  border-top: rgba(76, 97, 119, 0.8) solid 1px;
  /* background-color: #132439; */
}

.control-panel-links.middle-links .nav li.nav-item:last-child {
  border-bottom: #D2B06F solid 1px;
}

.control-panel-links.middle-links .nav li.nav-item:nth-child(odd):before {
  right: 0;
  top: 0;
  left: auto;
  bottom: 0;
  position: absolute;
  width: 1px;
  height: 100%;
  /* background-color: #4C6177; */
  content: "";
}

.cards-list {
  position: relative;
  width: 100%;
  margin: 50px auto;
}

.cards-list .default-heading {
  margin-bottom: 30px;
}

.cards-list .default-heading h5 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 3.5vh;
  padding-bottom: 4vh;
}

.saved-card-p {
  font-weight: 400;
  font-size: 2vh;
  margin-left: 3vw;
}

.saved-card-info {
  font-weight: 350;
  margin-left: 3vw;
}

.btn-link-two {
  border-radius: 8px;
  background-color: #CFA665;
  position: absolute;
  right: 2vh;
  font-size: 1.5vh;
  padding: 10px 30px;
  color: white;
}

.btn-link-two-fixed {
  display: none;
  border-style: none;
}

.cards-list .default-heading>.btn-link {
  min-height: inherit;
  max-width: inherit;
  line-height: inherit;
  color: white;
  text-decoration: none;
  font-size: 16px;
  background-color: #CFA665;
  border-radius: 8px;
}

.cards-list .default-heading>.btn-link2 {
  display: none;
  min-height: inherit;
  max-width: inherit;
  line-height: inherit;
  color: white;
  text-decoration: none;
  font-size: 16px;
  background-color: #CFA665;
  border-radius: 8px;
}

.cards-list .default-heading>.btn-link3 {
  display: none;
  min-height: inherit;
  max-width: inherit;
  line-height: inherit;
  color: white;
  text-decoration: none;
  font-size: 16px;
  background-color: #CFA665;
  border-radius: 8px;
}

.cards-list .default-heading>.btn-link i {
  color: white
}

.cards-list .cards-item-list {
  margin-bottom: 50px;
}

.fill-details {
  position: relative;
}

.fill-details .form-group label {
  color: #ACB1C0;
  font-size: 13px;
  letter-spacing: 0.87px;
  font-weight: 400;
}

.fill-details .form-control {
  background-color: #EDF1F7;
  border-radius: 15px;
  letter-spacing: 3px;
}

.fill-details .form-control:focus,
.cards-list select:focus,
.cards-list .custom-select:focus {
  box-shadow: none;
}

.cards-list .custom-checkbox.custom-control {
  padding-left: 2rem;
}

.cards-list .custom-checkbox .custom-control-input {
  width: 20px;
  height: 22px;
}

.cards-list .fill-card-details .form-group .custom-checkbox .custom-control-label {
  font-size: 15px;
  color: #0093FF;
  font-weight: 600;
}

.cards-list .custom-checkbox .custom-control-label::before,
.cards-list .custom-checkbox .custom-control-label::after {
  border: #A4ABB1 solid 1px;
  width: 20px;
  height: 22px;
  left: -2rem;
}

.cards-list .custom-checkbox .custom-control-label::before,
.cards-list .custom-checkbox .custom-control-label::after {
  top: 0rem;
}

.cards-list .custom-control-input:checked~.custom-control-label::before {
  border: #2699FB solid 1px;
  border-color: #2699FB;
  background-color: #2699FB;
}

.cards-list .custom-control-input:focus~.custom-control-label::before {
  box-shadow: none;
}

.card-img {
  position: relative;
  width: 100%;
  max-width: 285px;
}

.cards-item-list a {
  display: block;
  margin-top: 20px;
  font-size: 12px;
  color: #ACB1C0;
  letter-spacing: 0.87px;
  text-transform: uppercase;
}

.padd-none {
  padding: 0;
}

.menu-icon {
  display: none;
}

.section-six {
  position: relative;
  padding: 0;
}

.main-links .earth-map {
  /* overflow: hidden; */
}

.main-links .earth-map img {
  max-width: 70%;
  object-fit: contain;
  /*  padding-top: 250px; */
  opacity: 1;
}

.cards-list .list-group {
  margin-top: 50px;
}

.cards-list.mCustomScrollbar-area .list-group {
  margin: auto;
  margin-top: 0;
  width: 100%;
}

.table-list {
  width: 90%;
  margin: auto;
  text-align: left;
}

.h2-active {
  display: flex;
  border-top: solid;
  border-width: thin;
  border-color: lightgrey;
  max-height: 5vh;
  background-color: #E3E3E3;
  cursor: pointer;
}

.receipt-year {
  width: 40%;
  font-size: 2.5vh;
  font-weight: 400;
  padding: 1vh 1vh;
}

.expand-active {
  color: black;
  font-size: 1.5vh;
  width: 40%;
  text-align: right;
  padding: 1.6vh 1.6vh;
}

.button-active {
  width: 6%;
  border-style: none;
  background-color: #E3E3E3;
  margin-bottom: 2.3vh;
}

.btn_active_device {
  font-size: 10px;
  height: fit-content;
  width: fit-content;
  border-radius: 10px;
  background: var(--primary);
  border: 0px;
  color: white;
}

.btn_active_device_grey {
  font-size: 10px;
  height: fit-content;
  width: fit-content;
  border-radius: 50px;
  background: var(--grey2);
  border: 0px;
  color: white;
  transition: 0.2s;
}

.btn_active_device_grey:hover
{
  transition: 0.2s;
  filter: brightness(1.1);
}

.btn_active_device_grey:active
{
	transform: scale(0.95);
  filter: brightness(0.9);
}

.btn_active_device
{
	font-size: 12px;
	height: fit-content;
	width: fit-content;
	border-radius: 50px;
	background: var(--navy);
	border: 0px;
	color: white;
  transition: 0.2s;
}

.btn_active_device:hover
{
  transition: 0.2s;
  filter: brightness(1.1);
}

.btn_active_device:active
{
	transform: scale(0.95);
  filter: brightness(0.9);

}

.btn_active_device_lightblue
{
	font-size: 12px;
	height: fit-content;
	width: fit-content;
	border-radius: 50px;
	background: var(--light_navy);
	border: 0px;
	color: white;
  transition: 0.2s;
}

.btn_active_device_lightblue:hover
{
  transition: 0.2s;
  filter: brightness(1.1);
}

.btn_active_device_lightblue:active
{
	transform: scale(0.95);
  filter: brightness(0.9);

}

.month-name-active {
  width: 12%;
  margin-left: 2vh;
  padding: 1vh 1vh;
  font-size: 2.5vh;
}

.th-active {
  width: 20vh;
  font-size: 1.2vh;
  color: #c4c4c4;
  padding: 5px 0px 5px 10px;
}

.th-active-text {
  width: 20vh;
  font-size: 1.2vh;
  color: #C4C4C4;
  text-align: center;
}

.th-active-icon {
  width: 20vh;
  font-size: 1.2vh;
  color: #C4C4C4;
  padding-left: 4vh;
  text-align: center;
}

.td-active {
  padding: 5px 0px 5px 10px;
  width: 18%;
  font-size: 1.5vh;
}

.td-active-text {
  width: 20vh;
  font-size: 1.2vh;
  color: red;
  text-align: center;
}

.td-active-text a {
  color: red;
}

.td-active-two {
  padding: 5px 0px 5px 10px;
  width: 2%;
  font-size: 1.5vh;
}

.tbody {
  width: 100%;
}

.td-con {
  padding: 5px 0px 5px 10px;
  width: 1%;
  font-size: 1.5vh;
}

.td-active-icon {
  text-align: center;
  font-size: 1.5vh;
  width: 19.5%;
}

.td-active-icon-two {
  text-align: center;
  font-size: 1.5vh;
  width: 2%;
}

.list-dot {
  border-style: solid;
  border-width: thin;
  border-radius: 5px;
  margin: auto;
  margin-left: 20px;
  height: 1.5vh;
  width: 1.5vh;
  color: black;
}

.list-dot-two {
  border-style: solid;
  border-width: thin;
  border-radius: 5px;
  margin: auto;
  margin-left: 6px;
  height: 1.5vh;
  width: 1.5vh;
  color: black;
}

.list-dot-con {
  width: 20vh;
}

.custom-control-con {
  width: 10vw;
  margin-top: 2.5px;
  margin: auto;
}

.custom-control-con-two {
  width: 10vw;
  margin-top: 2.5px;
  margin: auto;
  text-align: center;
}


.custom-control-shape-two {
  height: 15px;
  width: 15px;
  cursor: pointer;
  appearance: none;
  background-color: #C4C4C4;
  border-radius: 4px;
}

.custom-control-shape-two:checked {
  height: 15px;
  width: 15px;
  cursor: pointer;
  appearance: none;
  background-color: #41BBEF;
  border-radius: 4px;
}

.custom-control-label-con input {
  display: none;
}

.custom-control-label-con span {
  float: right;
  height: 17px;
  width: 17px;
  border-radius: 4px;
  cursor: pointer;
  margin: auto !important;
  margin-top: 1vh !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #C4C4C4;

}

.custom-control-label-con input:checked+span:before {
  content: "✔";
  color: white;
  background-color: #41BBEF;
  float: right;
  height: 17px;
  width: 17px;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-control-label-con2 input {
  display: none;
}

.custom-control-label-con2 span {
  height: 20px;
  width: 20px;
  border-radius: 4px;
  cursor: pointer;
  margin: auto !important;
  margin-top: 4.3vh !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #C4C4C4;

}

.custom-control-label-con2 input:checked+span:before {
  content: "✔";
  color: white;
  background-color: #41BBEF;
  float: right;
  height: 20px;
  width: 20px;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-control-label-con3 input {
  display: none;
}

.custom-control-label-con3 span {
  height: 20px;
  width: 20px;
  border-radius: 4px;
  cursor: pointer;
  margin: auto !important;
  margin-top: 3.2vh !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #C4C4C4;

}

.custom-control-label-con3 input:checked+span:before {
  content: "✔";
  color: white;
  background-color: #41BBEF;
  float: right;
  height: 20px;
  width: 20px;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.th-custom-lable {
  width: 20vh;
}

.mobile-view-con {
  display: none;
  flex-direction: column;
  border-color: #C4C4C4;
  border-width: 1.5px;
  border-radius: 6px;
  width: 90%;
  margin: auto;
  margin-top: 1.5vh;
}

.mobile-view-flex-con {
  display: flex;
  width: 100%;
}

.mobile-view-second {
  display: flex;
  flex-direction: column;
  width: 20%;
  border-style: solid;
  border-left: none;
  border-color: #C4C4C4;
  border-width: 1.5px;
  border-radius: 0px 6px 6px 0px;
  text-align: center;
  background-color: #132439;
}

.mobile-view-second-two {
  display: flex;
  flex-direction: column;
  width: 20%;
  border-style: solid;
  border-left: none;
  border-color: #C4C4C4;
  border-width: 1.5px;
  border-radius: 0px 6px 6px 0px;
  text-align: center;
  background-color: #132439;
}

.mobile-view-div {
  padding-bottom: 1vh;
  width: 80%;
  border-style: solid;
  border-right: none;
  border-color: #C4C4C4;
  border-width: 1.5px;
  border-radius: 6px 0px 0px 6px;
  padding-left: 2vh;
  background-color: #132439;
}

.mobile-view-div-two {
  padding-bottom: 1vh;
  width: 80%;
  border-style: solid;
  border-right: none;
  border-color: #C4C4C4;
  border-width: 1.5px;
  border-radius: 6px 0px 0px 6px;
  padding-left: 2vh;
  background-color: #132439;
}

.mobile-view-top {
  display: flex;
}

.mobile-view-h5 {
  width: 100%;
  color: white;
  height: 10px;
  padding-top: 1vh;
  padding-bottom: 20px;
  font-size: 2vh;
}

.mobile-view-span {
  font-size: 1.4vh;
  color: white;
  margin: 0;
  margin-left: 6px;
  overflow: hidden;
}

.mobile-view-p {
  display: block;
  appearance: none;
  height: 20px;
  width: 20px;
  margin: 0px;
  text-decoration: none;
  text-align: center;
  background-color: #C4C4C4;
  border-radius: 6px;
  align-self: flex-end;
  margin-right: 3.4vh;
  margin-top: 4.1vh;
  margin-bottom: 1vh;
}

.mobile-view-p-two {
  display: block;
  appearance: none;
  height: 20px;
  width: 20px;
  margin: 0px;
  text-decoration: none;
  text-align: center;
  background-color: #C4C4C4;
  border-radius: 6px;
  align-self: flex-end;
  margin-right: 3.4vh;
  margin-top: 3.1vh;
  margin-bottom: 1vh;
}

.mobile-view-p:checked {
  display: block;
  appearance: none;
  height: 20px;
  width: 20px;
  margin: 0px;
  text-decoration: none;
  text-align: center;
  background-color: #41BBEF;
  border-radius: 6px;
  align-self: flex-end;
  margin-right: 3.4vh;
  margin-top: 4.1vh;
  margin-bottom: 1vh;
}

.mobile-view-table {
  margin-left: vh;
  width: 100%;
  font-size: 1.7vh;
}

.mobile-view-th {
  color: #C4C4C4;
  font-weight: 450;
  font-size: 1.5vh;
  display: flex;
  width: 100%;
}

.mobile-view-th-new {
  color: #C4C4C4;
  font-weight: 450;
  font-size: 1.5vh;
  padding-bottom: 1px;
  display: flex;
  margin-left: 13vw;
  margin-top: 1vh;
}

.mobile-view-td {
  padding-bottom: 0.5px;
  font-size: 1.5vh;
  height: 10px;
  font-size: 1.5vh;
}

.receipt-view-con {
  display: flex;
  flex-direction: row;
  margin-top: 2vh;
  width: 100%;
  display: none;
}

.receipt-view-div {
  display: flex;
  flex-direction: row;
  border-style: solid;
  border-right: none;
  border-color: #C4C4C4;
  border-width: 1.5px;
  border-radius: 6px 0px 0px 6px;
  width: 80%;
}

.receipt-view-div-two {
  display: flex;
  flex-direction: column;
  border-style: solid;
  border-left: none;
  border-color: #C4C4C4;
  border-width: 1.5px;
  border-radius: 0px 6px 6px 0px;
  width: 20%;
  background-color: #CFA665;
}

.receipt-view-th {
  padding-top: 1.5vh;
  padding-left: 2vh;
  font-size: 1.5vh;
}

.receipt-view-td {
  padding-left: 2vh;
  padding-bottom: 1vh;
  font-size: 1.5vh;
}

.receipt-view-tr {
  display: flex;
  flex-direction: column;
}

.receipt-view-p {
  margin: 0;
  text-align: center;
  font-size: 1.5vh;
  font-weight: 500;
  color: white;
}

.receipt-view-a {
  margin: auto;
  margin-bottom: 1vh;
  color: white;
}

.cards-list .list-group .list-group-item {
  padding: 0px 0;
}

.cards-list .list-group .list-group-item .name-area,
.cards-list .btn-link .month-name {
  color: #132439;
  font-size: 25px;
  letter-spacing: 1.25px;
  font-weight: 600;
}

.cards-list .list-group .list-group-item .name-area.font-weight-medium {
  font-weight: 400;
}

.cards-list .list-group .list-group-item p {
  color: #132439;
  font-size: 16px;
  letter-spacing: 0.8px;
  font-weight: 400;
  margin-bottom: 0;
}

.cards-list .list-group .list-group-item .pause {
  font-weight: 300;
}

.cards-list .list-group .list-group-item .pause a {
  color: #D2B06F;
  font-size: 16px;
  margin-top: 10px;
  letter-spacing: 0.8px;
  font-weight: 600;
  text-align: center;
  display: block;
}

.cards-list .list-group .list-group-item .pause.inactive a {
  text-align: right;
}

.cards-list .list-group .list-group-item p a.link {
  color: #2699FB;
}

.months {
  position: relative;
}

.cards-list .btn-link .month-name {
  color: #132439;
  text-transform: uppercase;
}

.cards-list .btn-link .icon-arrow-right:before {
  color: #7f8792;
}

.cards-list .btn-link .icon-closed-small {
  transform: 180deg;
}

.cards-list .card .table-borderless {
  position: relative;
}

.cards-list .card .table-borderless span {
  font-size: 15px;
  color: #D2B06F;
  font-weight: 600;
  text-transform: uppercase;
}

.cards-list .card .table-borderless p,
.cards-list .card .table-borderless strong {
  margin-bottom: 0;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 25px;
  color: #88919b;
}

.cards-list .card .table-borderless strong {
  font-weight: 500;
}

.cards-list .subscription-card-list.mCustomScrollbar {
  max-height: 95%;
}

.card-payment.card-payment {
  position: relative;
  text-align: center;
}

.card-payment.card-payment .default-heading h4 {
  color: #132439;
  font-weight: 500;
  letter-spacing: 0.96px;
}

.card-payment.card-payment .default-heading span {
  font-size: 34px;
  color: #D2B06F;
  letter-spacing: 0.96px;
  padding-top: 20px;
  display: block;
}

.card-payment.card-payment .list-group .list-group-item {
  padding: 0;
  border: none;
}

.card-payment.card-payment .list-group .list-group-item a {
  font-size: 25px;
  border-bottom: #D2B06F solid 1px;
  display: inline-block;
  padding: 6px 0;
  font-weight: 500;
  letter-spacing: 0.6px;
}

.card-payment.card-payment .box-modal {
  position: absolute;
  left: 0;
  right: 0;
  /*top: 0; bottom: 0;  height: 100%; width: 100%;*/
  display: none;
}

.card-payment.card-payment .box-modal.opened-popup {
  display: block;
}

.choose-credit-card {
  padding: 60px 0;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  position: relative;
  display: block;
}

.choose-credit-card a {
  font-size: 18px;
  font-weight: 500;
  color: #2699FB;
  letter-spacing: 0.36px;
  display: block;
}

.dark-btn.btn-secondary {
  border-radius: 15px;
  font-size: 15px;
  margin: 15px 0;
  color: #D2B06F;
  min-width: inherit;
  width: 100%;
  max-width: 100%;
  background-color: #132439;
  border: #132439 solid 3px;
}

.choose-credit-card .btn-link {
  font-size: 18px;
  color: #D2B06F;
  text-transform: capitalize;
}

.card-icons {
  position: relative;
  text-align: center;
}

.card-icons li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px 10px 10px;
}

.card-icons li a {
  display: inline-block;
}

.payment-info .default-heading h5 {
  color: #132439;
  font-weight: 500;
  letter-spacing: 0.96px;
  margin-bottom: 20px;
  text-align: center;
}

.payment-info.modal .modal-dialog .modal-content .modal-body {
  padding: 10px 100px 30px 100px;
  min-height: inherit;
  text-align: center;
}

.payment-info.modal .modal-dialog .modal-content .modal-body p {
  color: #707070;
  font-size: 25px;
  text-align: center;
  line-height: 40px;
  margin-bottom: 30px;
}

.blue-btn.btn-link {
  width: 100%;
  text-align: center;
  text-decoration: none;
  max-width: 130px;
  font-size: 16px;
  line-height: 50px;
  margin: 20px auto 0 auto;
  background-color: #1f97ee;
  border-radius: 20px;
  color: #ffffff;
}

.v-list.cards-list {
  margin-top: 30px;
  margin-bottom: 30px;
}

.v-list.cards-list.mCustomScrollbar-area .mCustomScrollbar {
  max-height: 270px;
}

.v-list.cards-list .default-heading {
  margin-bottom: 15px;
}

.select-vehicle {
  padding: 0px 0 20px 0;
  position: relative;
  text-align: center;
}

.select-vehicle p {
  font-size: 20px;
  color: #dfc495;
  letter-spacing: 0.96px;
  margin-bottom: 0;
}

.select-vehicle p i {
  margin-left: 15px;
  font-size: 25px;
}

.submit-btn {
  width: 100%;
  max-width: 245px;
  margin: 10px auto 0 auto;
  position: relative;
}

.checked-card {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
}

.checked-card i {
  border: #C0C0C2 solid 1px;
  padding: 15px;
  height: 100px;
  width: 100px;
  margin: 0 auto;
  border-radius: 20px;
  background-color: #ffffff;
  font-size: 30px;
}

.checked-card i:before {
  color: #4bbf78;
}

.cards-list.add-new-card .default-heading {
  display: block;
  text-align: center;
}

.cards-list.add-new-card .default-heading p {
  display: block;
  text-align: center;
  max-width: 225px;
  letter-spacing: 0.96px;
  padding-top: 15px;
  font-size: 20px;
  width: 100%;
  margin: 0 auto;
  color: #000000;
}

.switches {
  position: relative;
  padding: 60px 50px;
  max-width: inherit;
}

.listing-switches {
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
}

.listing-switches:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  border-bottom: #D2B06F solid 1px;
  content: "";
}

.listing-switches.maxwidth:before {
  max-width: 70%;
  margin: 0 auto;
}

.listing-switches.border-none:before {
  display: none;
}

.switches .custom-switch .custom-control-label {
  border: #c0c0c2 solid 2px;
  max-width: 105px;
  width: 105px;
  height: 45px;
  max-height: 45px;
  margin-bottom: 10px;
}

.switches .custom-switch .custom-control-label::after {
  width: 22px;
  height: 22px;
  border-radius: 100px;
  top: calc(.25rem + 6px);
  left: calc(.25rem + 15px);
}

.switches .custom-switch .custom-control-label::before {
  width: 60px;
  border-radius: 100px;
  left: 20px;
}

.switches .custom-switch .custom-control-input:checked~.custom-control-label {
  border: #2699FB solid 2px;
}

.switches .custom-switch .custom-control-input:checked~.custom-control-label::after {
  -webkit-transform: translateX(2.7rem);
  transform: translateX(2.7rem);
}

.switches .custom-switch span {
  font-size: 20px;
  letter-spacing: 0.4px;
  color: #132439;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
}

.switches .custom-switch.large-text {
  text-align: center;
}

.switches .custom-switch.large-text span {
  font-size: 28px;
  color: #000;
  font-weight: 400;
}

.sub-modal-open .modal-backdrop.show {
  opacity: 0;
}

.popup-without-modal-backdrop.modal {
  position: relative;
  z-index: 1;
}

.popup-without-modal-backdrop.modal .default-heading {
  margin-left: 15em;
}

.popup-without-modal-backdrop.modal .default-heading h5 {
  color: white;
  font-weight: 500;
}

.popup-without-modal-backdrop.modal .modal-dialog {
  max-width: 905px;
  text-align: center;
}

.popup-without-modal-backdrop.modal .modal-dialog .modal-content {
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 33px;
}

.popup-without-modal-backdrop.modal .paragraph {
  max-width: 800px;
  padding: 30px 30px;
}

.popup-without-modal-backdrop.modal .paragraph p {
  max-width: 100%;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
}

.popup-without-modal-backdrop.modal .close {
  padding: 40px 50px;
}

.popup-without-modal-backdrop.modal .close i:before {
  visibility: hidden;
  color: #c2c7cd;
}

.popup-without-modal-backdrop.modal .btn.btn-link {
  line-height: inherit;
  margin-bottom: 50px;
  min-height: inherit;
}

.popup-without-modal-backdrop.modal.dark-bg .default-heading h5 {
  color: #D2B06F;
}

.popup-without-modal-backdrop.modal.dark-bg p {
  color: #c2c7d1;
}

.popup-without-modal-backdrop.modal.dark-bg .btn.btn-link:last-child {
  color: #D2B06F;
}

.popup-without-modal-backdrop.modal.dark-bg .modal-dialog .modal-content {
  background-color: #132438;
}

.box-modal {
  position: relative;
  z-index: 1;
  outline: 0;
}

.box-modal .box-modal-dialog {
  max-width: 905px;
  width: 100%;
  margin: 50px auto;
  text-align: center;
}

.box-modal .box-modal-dialog .box-modal-content {
  position: relative;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  background-color: #fff;
}

.box-modal .box-modal-dialog .box-modal-content .close-btn {
  padding: 15px 30px;
  cursor: pointer;
  color: #132439;
  text-align: right;
}

.box-modal .box-modal-dialog .box-modal-content .close-btn .icon-closed-small:before {
  color: black;
  font-size: 18px;
}

.box-modal .box-modal-dialog .box-modal-content .box-modal-body {
  min-height: 300px;
  height: 100%;
  padding: 10px 50px 50px 50px;
  max-width: 800px;
  margin: 0 auto;
}

.box-modal .box-modal-dialog .box-modal-content .box-modal-body-homepage {
  min-height: 300px;
  height: 100%;
  padding: 10px 50px 50px 50px;
  max-width: 800px;
  margin: 0 auto;
}

.box-modal .box-modal-dialog .box-modal-content .box-modal-body.paddNone {
  padding: 15px;
}

.box-modal .box-modal-dialog .box-modal-content .default-heading {
  margin-bottom: 30px;
}

.box-modal .box-modal-dialog .box-modal-content .default-heading h5 {
  font-weight: 500;
}

.box-modal .box-modal-dialog .box-modal-content .paragraph p {
  color: #000000;
  max-width: 100%;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
}

.box-modal.dark-bg .default-heading h5 {
  color: #000000;
}

.box-modal.dark-bg .box-modal-dialog .box-modal-content .paragraph p {
  color: #c2c7d1;
}

.box-modal.dark-bg .box-modal-dialog .box-modal-content .btn.btn-link:last-child {
  color: #000000;
}

.box-modal.dark-bg .box-modal-dialog .box-modal-content {
  background-color: #FFFFFF;
}

.connection .accordion>.card {
  overflow: visible;
}

.connection .accordion>.card>.card-header {
  padding: 0px 0px;
  border-bottom: none;
}

.connection .accordion>.card>.card-header .btn-link {
  max-width: 100%;
  line-height: inherit;
  min-height: inherit;
  position: relative;
}

.connection .accordion>.card>.card-header .btn-link:after {
  width: 12px;
  height: 12px;
  background-color: #D2B06F;
  border-radius: 100%;
  position: absolute;
  top: 0;
  margin-top: 5px;
  left: -50px;
  content: "";
}

.connection .accordion>.card>.card-header h2 {
  padding: 20px 0;
}

.connection .btn-link .month-name {
  font-size: 20px;
  padding-right: 50px;
}

.list-area {
  position: relative;
}

.list-area li {
  color: #D2B06F;
  display: block;
  font-size: 18px;
  line-height: 30px;
  padding: 20px 0;
}

.list-area li a {
  color: #D2B06F;
  display: block;
}

.login-history.cards-list {
  max-width: 100%;
}

.login-history.cards-list .list-group {
  margin-top: 0;
}

.login-history.cards-list .mCSB_scrollTools .mCSB_dragger {
  margin-top: 5px;
}

.login-history.cards-list .mCSB_scrollTools .mCSB_draggerRail {
  background-color: #DEE0E44E;
  width: 20px;
  display: block;
  border-radius: 0px 0px 50px 50px;
}

.login-history.cards-list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 0px 0px 50px 50px;
  width: 12px;
}

.btns-area {
  position: relative;
  display: block;
  padding: 50px 0;
}

.btns-area .btn {
  font-size: 25px;
  color: #0093FF;
  font-weight: 600;
  margin: 0 15px;
  text-transform: capitalize;
  text-decoration: underline;
  max-width: inherit;
  min-height: inherit;
}

.btns-area .btn:last-child {
  color: #FF2D55;
}

.device-information .default-heading {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: #e2e2e2 solid 1px;
}

.device-information .default-heading h6 {
  font-weight: 500;
  color: #132439;
  letter-spacing: 2.2px;
  font-size: 18px;
}

.column-list {
  position: relative;
  padding-left: 35px;
}

.column-list i {
  position: absolute;
  left: 0;
}

.column-list i:before {
  color: #2699FB;
}

.column-list p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.5px;
  margin-bottom: 0;
}

.column-list p strong {
  display: block;
  font-size: 18px;
  font-weight: 500;
}

.device-information .list-group-flush.botmborder {
  border-bottom: #e2e2e2 solid 1px;
}

.device-information .list-group-item {
  padding: 10px 0;
}

.large-modal.modal .modal-dialog {
  max-width: 1024px;
  display: flex;
}

.large-modal .modal-dialog .modal-content {
  border-radius: 20px;
  box-shadow: 15px 10px 20px #00000029;
  overflow: hidden;
}

.large-modal .modal-body {
  padding: 30px 50px;
}

.large-modal .modal-header {
  padding: 35px 50px;
  background-color: #ecedef;
  /*border-radius: 0px 0px 15px 15px;*/
}

.large-modal .modal-header .close {
  padding: 0;
  /*margin-top: -15px;*/
}

.large-modal .modal-header .modal-title {
  font-size: 20px;
  font-weight: 500;
  color: #D2B06F;
}

.large-modal.modal .modal-dialog .modal-content .modal-body {
  min-height: inherit;
}

.large-modal.modal .modal-dialog .modal-content .modal-body .mCustomScrollbar {
  max-height: 100%;
  height: auto;
}

.calendar {
  z-index: 9999;
  display: none;
  background-color: #132438;
  border-radius: 20px;
  overflow: hidden;
  position: absolute;
  top: 0%;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 450px;
  width: 100%;
}

.calendar.active {
  display: block;
}

.change-date-time {
  position: absolute;
  right: 35px;
  bottom: 18px;
  /*  z-index: 1; */
}

.change-date-time span {
  letter-spacing: 1.2px;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  color: #D2B06F;
  text-transform: uppercase;
  margin-right: 10px;
}

.location-history .fill-details .form-group {
  margin-bottom: 50px;
  margin-top: 50px;
}

.location-history .fill-details .form-group label {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-bottom: 30px;
}

.location-history .fill-details .form-control {
  padding: 15px 20px;
  /*  background: #FFFFFF 0% 0% no-repeat padding-box; */
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #C0C0C2;
  border-radius: 14px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}

.location-history .fill-details .form-group .btn-link {
  color: #000;
  min-height: inherit;
}

.edit-device .medium-pop-modal-field .form-group label {
  position: absolute;
  padding-left: 30px;
  left: 0;
  top: 18px;
  margin-bottom: 0;
}

.edit-device .medium-pop-modal-field .form-group .form-control {
  text-align: center;
  font-weight: 400;
}

.not-edit-field {
  line-height: 65px;
  min-height: 67px;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #C0C0C2;
  border-radius: 14px;
  padding: 0 115px 0 40%;
}

.not-edit-field.paddNone {
  padding: none;
}

.not-edit-field .locatoin-img {
  max-width: 30px;
}

.not-edit-field .change-name-edit {
  text-align: center;
  font-weight: 300;
  letter-spacing: 2px;
  color: #132439;
  font-size: 20px;
  width: 100%;
  margin-bottom: 0;
}

.edit-device .medium-pop-modal-field .form-group i {
  font-size: 30px;
  margin-right: 30px;
  color: #132438;
  cursor: pointer;
}

.edit-device .medium-pop-modal-field .form-group i.icon-speed {
  font-size: 22px;
  bottom: 22px;
}

.edit-device .medium-pop-modal-field .change-date-time {
  right: 20px;
  bottom: 24px;
}

.delete-history.medium-pop-modal.modal .modal-dialog {
  max-width: 650px;
}

.delete-history.medium-pop-modal.modal .modal-content .modal-body {
  padding: 15px 50px;
}

.delete-history.medium-pop-modal.modal .paragraph p {
  color: #000000;
}

.delete-history.medium-pop-modal.modal .medium-pop-modal-field {
  padding-left: 0;
  padding-right: 0;
}

.delete-history.medium-pop-modal.modal .medium-pop-modal-field .form-group label {
  font-weight: 300;
  color: #000000;
  letter-spacing: 0;
}

.deleted-card-confirm .modal-dialog .modal-content {
  background-color: #FFFFFF;
  border-radius: 10px;
  margin-top: 50px;
}

.deleted-card-confirm .modal-dialog .modal-content .modal-body {
  max-width: 405px;
  margin: 0 auto;
}

.deleted-card-confirm .modal-dialog .modal-content .modal-body .paragraph {
  text-align: center;
  padding: 0;
}

.deleted-card-confirm .modal-dialog .modal-content .modal-body .paragraph strong {
  font-size: 22px;
  display: block;
  color: #000000;
  font-weight: 600;
  margin-bottom: 25px;
  margin-top: 30px;
}

.deleted-card-confirm .modal-dialog .modal-content .modal-body .paragraph p {
  font-size: 20px;
  line-height: 36px;
  color: #000000;
  font-weight: 400;
}

.deleted-card-confirm.small-popup .modal-dialog .btn.btn-link {
  font-size: 18px;
  color: #FF2323;
  min-height: inherit;
  line-height: inherit;
  text-transform: capitalize;
  margin: 50px auto;
}

.deleted-card-confirm .icon-closed-small {
  color: #ffffff;
}


.error-mess-subscription-confirm .modal-dialog .modal-content {
  background-color: #FFFFFF;
  border-radius: 10px;
  margin-top: 50px;
}

.error-mess-subscription-confirm .modal-dialog .modal-content .modal-body {
  max-width: 405px;
  margin: 0 auto;
}

.error-mess-subscription-confirm .modal-dialog .modal-content .modal-body .paragraph {
  text-align: center;
  padding: 0;
}

.error-mess-subscription-confirm .modal-dialog .modal-content .modal-body .paragraph strong {
  font-size: 22px;
  display: block;
  color: #000000;
  font-weight: 600;
  margin-bottom: 25px;
  margin-top: 30px;
}

.error-mess-subscription-confirm .modal-dialog .modal-content .modal-body .paragraph p {
  font-size: 20px;
  line-height: 36px;
  color: #000000;
  font-weight: 400;
}

.error-mess-subscription-confirm.small-popup .modal-dialog .btn.btn-link {
  font-size: 18px;
  color: #808080;
  min-height: inherit;
  line-height: inherit;
  text-transform: capitalize;
  margin: 50px auto;
}

.error-mess-subscription-confirm.small-popup .modal-dialog .btn.btn-link {
  font-size: 18px;
  color: #D2B06F;
  min-height: inherit;
  line-height: inherit;
  text-transform: capitalize;
  margin: 50px auto;
}

.error-mess-subscription-confirm .icon-closed-small {
  color: #ffffff;
}

.power-mode .medium-pop-modal-field .not-edit-field {
  padding: 0px 30px;
  min-height: inherit;
}

.power-mode .medium-pop-modal-field .not-edit-field .mode-heading {
  font-weight: 500;
}

.power-mode .medium-pop-modal-field .form-group .btn.btn-link:last-child {
  color: #2699FB;
}

.map-options.location-mode {
  margin-top: 10px;
  right: 30px;
}

.map-options.location-mode .settings:last-child {
  margin-bottom: 0;
}

.map-options.location-mode .alert-light,
.location-pointing .alert-light {
  position: absolute;
  right: 90px;
  min-width: 250px;
  text-align: center;
  width: 100%;
  padding: 20px 30px;
}

.map-options.location-mode .dropdown-double-arrow,
.location-pointing .dropdown-double-arrow {
  right: 110px;
  transition: right .5s linear;
  transition-delay: 0.5s;
  text-align: right;
}

.map-options.location-mode .dropdown-double-arrow i,
.location-pointing .dropdown-double-arrow i {
  font-size: 13px;
}

.map-options.location-mode .dropdown-double-arrow.select-message,
.location-pointing .dropdown-double-arrow.select-message {
  right: -33px;
  z-index: -1;
  /*opacity: 100;*/
}

.map-options.location-mode .dropdown-double-arrow.select-message {
  margin-top: -10px;
}

.location-pointing {
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
}

.location-pointing .alert-light {
  max-width: 250px;
  width: 100%;
  top: 40%;
  right: 60px;
}

.location-pointing img {
  position: absolute;
  max-width: 25px;
  right: 0;
}

.location-pointing .location-one {
  right: 14%;
  top: 25%;
}

.location-pointing .location-two {
  right: -1%;
  top: 47%;
}

.location-pointing .location-three {
  right: 11%;
  top: 75%;
}

.location-pointing .location-four {
  right: 71%;
  top: 62%;
}

.location-pointing .dropdown-double-arrow {
  right: 0px;
}

/*.location-pointing .dropdown-double-arrow.select-message{right:-33px;}*/
.location-pointing .location-with-dropdown {
  top: 80%;
  left: auto;
  right: -2%;
  max-width: 200px;
}

.important-info.modal .modal-dialog {
  max-width: 650px;
}

.important-info.modal .modal-dialog .close {
  position: absolute;
  top: 25px;
  right: 40px;
  padding: 0;
}

#DelHistory {
  padding: 35px 50px;
  background-color: #ecedef;
  /*border-radius: 0px 0px 15px 15px;*/
}

.important-info.modal .modal-dialog .modal-header {
  padding: 30px 30px 20px 30px;
}

.important-info.modal .modal-dialog .modal-content .modal-body {
  padding: 0px 50px 50px 50px;
}

.important-info.modal .modal-dialog .modal-content .modal-body .paragraph {
  padding: 0;
}

.without-saving.modal .modal-dialog .modal-content .modal-body {
  padding: 0px 50px 0px 50px;
  text-align: center;
}

.without-saving.modal .modal-dialog .modal-content .modal-body .paragraph {
  text-align: center;
}

.without-saving.modal .modal-dialog .modal-content .modal-body strong {
  font-size: 24px;
  line-height: 46px;
}

.without-saving.modal .modal-dialog .modal-content .modal-body .btn-group {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  overflow: hidden;
  width: 100%;
  max-width: 230px;
  margin: 0 auto 50px auto;
  border: 0.5px solid #707070;
  border-radius: 11px;
  text-align: center;
}

.without-saving.modal .modal-dialog .modal-content .modal-body .btn-group>.btn.btn-link {
  background-color: inherit;
  min-height: inherit;
  min-width: inherit;
  font-size: 20px;
  color: #D2B06F;
  margin: 0;
  line-height: inherit;
  width: 100%;
  max-width: 150px;
  padding: 10px 10px;
}

.without-saving.modal .modal-dialog .modal-content .modal-body .btn-group>.btn.btn-link:first-child {
  border-right: 0.5px solid #707070;
}

.edit-device-popup.modal {
  left: 0;
  padding-left: 0px !important;
  position: absolute;
  overflow-y: hidden;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: auto;
}

.edit-device-popup.modal .modal-dialog {
  max-width: 700px;
}

.edit-device-popup.modal .modal-dialog .modal-header {
  border-radius: 14px 14px 0px 0px;
  color: #FFFFFF;
  /* border-bottom: #b3b4b6 solid 1px; */
}

.edit-device-popup.modal .modal-dialog .modal-header .modal-title {
  font-size: 25px;
  color: #D2B06F
}

.edit-device-popup.modal .modal-dialog .modal-header i.icon-user-location2,
.edit-device-popup.modal .modal-dialog .modal-header i.icon-power-circle-icon {
  font-size: 36px;
  color: #132439;
  margin-right: 30px;
}

.edit-device-popup.modal .modal-dialog .modal-content {
  /*background: #4C6177 0% 0% no-repeat padding-box;*/
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 14px;
}

.edit-device-popup.modal .modal-dialog .modal-content .close {
  padding: 20px 20px;
}

.edit-device-popup.modal .modal-dialog .modal-content .modal-body {
  border-radius: 0px 0px 14px 14px;
  padding: 20px 30px 60px 30px;
  min-height: inherit;
  background-color: white;
}

.edit-device-popup.modal .modal-dialog .modal-content .modal-body .changing-form {
  margin-top: 20px;
}

.edit-device-popup.modal .changing-form .form-group {
  margin-bottom: 0;
}

.edit-device-popup.modal .changing-form .form-group i {
  position: relative;
  left: 0;
  bottom: 0;
  font-size: 24px;
  color: #132439;
}

.edit-device-popup.modal .changing-form .form-group label {
  width: 100%;
  max-width: 79%;
  text-align: center;
  padding-left: 15px;
  color: #132439;
  margin-bottom: 0;
}

.edit-device-popup.modal .changing-form .form-group .form-control {
  background-color: inherit;
  min-height: inherit;
  border-bottom: #707173 solid 1px;
}

.edit-device-popup.modal .changing-form .form-group .form-control:focus {
  box-shadow: none;
}

.edit-device-popup.modal .btn.btn-link {
  min-height: inherit;
  line-height: inherit;
  min-width: inherit;
  max-width: inherit;
  width: auto;
  color: #D2B06F;
  font-size: 20px;
  font-weight: 500;
}

.edit-device-popup.modal .btn.btn-link:last-child {
  color: #D2B06F;
}

.edit-device-popup.modal .changing-form .form-group .custom-switch label {
  width: 66px;
  max-width: inherit;
  position: relative;
}

.edit-device-popup.modal .changing-form .form-group .custom-switch label span {
  position: absolute;
  right: -50px;
  color: #C0C0C2;
}

.edit-device-popup.modal .changing-form .form-group .custom-switch label span.on {
  display: none;
}

.edit-device-popup.modal .changing-form .form-group .custom-switch .custom-control-input:checked~.custom-control-label span.on {
  display: inline-block;
  color: #4C6177;
}

.edit-device-popup.modal .changing-form .form-group .custom-switch .custom-control-input:checked~.custom-control-label span.off {
  display: none;
}

.map-icon-list .list-group-item {
  background-color: inherit;
  padding: 10px 0;
}

.map-icon-list>.list-group-item .default-heading h6 {
  padding-top: 0 !important;
  font-weight: 600;
  font-size: 17px;
}

.choose-icons {
  display: block;
  position: relative;
}

.choose-icons li {
  display: inline-block;
  width: 100%;
  max-width: 35px;
  margin-right: 10px;
  margin-bottom: 5px;
  vertical-align: middle;
}

.choose-icons li:last-child {
  margin-right: 0;
}

.choose-icons li a {
  display: block;
  position: relative;
  transition: transform .2s;
  /* Animation */
}

.choose-icons li a:hover,
.choose-icons li a.select-icon {
  transform: scale(1.3);
  opacity: 100;
}

.choose-icons li a.disable {
  opacity: 0.5;
}

.external-pover-list.map-icon-list .list-group-item {
  padding-left: 75px;
  border-width: 0;
}

.external-pover-list.map-icon-list .custom-control.custom-radio .custom-control-label::before {
  border: #D2B06F solid 3px;
}

.external-pover-list.map-icon-list .custom-control.custom-radio .custom-control-input:checked~.custom-control-label::before {
  border: #D2B06F solid 3px;
  background-color: #D2B06F;
}

.edit-device-popup.modal .modal-dialog.external-power-modal {
  padding-bottom: 100px;
}

.edit-device-popup.modal .modal-dialog.external-power-modal .modal-content .modal-body {
  padding: 20px 30px;
}

.external-power-modal .not-edit-field {
  padding-left: 0;
  background-color: #fff;
  width: 100%;
  /* position: absolute; bottom: -85px;*/
}

.alarm-filter-modal.modal .modal-dialog {
  display: flex;
  min-height: inherit;
}

.alarm-filter-modal .modal-header .close {
  position: absolute;
  right: 20px;
}

.alarm-filter-modal .modal-body {
  padding: 20px 30px;
}

.alarm-filter-modal .modal-body .btn-link {
  color: #2699FB;
  display: block;
  margin: -20px auto 0 auto;
  max-width: inherit;
}

.alarm-filter-modal.modal .modal-dialog .modal-body .mCustomScrollbar {
  max-height: 100%;
  height: auto;
}

.alarm-filter-modal .modal-body .list-group-item {
  border: none;
}

.alarm-filter-modal .default-heading {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: #e2e2e2 solid 2px;
}

.alarm-filter-modal .default-heading h6 {
  font-size: 15px;
  letter-spacing: 0.75px;
  color: #D2B06F;
}

.alarm-filter-modal .type {
  border: #dcdcdc solid 1px;
  min-height: 65px;
  border-radius: 15px;
  width: 100%;
  max-width: 30%;
  text-align: center;
  padding: 5px 0;
  margin-bottom: 10px;
}

.alarm-filter-modal .type p {
  margin-bottom: 0;
}

.alarm-filter-modal .type:hover,
.alarm-filter-modal .type.active {
  border-color: #2699FB;
  color: black;
}

.alarm-filter-modal .icon-arrow-right:before {
  color: #000000;
}

.alarm-filter-modal .date-time-area {
  margin-bottom: 20px;
}

.alarm-filter-modal .date-time-area .default-heading {
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: #e2e2e2 solid 1px;
}

.alarm-filter-modal .date-time-area .default-heading h6 {
  color: #e2e2e2;
}

.alarm-filter-modal .date-time-area span {
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
  cursor: pointer;
}



.alarm-filter-modal .date-time-area span i {
  font-size: 20px;
  margin-right: 10px;
}

.alarm-filter-modal .date-time-area span i:before {
  color: #C0C0C2;
}

.alarm-filter-modal .date-time-area span.active i:before,
.alarm-filter-modal .date-time-area span:hover i:before {
  color: #C0C0C2;
}

.date-select {
  position: relative;
  text-align: right;
  padding-right: 15px;
}

.date-select p {
  display: block;
  margin-bottom: 5px;
}

.date-select p i {
  margin-left: 20px;
}

.date-select p:last-child,
.alarm-filter-modal .date-time-area span:last-child {
  margin-bottom: 0;
  cursor: pointer;
}

.support-modal-open .modal-backdrop {
  z-index: 1041;
}

.extra-small-popup.small-popup.modal {
  height: auto;
}

.extra-small-popup.small-popup.modal .modal-dialog .close {
  padding: 15px 15px 5px 15px;
}

.extra-small-popup.small-popup.modal .modal-dialog .close .icon-closed-small {
  font-size: 14px;
}

.extra-small-popup.small-popup.modal .modal-dialog {
  max-width: 200px;
}

.extra-small-popup.small-popup.modal .modal-dialog .modal-content {
  border-radius: 25px;
  border: #a3a4a8 solid 1px;
}

.extra-small-popup.small-popup.modal .modal-dialog .modal-content .modal-body {
  min-height: inherit;
  padding: 0px 20px 15px 20px;
}

.extra-small-popup.small-popup.modal .paragraph {
  text-align: center;
  padding: 0px;
}

.extra-small-popup.small-popup.modal .paragraph p {
  font-size: 16px;
  color: #44596c;
  font-weight: 400;
}

.choose-vehicle.map-options-area.modal .modal-header .close .icon-closed-small {
  color: #ffffff;
}

.choose-vehicle.map-options-area.modal .modal-header {
  padding: 0px 0 15px 25px;
  border-color: #182e45;
}

.choose-vehicle.map-options-area.modal .modal-header .modal-title {
  margin-top: -10px;
  padding: 0;
  text-align: left;
  font-size: 20px;
  color: white;
}

.choose-vehicle.map-options-area.modal .modal-header {
  padding: 30px 0px 15px 25px;
}

.choose-vehicle.map-options-area.modal .modal-dialog {
  max-width: 330px;
}

.choose-vehicle.map-options-area.modal .modal-dialog .modal-content {
  /* background-color: #132439; */
  /*padding: 25px 0;*/
}

.choose-vehicle.map-options-area.modal .modal-content .modal-body {
  min-height: inherit;
}

.choose-vehicle.map-options-area.modal .modal-content .modal-body .btn-link {
  color: #2699FB;
  display: block;
  text-align: center;
  margin-bottom: 20px;
  margin-right: auto;
  margin-left: auto;
}

.choose-vehicle.map-options-area.modal .list-group-item {
  padding: 10px 25px;
  border-color: #182e45;
}

.choose-vehicle.map-options-area.modal .list-group-item a {
  color: #000000;
  font-size: 16px;
  letter-spacing: 0.8px;
}

.choose-vehicle .modal-body.mCustomScrollbar {
  max-height: 320px;
}

.choose-vehicle .modal-body.mCustomScrollbar .mCustomScrollBox {
  width: 100%;
}

.search-location-area.add-devices-area.geofences .device-details .default-heading h6 {
  border-bottom: #D2B06F solid 2px;
  color: #132439;
  padding-bottom: 15px;
  letter-spacing: 2.2px;
  text-transform: uppercase;
}

.search-location-area.add-devices-area.geofences .device-details .default-heading span {
  cursor: pointer;
  display: block;
  color: #D2B06F;
  font-size: 18px;
  letter-spacing: 1.2px;
  padding-top: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

.search-location-area.add-devices-area.geofences .device-details .list-group-item {
  padding: 20px 0;
}

.search-location-area.add-devices-area.geofences .device-details .list-group-item .name-area {
  margin-bottom: 0;
}

.search-location-area.add-devices-area.geofences .edit {
  color: #2699FB;
  font-weight: 600;
}

.search-location-area.add-devices-area.geofences .device-details .list-group-item .icon-area {
  font-size: 30px;
}

.search-location-area.add-devices-area.geofences .device-details .list-group-item:hover .icon-circle-edit-icon:before {
  color: #2699FB;
}

.location-pointer-map .settings {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.location-pointer-map .settings .icon-user-location2 {
  font-size: 30px;
  color: #ffffff;
}

.search-location-area.add-devices-area.geofences .dropdown-double-arrow {
  margin-top: 0;
  left: 0;
  top: 10px;
  right: auto;
  margin-left: -100px;
  transition: margin-left .5s linear;
}

.search-location-area.add-devices-area.geofences .dropdown-double-arrow .icon-combine-arrows-right {
  font-size: 16px;
}

.search-location-area.add-devices-area.geofences .dropdown-double-arrow.select-message {
  margin-left: -50px;
  opacity: 1;
}

.search-location-area.add-devices-area.geofences .alert-light {
  min-width: 170px;
  max-width: 170px;
}

.search-location-area.add-devices-area.geofences .alert-light.show {
  display: block;
  top: 0;
  right: 100px;
}

.radius {
  position: absolute;
  top: 30%;
  left: 25%;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-width: 160px;
  max-height: 160px;
  background-color: #fff000;
  border: 3px solid #0093FF;
  background: #21A1FF52 0% 0% no-repeat padding-box;
  text-align: center;
}

.radius .name-geofence {
  letter-spacing: 0.26px;
  color: #FFFFFF;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 10px;
  background-color: #080808;
  display: inline-block;
  cursor: pointer;
}

.edit-geofence {
  /* background-color: #000000; */
  margin: 30px;
  padding: 0px 00px;
  border-radius: 30px;
}

.edit-geofence:before {
  border-radius: 50px;
  /* background-color: #7e858b; */
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 45px;
  margin: -20px auto 0 auto;
  height: 100%;
  max-height: 4px;
  content: "";
}

.edit-geofence li {
  display: block;
  position: relative;
  margin-bottom: 50px;
}

.edit-geofence li .edit-list {
  display: block;
  margin-bottom: 30px;
}

.edit-geofence li h3 {
  margin-top: 30px;
  font-size: 18px;
  letter-spacing: 0.75px;
  color: #2699FB;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: #D2B06F solid 1px;
}

.edit-geofence li span {
  font-size: 16px;
  line-height: 20px;
  padding-left: 30px;
}

.edit-geofence li .custom-control-label::after,
.edit-geofence li .custom-control-label::before {
  top: auto;
  left: auto;
  position: relative;
}

.edit-geofence li .custom-control,
.edit-geofence li .icon-area {
  padding-left: 0;
}

.edit-geofence li .custom-control-input:checked~.custom-control-label span {
  color: #4C6177;
}

.edit-geofence li .btn-link {
  padding-top: 15px;
  border-top: #D2B06F solid 1px;
  color: #D2B06F;
  min-height: inherit;
  max-width: inherit;
}

.edit-geofence li .custom-control.custom-radio .custom-control-label::before {
  border: #132439 solid 2px;
}

.edit-geofence li .custom-control.custom-radio .custom-control-input:checked~.custom-control-label::before {
  border: #2699FB solid 2px;
  border-color: #2699FB;
  background-color: #2699FB;
}

.edit-geofence li .edit-list:hover .icon-area:before,
.edit-geofence li .edit-list:hover span {
  color: #2699FB;
  cursor: pointer;
}

.edit-geofence li .edit-list.active .icon-area:before,
.edit-geofence li .edit-list.active span {
  color: #2699FB;
}

.icon-wifi.active:before {
  color: #2699FB;
}

.icon-wifi.inactive:before {
  color: #ff2e54;
}

/****************Footer Sart***************/
.footer-area {
  position: relative;
  background-color: #000000;
  padding: 50px 0 0px 0;
}

.footer-area:before {
  background-color: #000000;
  opacity: 0.9;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
  content: "";
  height: 100%;
  width: 100%;
}

.full-border-area {
  border-top: #2a2d28 solid 1px;
  border-bottom: #2a2d28 solid 1px;
  position: relative;
}

.footer-col {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  max-width: 25%;
  margin-right: -4px;
  margin-top: -3px;
  margin-bottom: -5px;
  vertical-align: top;
  padding-right: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer-col:before {
  position: absolute;
  top: 0px;
  bottom: 0;
  background-color: #33362f;
  right: 10%;
  transform: rotate(-10deg);
  height: 102%;
  width: 1px;
  border-radius: 100%;
  content: "";
}

.footer-col:last-child {
  padding-right: 0;
}

.footer-col:last-child:before {
  display: none;
}

.footer-col p {
  color: #ffffff;
  font-weight: 300;
}

.footer-col .default-heading {
  margin-bottom: 15px;
}

.footer-col .default-heading h4 {
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #ffffff;
}

.footer-col ul {
  list-style: inherit;
  margin: 0;
}

.footer-col ul li {
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.footer-col ul li:last-child {
  margin-bottom: 0;
}

.footer-col ul li a {
  color: #ffffff;
  position: relative;
  font-weight: 300;
}

.footer-col.quicklinks ul li {
  padding-left: 15px;
}

.footer-col.quicklinks ul li a:before {
  position: absolute;
  top: 10px;
  background-color: #d51b00;
  left: -15px;
  height: 5px;
  width: 5px;
  border-radius: 100%;
  content: "";
}

.footer-col ul li a:hover {
  color: #d51b00;
}

.footer-col ul li a i {
  font-size: 30px;
  color: #ffffff;
  margin-right: 10px;
}

.footer-col ul.socail-icons {
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: #3d4239 solid 1px;
}

.footer-col ul.socail-icons li {
  margin-left: 0;
  margin-right: 15px;
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: middle;
}

.footer-col ul.socail-icons li a {
  display: block;
  border: #ffffff solid 1px;
  border-radius: 100%;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 30px;
}

.footer-col ul.socail-icons li a i {
  color: #ffffff;
  font-size: 20px;
  margin-right: 0;
}

.footer-col ul.socail-icons li a:hover {
  border: #d51b00 solid 2px;
}

.footer-col ul.socail-icons li a:hover i {
  color: #d51b00;
}

.follow-on {
  position: relative;
}

.follow-on ul {
  padding-left: 20px;
}

.Copyright {
  display: block;
  text-align: center;
  position: relative;
  padding: 20px 0;
}

.Copyright p {
  color: #ffffff;
  margin-bottom: 0;
}

/*======================///////////////
			start responsive style
=====================///////////////////////*/
@media (min-width: 1920px) {
  .headerSection .minheight {
    min-height: 95px;
  }

  .main-links .earth-map img {
    max-width: 70%;
    object-fit: contain;
    padding-top: 250px;
    opacity: 1;
  }

  #return {

    height: 210px;
  }

  .location-with-dropdown {
    padding-top: 3.5px;
    padding-right: 10.5px;
  }

  .welcome-area {
    /* margin-top: 165px; */
  }

  .main-area {
    max-width: 45%;
    /*padding-top: 150px;*/
    max-width: 800px;
    height: 90%;
  }

  .main-area .figure img {
    max-width: inherit;
  }

  .earth-map img {
    max-width: inherit;
  }


  .earth-map-rightside img {
    bottom: -15%;
    right: -15%;
  }

  .satellite {
    top: 25%;
    left: 10%;
  }

  .terms-use .mCustomScrollbar {
    height: 100%;
    /*max-height: 546px;*/
  }

  /*.map-options{ top: 130px; right: 540px; }*/
  .map-options .settings {
    width: 60px;
    height: 60px;
  }

  .failure-detected {
    top: 130px;
  }


  .sidebar.shrink {
    margin-left: -260px;
  }

  .left-right-arrow {
    right: 40px;
  }

  .sidebar,
  .map-area,
  .padd-top-area {
    padding-top: 95px;
  }

  .sidebar .navbar {
    padding-top: 30px;
    padding-left: 40px;
  }

  .sidebar .navbar .navbar-nav li.nav-item>a.nav-link {
    font-size: 20px;
    padding: 26px 0px;
  }

  .failure-detected .connection {
    padding: 30px 20px;
  }

  .support-center {
    font-size: 20px;
    padding-bottom: 65px;
    padding-left: 70px;
  }

  /*.middle-content{padding-top: 95px;}*/
  .middle-content.paddTop,
  .paddTop-large {
    padding-top: 190px;
  }

  .search-location-area {
    /*max-width: 500px; min-width: 500px;  padding-left: 40px; padding-top: 30px;*/
  }

  .search-location-area.add-devices .device-details .list-group {
    padding-left: 40px;
  }

  .search-bar .form-control {
    padding-left: 50px;
    padding-right: 50px;
  }

  /*.device-details{ max-height: 50%; }
  .device-details .mCustomScrollbar{ max-height: 85%;}*/
  .device-details .default-heading {
    position: relative;
    margin-bottom: 15px;
  }

  .device-details .list-group-item {
    padding: 15px 0;
  }

  .device-details .list-group-item .icon-area {
    font-size: 30px;
  }

  .device-details .list-group-item .name-area {
    margin-bottom: 15px;
  }

  .search-location-area.add-devices-area .device-details .mCustomScrollbar {
    max-height: 80%;
  }

  .location-with-dropdown.popup-directoin01 {
    left: 340px;
  }

  .location-with-dropdown.popup-directoin02 {
    left: 540px;
  }

  .location-with-dropdown.popup-directoin03 {
    left: 620px;
  }

  .account-details .form-group label {
    font-size: 25px;
    line-height: inherit;
  }

  .account .default-heading h4 {
    margin-top: 30px;
    /*  margin-bottom: 130px; */
  }

  .control-panel-links.middle-links {
    top: 8vw;
  }

  .account-details {
    padding: 60px 60px;
  }

  .account-details.leftmargin {
    margin-left: 40px;
  }

  .account-details.rightmargin {
    margin-right: 40px;
  }

  .account .default-heading h5 {
    margin-bottom: 50px;
  }

  /*.medium-pop-modal .modal-header{ padding: 50px 50px; }*/
  .medium-pop-modal .modal-header .modal-title {
    font-size: 30px;
  }

  .medium-pop-modal-field {
    padding: 15px 50px;
  }

  .medium-pop-modal-field .form-group {
    margin-bottom: 25px;
  }

  .medium-pop-modal-field .form-group label,
  .medium-pop-modal-field .form-group .form-control {
    font-size: 20px;
  }

  .mCustomScrollbar-area .mCustomScrollbar {
    max-height: 90%;
  }

  .connection .btn-link .month-name {
    padding-right: 100px;
    font-size: 25px;
  }

  .blue-btn.btn-link {
    line-height: 64px;
  }

  .search-location-area.add-devices-area.alarm-filter .map-options {
    left: -100px;
  }

  .search-location-area.add-devices-area.alarm-filter .device-details .mCustomScrollbar {
    max-height: 85%;
  }
}

@media (min-width: 1440px) and (max-width: 1919px) {
  .headerSection .minheight {
    min-height: 75px;
  }

  #return {

    height: 150px;

  }

  #dataplans {
    padding-top: 140px;
  }

  /*.main-area{ max-width: 50%; }*/
  .default-heading h1 {
    font-size: 70px;
  }

  .location-with-dropdown {
    padding-top: 3.5px;
    padding-right: 10.5px;
  }

  .default-heading h2,
  .default-heading>a.heading02 {
    font-size: 80px;
    line-height: 70px;
  }

  .default-heading h3,
  .default-heading>a.heading03 {
    font-size: 60px;
    line-height: 50px;
  }

  .welcome-area {
    /*  margin-left: 50px; */
    max-width: 650px;
    padding-top: 150px;
  }

  .welcome-area .default-heading h2,
  .welcome-area .paragraph {
    margin-bottom: 30px;
  }

  .account-area .dropdown-menu {
    margin-top: 90%;
  }

  .sign-up-form .default-heading h2 {
    font-size: 46px;
    line-height: 36px;
    margin-bottom: 25px;
  }

  .sign-up-form .default-heading h3 {
    font-size: 36px;
    line-height: 30px;
  }

  .sign-up-form .custom-control {
    line-height: 21px;
  }

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

  .modal .modal-dialog .modal-content .modal-body {
    min-height: 600px;
  }

  .earth-map-rightside img {
    bottom: -15%;
    right: -15%;
  }

  .satellite {
    top: 35%;
    left: 10%;
  }

  /*.middle-content{padding-top: 75px;}*/
  .middle-content.paddTop,
  .paddTop-large {
    padding-top: 170px;
  }



  .left-right-arrow {
    right: 30px;
  }

  .support-center {
    font-size: 18px;
    padding-left: 30px;
  }

  .map-options .settings {
    width: 60px;
    height: 60px;
  }

  .failure-detected {
    top: 90px;
  }

  .device-details .list-group-item .icon-area {
    font-size: 22px;
  }

  .device-details .list-group-item .name-area {
    margin-bottom: 5px;
  }

  .device-details .list-group-item {
    padding: 10px 0;
  }

  .search-bar .form-control {
    font-size: 14px;
  }

  .search-bar .search-btn {
    padding: 4px 6px 8px 10px;
  }

  .search-bar .search-btn .icon-search {
    font-size: 16px;
  }

  .device-details.alarm-details .icon-forward-arrow-small:before {
    font-size: 16px;
  }

  .form-area .form-group.confirm-password.paddup,
  .form-area .form-group.confirm-email-area.paddup {
    /* margin-top: 80px; */
  }

  .map-options-area.modal .modal-dialog {
    max-width: 450px;
  }

  .map-options-area.modal .list-group-item {
    padding: 20px 30px;
    font-size: 20px;
  }

  .map-options-area.modal .modal-dialog .modal-content .modal-body {
    min-height: 350px;
  }

  .map-options-area.modal .modal-header .modal-title {
    padding-top: 15px;
    font-size: 24px;
    padding-left: 2.4em;
  }

  .map-options-area.modal .modal-header .close {
    margin-top: -15px;
  }

  .map-options-area.modal .list-group-item .dropdown-menu .dropdown-item {
    font-size: 16px;
    /*  padding: 0.75rem 1.5rem;*/
  }

  .medium-pop-modal.modal .modal-dialog .modal-content .modal-body .mCustomScrollbar {
    max-height: 100%;
  }

  .location-with-dropdown.popup-directoin01 {
    left: 300px;
  }

  .location-with-dropdown.popup-directoin02 {
    left: 500px;
  }

  .location-with-dropdown.popup-directoin03 {
    left: 590px;
  }

  .search-location-area.add-devices-area.alarm-filter .map-options {
    left: -100px;
  }

  .search-location-area.add-devices-area.alarm-filter .device-details .mCustomScrollbar {
    max-height: 85%;
  }
}

@media (min-width: 1200px) and (max-width: 1439px) {
  .main-area .figure img {
    max-height: 200px;
  }

  #return {

    height: 150px;

  }

  #dataplans {
    padding-top: 140px;
  }

  .earth-map-rightside img {
    /* visibility: hidden; */
    bottom: -5%;
    right: -5%;
  }

  .location-with-dropdown {
    padding-top: 3.5px;
    padding-right: 10.5px;
  }

  .default-heading h1 {
    font-size: 60px;
  }

  .paragraph p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
  }

  .tbn {
    line-height: 29px;
  }







  .form-area .form-group .form-control {
    font-size: 22px;
    padding-left: 30px;
    min-height: 55px;
  }






  .default-heading h2,
  .default-heading>a.heading02 {
    font-size: 55px;
    line-height: 50px;
  }

  .default-heading h3,
  .default-heading>a.heading03 {
    font-size: 50px;
    line-height: 46px;
  }

  .sign-up-form .default-heading h2 {
    font-size: 44px;
    line-height: 36px;
    margin-bottom: 25px;
  }

  .sign-up-form .default-heading h3 {
    font-size: 36px;
    line-height: 30px;
  }

  .sign-up-form .custom-control {
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: inherit;
    line-height: 20px;
  }

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

  .modal .modal-dialog .modal-content .modal-body {
    min-height: 600px;
  }

  .table th,
  .table td {
    font-size: 12px;
    padding: 10px 10px;
  }

  .my-alarms .table th,
  .table td {
    padding: 8px 6px;
  }

  .large-modal.modal .modal-dialog .modal-content .modal-body .mCustomScrollbar {
    max-height: 90%;
    height: auto;
  }

  .alarm-filter-modal.modal .modal-dialog .modal-body .mCustomScrollbar {
    max-height: 65%;
  }
}

@media (max-width: 991px) {
  .headerSection {
    padding: 0;
  }

  .location-with-dropdown {
    padding-top: 3.5px;
    padding-right: 10.5px;
  }

  .account-area .dropdown-menu {
    margin-top: 68%;
  }

  .back-arrow {

    display: none;
  }

  .navbar-brand {
    margin-right: 0px;
  }

  /*.middle-content{ padding-top: 50px; }
  .device-details{ max-height: 50%; }*/ }
@media (min-width: 991px) and (max-width: 1199px) {
  /*.main-area{ position:absolute; left: 0; right: 0; top:40%; -webkit-transform: translateY(-60%); -moz-transform: translateY(-60%); -o-transform: translateY(-60%); transform: translateY(-60%);}*/
  .headerSection {
    padding: 0;
  }

  .main-links .earth-map img {
    max-width: 70%;
    object-fit: contain;
    /*  padding-top: 250px; */
    opacity: 1;
  }

  #dataplans {
    padding-top: 140px;
  }

  .cards-list .default-heading {
    margin-top: 8%;
  }

  .location-with-dropdown {
    padding-top: 3.5px;
    padding-right: 10.5px;
  }

  .main-area {
    max-width: 60%;
    height: 80%;
  }

  .earth-map img {
    max-width: 60%;
  }

  .main-area .default-heading h1 {
    font-size: 65px;
  }

  .main-area .figure img {
    max-width: 200px;
  }

  section {
    padding: 30px 20px;
  }

  .welcome-area {
    margin-left: 0;
    left: 0;
    right: 0;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 800px;
    padding-top: 100px;
  }

  .welcome-area .default-heading h2 {
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 20px;
  }

  .welcome-area .default-heading h3 {
    font-size: 60px;
    line-height: 60px;
  }

  .welcome-area .paragraph {
    margin-bottom: 20px;
  }

  .earth-map-rightside img {
    /*  visibility: hidden; */
    bottom: -5%;
    right: -5%;
  }

  .satellite {
    top: 10%;

  }

  .default-heading h4,
  .default-heading>a.heading04 {
    font-size: 28px;
  }

  .forgot-password-area p {
    font-size: 20px;
  }

  .form-area .form-label label {
    font-size: 16px;
  }

  .form-area .form-group {
    margin-bottom: 15px;
  }

  .sign-up-form .default-heading h2 {
    font-size: 50px;
    line-height: 50px;
  }

  .sign-up-form .default-heading h3 {
    font-size: 40px;
    line-height: 40px;
  }

  .paragraph p {
    margin-bottom: 15px;
    line-height: 30px;
  }

  .failure-detected {
    max-width: 260px;
  }

  .mCSB_inside>.mCSB_container {
    margin-right: 15px;
  }

  .failure-detected .connection {
    padding: 20px 20px;
  }

  .failure-detected .connection p {
    font-size: 16px;
  }

  .map-options .settings {
    width: 40px;
    height: 40px;
    border-radius: 10px;
  }

  .map-options .settings .setting-icon {
    max-width: 20px;
  }

  .cards-list {
    margin: 20px auto;
    max-width: 700px;
  }


  .cards-list .default-heading {
    margin-bottom: 20px;
  }

  .cards-list .list-group {
    margin-top: 0px;
  }

  .cards-list .list-group .list-group-item {
    padding: 10px 0;
  }

  .cards-list .list-group .list-group-item .name-area,
  .cards-list .btn-link .month-name {
    font-size: 20px;
  }

  .cards-list .card .table-borderless p,
  .cards-list .card .table-borderless strong {
    font-size: 20px;
  }

  .mCustomScrollbar-area .mCustomScrollbar {
    max-height: 460px;
  }

  .cards-list .subscription-card-list.mCustomScrollbar {
    max-height: 85%;
  }

  .account-details {
    padding: 15px;
  }

  .account-details .form-group p,
  .account-details .form-group a.change {
    font-size: 16px;
    letter-spacing: 0;
  }

  .account-details.rightmargin {
    margin-right: 0;
  }

  .account-details.leftmargin {
    margin-left: 0;
  }

  .accordion>.card>.card-header {
    padding: 10px 10px;
  }

  .accordion>.card>.card-header button.collapsed::before {
    font-size: 16px;
  }

  .listing-switches {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .listing-switches.maxwidth:before {
    max-width: 100%;
  }

  .switches .custom-switch {
    margin-bottom: 10px;
  }

  .switches .custom-switch span {
    padding-left: 10px;
    font-size: 16px;
  }

  .switches .custom-switch.large-text span {
    font-size: 22px;
  }

  .switches .custom-switch .custom-control-label {
    max-width: 65px;
    width: 65px;
    height: 35px;
    max-height: 35px;
  }


  .switches .custom-switch .custom-control-label::after {
    width: 18px;
    height: 18px;
    top: calc(.25rem + 3px);
    left: calc(.25rem + 5px);
  }

  .switches .custom-switch .custom-control-label::before {
    left: 10px;
    width: 40px;
  }

  .switches .custom-switch .custom-control-input:checked~.custom-control-label::after {
    -webkit-transform: translateX(1.5rem);
    transform: translateX(1.5rem);
  }

  .search-location-area.add-devices-area.alarm-filter {
    min-width: 600px;
  }

  .search-location-area.add-devices-area.alarm-filter .device-details .list-group-item p span {
    padding-right: 5px;
  }

  .search-location-area.add-devices-area.alarm-filter .device-details .list-group {
    padding-right: 40px;
  }

  .search-location-area.add-devices-area.alarm-filter .select-switch {
    padding-right: 30px;
  }

  .search-location-area.add-devices-area.alarm-filter .dropdown-double-arrow {
    right: 40px;
  }
}

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

  /*.main-area{ padding-top: 0; position:absolute; left: 0; right: 0; top:40%; -webkit-transform: translateY(-60%); -moz-transform: translateY(-60%); -o-transform: translateY(-60%); transform: translateY(-60%);} */
  .humbarger-arrow-area {
    display: block;
    margin-top: -12px;
  }

  .main-links .earth-map img {
    max-width: 70%;
    object-fit: contain;
    /*  padding-top: 250px; */
    opacity: 1;
  }

  #dataplans {
    padding-top: 140px;
  }

  .cards-list .default-heading {
    margin-top: 8%;
  }

  .main-area {
    max-width: 60%;
    height: 90%;
  }

  .earth-map img {
    max-width: 60%;
  }

  .main-area .default-heading h1 {
    font-size: 50px;
  }

  .main-area .figure img {
    max-height: 150px;
  }

  .headerSection {
    padding: 0;
  }

  /*.navbar-brand img{ max-width: 110px;  }*/
  .welcome-area {
    margin-left: 0;
    left: 0;
    right: 0;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 30px;
  }

  .welcome-area .default-heading h2 {
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 20px;
  }

  .welcome-area .default-heading h3 {
    font-size: 60px;
    line-height: 60px;
  }

  .sign-up-form .default-heading h2 {
    font-size: 50px;
    line-height: 50px;
  }

  .sign-up-form .default-heading h3 {
    font-size: 40px;
    line-height: 40px;
  }

  .form-area {
    max-width: 660px;
    max-width: 100%;
  }

  .form-area .form-group .form-control {
    padding-left: 30px;
    letter-spacing: 2px;
    font-size: 24px;
  }

  .form-area.forgot-password-area {
    max-width: 600px;
  }

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

  .modal .modal-dialog .modal-content .modal-body {
    min-height: 600px;
  }

  .forgot-password-area .default-heading h4 {
    font-size: 25px;
  }

  .default-heading h4,
  .default-heading>a.heading04 {
    font-size: 25px;
  }

  .form-area .form-label label {

    font-size: 16px;
  }

  .forgot-password-area.form-area .btn {
    font-size: 16px;
  }

  .forgot-password-area p {
    font-size: 20px;
  }

  .earth-map-rightside img {
    /* visibility: hidden; */
    bottom: -10%;
    right: -10%;
  }

  /*.middle-content{padding-top: 50px;}*/
  .middle-content.paddTop,
  .paddTop-large {
    padding-top: 140px;
  }

  .middle-content .paddTop-small {
    padding-top: 100px;
  }


  .left-right-arrow {
    right: 12px;
  }

  .left-right-arrow .icon-menu-arrow-left {
    font-size: 18px;
  }

  .device-details {
    width: 50%;
  }

  .device-details .default-heading h6 {
    font-size: 18px;
  }

  .device-details .list-group-item p strong {
    padding: 0 3px;
  }

  .mCustomScrollbar-area .mCustomScrollbar {
    max-height: 90%;
  }

  .device-details .add-btn-area .btn,
  .device-details .filter-btn-area .btn {
    font-size: 12px;
  }

  .a.btn.btn-link {
    padding: 12px 10px;

  }

  .failure-detected {
    max-width: 300px;
    top: 60px;
  }

  .failure-detected .connection {
    padding: 15px 15px;
  }

  .failure-detected .connection p {
    font-size: 16px;
    line-height: 18px;
  }

  .support-center {
    padding-bottom: 20px;
    padding-left: 15px;
  }

  .location-with-dropdown.popup-directoin01 {
    left: 150px;
  }

  .location-with-dropdown.popup-directoin02 {
    left: 350px;
  }

  .location-with-dropdown.popup-directoin03 {
    left: 440px;
  }

  .logout-devices {
    margin-bottom: 15px;
  }

  .account .default-heading h4 {
    margin-bottom: 30px;
    font-size: 30px;
  }

  .account .default-heading h4 .icon-map-pointer {
    height: 80px;
    width: 80px;
  }

  .account .default-heading h5 {
    font-size: 24px;
  }

  .account-details.rightmargin {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .account-details.leftmargin {
    margin-left: 0;
  }

  .medium-pop-modal.modal .modal-dialog {
    max-width: 676px;
  }

  .cards-list {
    margin: 20px auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .cards-list .default-heading {
    margin-bottom: 30px;
  }

  .control-panel-links .nav li.nav-item a {
    padding: 0;
  }

  .top-head-area .default-heading h5 {
    font-size: 24px;
  }

  .cards-list .list-group {
    margin-top: 10px;
  }

  .cards-list .list-group .list-group-item .name-area {
    font-size: 20px;
  }

  .cards-list .subscription-card-list.mCustomScrollbar {
    max-height: 90%;
  }

  .card-payment.card-payment .list-group .list-group-item a {
    font-size: 20px;
  }

  .card-payment.card-payment .default-heading span {
    font-size: 24px;
    padding-top: 0;
  }

  .card-icons li {
    padding: 0 5px 10px 5px;
  }

  .card-payment.card-payment .box-modal.opened-popup {
    padding: 0 15px;
  }

  .listing-switches {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .listing-switches.maxwidth:before {
    max-width: 100%;
  }

  .switches .custom-switch {
    margin-bottom: 10px;
  }

  .switches .custom-switch span {
    padding-left: 0px;
    font-size: 14px;
  }

  .switches .custom-switch.large-text span {
    font-size: 20px;
  }

  .switches .custom-switch .custom-control-label {
    max-width: 65px;
    width: 65px;
    height: 35px;
    max-height: 35px;
  }

  .switches .custom-switch .custom-control-label::after {
    width: 18px;
    height: 18px;
    top: calc(.25rem + 3px);
    left: calc(.25rem + 5px);
  }

  .switches .custom-switch .custom-control-label::before {
    left: 10px;
    width: 40px;
  }

  .switches .custom-switch .custom-control-input:checked~.custom-control-label::after {
    -webkit-transform: translateX(1.5rem);
    transform: translateX(1.5rem);
  }

  .search-location-area.add-devices-area .device-details {
    width: 100%;
  }

  .search-location-area.add-devices-area .add-btn-area .btn-link {
    padding: 10px 20px;
    min-height: inherit;
    line-height: 24px;
  }

  .search-location-area.add-devices-area .device-details .inner-collapse-section li {
    padding: 10px 0;
  }

  .search-location-area.add-devices-area .device-details .inner-collapse-section li a {
    font-size: 16px;
  }

  /*.search-location-area.add-devices-area.alarm-filter { min-width: 465px; margin-right: -465px;}*/
  .search-location-area.add-devices-area.alarm-filter .device-details .list-group-item .name-area {
    margin-bottom: 0;
  }

  .search-location-area.add-devices-area.alarm-filter .device-details .list-group-item p span {
    padding-right: 0;
    padding-bottom: 5px;
  }

  .search-location-area.add-devices-area.alarm-filter .device-details .inner-collapse-section li {
    padding: 10px 0;
  }

  .search-location-area.add-devices-area.alarm-filter .device-details .inner-collapse-section li a {
    font-size: 20px;
  }

  .search-location-area.add-devices-area.alarm-filter .device-details .inner-collapse-section li .items {
    font-size: 16px;
  }

  .search-location-area.add-devices-area.alarm-filter .device-details .inner-collapse-section li i:before {
    margin-right: 15px;
    font-size: 30px;
  }

  .search-location-area.add-devices-area.geofences {
    min-width: 400px;
    margin-right: -400px;
  }

  .search-location-area.add-devices-area.geofences .map-options {
    left: -60px;
  }

  .search-location-area.add-devices-area.geofences .location-pointer-map {
    top: 15px;
    left: -120px;
  }

  .my-devices {
    max-width: 60%;
  }

  .my-devices .device-details {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .auto-body-height {
    height: auto;
  }

  .main-links .earth-map img {
    max-width: 90%;
    object-fit: contain;
    opacity: 1;
  }

  #dataplans {
    padding-top: 100px;
  }

  .popup-without-modal-backdrop.modal .default-heading {
    margin-left: 25%;
  }

  .height100 {
    height: auto;
  }

  .headerSection {
    padding: 0;
    /*z-index: 99999;*/
  }

  .headerSection .minheight {
    min-height: 50px;
  }

  .navbar-brand img {
    max-width: 110px;
  }

  .account-area .dropdown-menu {
    max-width: 230px;
    min-width: 230px;
  }

  .account-area .dropdown-menu:before {
    height: 4px;
  }

  .account-area .dropdown-menu:after {
    font-size: 10px;
  }

  .account-area .dropdown-menu .dropdown-header {
    max-width: 100%;
    padding: 15px 20px;
    font-size: 14px;
    letter-spacing: 1px;
  }

  .account-area .user-profile-links,
  .account-area .btn-link {
    padding: 15px 20px;
  }

  .account-area .dropdown-menu .dropdown-item {
    padding: 10px 0;
  }

  .humbarger-arrow-area {
    display: block;
  }

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

  .hide-on-desktop {
    display: block;
  }

  .button-active {
    min-width: 6% !important;
    border-style: none;
    background-color: white;
    margin-bottom: 2vh;
  }

  /*** Mobile Menu **/
  /*.navbar-toggler{ position: relative; -webkit-transition: all 0.3s; transition: all 0.3s; z-index: 9999; background-color: #ffffff; border:#ffffff solid 1px; cursor: pointer; padding: 5px; line-height: 0;}
  	.navbar-toggler-icon{ height: 20px; width: 22px;}
  	.navbar-toggler-icon i{color: #d51b00;}
  	.navbar-nav .nav-item{border-bottom: #af1600 solid 1px;}

      .navbar .navbar-nav li.nav-item > a.nav-link:hover,
      .navbar .navbar-nav li.nav-item > a.nav-link.active,
      .navbar .navbar-nav li.nav-item.show > a.nav-link{background-color: #af1600; color: #ffffff; border-bottom: #af1600 solid 1px;}

      .navbar .navbar-nav li.nav-item > a.nav-link:hover i,
      .navbar .navbar-nav li.nav-item > a.nav-link.active i,
      .navbar .navbar-nav li.nav-item.show > a.nav-link i{color: #ffffff;}

  	.navbar .navbar-collapse{ position: fixed;  top: 0; width: 100%; z-index: 9999;  background: #d51b00; left: -100%; bottom: 0;  max-width: 270px; -webkit-transition: all 0.3s; transition: all 0.3s;}
  	.navbar .navbar-collapse.show{ left: 0; }
  */
  /*.main-area{  padding-left: 15px; padding-right: 15px; padding-top: 0; position:absolute; left: 0; right: 0; top:40%; -webkit-transform: translateY(-60%); -moz-transform: translateY(-60%); -o-transform: translateY(-60%); transform: translateY(-60%);}*/
  .main-area {
    max-width: 50%;
  }

  .main-area .default-heading h1 {
    font-size: 40px;
  }

  .earth-map img {
    max-width: 55%;
  }

  .main-area .figure img {
    max-height: 150px;
  }

  section {
    padding: 30px 0;
  }

  .middle-content .paddTop-small {
    padding-top: 90px;
  }

  .welcome-area {
    margin-left: 0;
    left: 0;
    right: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
    max-width: 570px;
  }

  .welcome-area .default-heading h2 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 10px;
  }

  .welcome-area .default-heading h3 {
    font-size: 40px;
    line-height: 40px;
  }

  .sign-up-form .default-heading h2 {
    font-size: 30px;
    line-height: 30px;
  }

  .sign-up-form .default-heading h3 {
    font-size: 24px;
    line-height: 24px;
  }

  .welcome-area .paragraph {
    margin-bottom: 20px;
  }

  .welcome-area .paragraph p {
    margin-bottom: 15px;
    line-height: 24px;
    font-size: 20px;
  }

  .form-area .form-group {
    margin-bottom: 15px;
  }

  .form-area .form-group .input-icon {
    top: 20px;
  }

  .form-area .form-label label {
    min-height: 56px;
    font-size: 16px;
    line-height: 18px;
  }

  .form-area .form-group .form-control {
    font-size: 21px;
    padding-left: 25px;
    letter-spacing: 2px;
    min-height: 55px;
  }

  .forgot-password-area .default-heading h4 {
    font-size: 34px;
  }

  .forgot-password-area p {
    font-size: 21px;
    line-height: 24px;
  }

  .form-area .forgot-password {
    font-size: 20px;
  }

  .form-area .form-group.confirm-password.paddup,
  .form-area .form-group.confirm-email-area.paddup {
    margin-top: 73px;
  }

  .invalid-feedback {

    font-size: 13px; }
  .bottom{
    bottom: -17px;
  }

  .tbn {
    min-height: 58px;
    line-height: 32px;
  }

  .modal .modal-dialog,
  .large-modal.modal .modal-dialog {
    max-width: 600px;
  }

  .modal .modal-dialog .modal-content .modal-body {
    min-height: 500px;
  }

  .form-area.forgot-password-area {
    max-width: 550px;
  }


  .earth-map-rightside img {
    visibility: hidden;
    bottom: -5%;
    right: -5%;
  }

  .sidebar {
    max-width: 180px;
    margin-left: -185px;
    position: absolute;
    height: 100%;
  }

  .sidebar.shrink {
    margin-left: 0;
    /*z-index: 999;*/
    overflow: scroll;
  }

  .sidebar .navbar {
    padding-left: 15px;
    padding-top: 0;
  }

  .sidebar.sidebar-hide-desktop {
    display: flex;
  }

  .sidebar .navbar .navbar-nav li.nav-item>a.nav-link {
    font-size: 14px;
    padding: 15px 0px;
    letter-spacing: 0;
  }

  .left-right-arrow {
    right: 10px;
    max-width: 10px;
  }

  .left-right-arrow i {
    font-size: 18px;
  }

  .rightsidebar,
  .my-devices,
  .my-alarms {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    height: 122px;
    transition: height .5s linear;
    overflow: hidden;
    z-index: 2;
  }

  .my-devices,
  .my-alarms {
    height: 90px;
  }

  .search-location-area {
    position: absolute;
    right: 0;
    height: 122px;
    display: block;
    padding: 0px;
    border: none;
    z-index: 99;
  }

  .search-location-area.fullheight {
    height: 100%;
  }

  .search-location-area.opened,
  .search-location-area.add-devices-area.alarm-filter.opened {
    margin-right: 0px;
  }

  .rightsidebar.device-on,
  .rightsidebar.alarm-on,
  .my-alarms.alarm-on,
  .my-devices.device-on {
    height: 80%;
  }

  .mobile-slide-only {
    display: none;
  }

  .mobile-slide-only span {
    display: block;
    vertical-align: middle;
  }

  .map-area,
  .sidebar {
    padding-top: 50px;
    height: 100%;
  }

  .device-details {
    height: 50%;
    padding: 8px 5px;
  }

  .my-alarms.alarm-on .select-switch {
    position: absolute;
    top: 15px;
  }

  .my-alarms.alarm-on .select-switch .btn {
    padding: 5px 4px;
    font-size: 10px;
    letter-spacing: 0;
    min-width: inherit;
  }

  .delete-alarm-btn {
    position: absolute;
    padding: 15px 15px;
    font-size: 12px;
    display: block;
  }

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

  .show-on-mobile {
    display: block;
  }

  .search-bar .search-btn {
    max-width: 48px;
    padding: 4px 6px 8px 10px;
  }

  .search-bar .search-btn .icon-search {
    font-size: 18px;
  }

  .search-location-area i.icon-point-battery1,
  .search-location-area i.icon-point-battery2,
  .search-location-area i.icon-full-battery,
  .search-location-area i.icon-point-battery {
    font-size: 12px;
  }

  .search-location-area.add-devices-area .add-devices {
    padding: 10px 15px;
  }

  .search-location-area.add-devices-area .device-details .default-heading {
    margin-bottom: 5px;
  }

  .search-location-area.add-devices-area .device-details .list-group {
    padding-left: 15px;
    padding-right: 15px;
  }

  .search-location-area.add-devices-area .add-btn-area .btn-link {
    padding: 10px 20px;
    min-height: inherit;
    line-height: 24px;
  }

  .search-location-area.add-devices-area .device-details .inner-collapse-section li {
    padding: 10px 0;
  }

  .search-location-area.add-devices-area .device-details .inner-collapse-section li a {
    font-size: 16px;
    padding-left: 40px;
  }

  .device-details:after {
    display: none;
  }

  .device-details .list-group-item {
    padding: 5px 0;
  }

  .device-details .list-group-item .icon-area {
    font-size: 20px;
  }

  .device-details .default-heading h6 {
    font-size: 14px;
  }

  .device-details .list-group-item p strong {
    padding: 0 3px;
  }

  .device-details .list-group-item .icon-forward-arrow-small {
    font-size: 14px;
  }

  .device-details .default-heading {
    text-align: center;
    margin-bottom: 15px;
    line-height: 1;
  }

  .device,
  .alarm {
    position: relative;
    bottom: 0;
    height: 60px;
    transition: height .5s linear;
    overflow: hidden;
    border-top: #b8bcbf solid 2px;
    width: 100%;
    left: 0;
    right: 0;
    background-color: #ffffff;
  }

  .device.height {
    height: 88%;
  }

  .alarm.height {
    height: 100%;
  }

  .device {
    z-index: 1;
  }

  .alarm {
    z-index: 2;
  }

  .my-devices.device-on .device.height {
    height: 99%;
  }

  .device .icon-menu-arrow-left,
  .device .icon-menu-arrow-right,
  .alarm .icon-menu-arrow-left,
  .alarm .icon-menu-arrow-right {
    display: block;
    transform: rotate(90deg);
    width: 15px;
    overflow: hidden;
    margin: 0 auto;
    line-height: 1;
  }

  .device .icon-menu-arrow-left:before,
  .device .icon-menu-arrow-right:before,
  .alarm .icon-menu-arrow-left:before,
  .alarm .icon-menu-arrow-right:before {
    color: #000;
  }

  .device .device-details .mCustomScrollbar {
    max-height: 80%;
  }

  .alarm .device-details .mCustomScrollbar {
    max-height: 90%;
  }

  .map-area .choose-location .map-bottom-arrow {
    display: none;
  }

  .failure-detected {
    max-width: 220px;
    top: 60px;
    z-index: 4;
  }

  .failure-detected .connection {
    padding: 10px 10px;
  }

  .failure-detected .icon-warning {
    font-size: 20px;
  }

  .failure-detected .icon-forward-arrow {
    font-size: 16px;
  }

  .failure-detected .connection p {
    font-size: 14px;
    line-height: 16px;
  }

  /*.map-options{ right: 20px; top:60px; }*/
  .support-center {
    padding-bottom: 20px;
    padding-left: 15px;
  }

  .mCSB_inside>.mCSB_container {
    margin-right: 0px;
  }

  .mCSB_scrollTools {
    right: 0;
  }

  .table td {
    padding: 10px 5px;
    font-size: 14px; }

  .table tr.active-tr-mobile {
    background: #d0e9fd !important;
  }

  .inner-collapse-section li {
    display: block;
    border-bottom: 1px solid #dee2e6;
    padding: 10px 0px;
  }

  .device-details .table tr.pdd-top-bottom td {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 12px;
    border-top: 1px solid black;
  }

  .pdd-top-bottom {
    border-top: 1px solid black;
  }

  .icon-download-arrow:before {
    content: "\e90f";
    color: white;
  }

  .my-devices .table-responsive .table {
    margin-left: 0;
  }

  .table-responsive {
    padding-bottom: 4vh;
    overflow: scroll;
    height: 90%;
  }

  .month-name-active {
    width: 40%;
  }

  .button-active {
    background-color: #E3E3E3;
  }

  #hej {
    display: none;
  }

  .th-active-imei {
    display: none;
  }

  .mobile-view-con {
    display: flex;
  }

  .receipt-view-con {
    display: flex;
  }

  .my-devices .inner-collapse-section li {
    max-width: 100%;
    margin-right: 0;
  }

  .my-devices.device-on .search-bar.IMEI.active,
  .my-devices.device-on .uncut-cancle.active,
  .my-devices.device-on .power-switch .dropdown-menu.show,
  .my-devices.device-on .search-bar.small-mob-search.active {
    transform: none !important;
    position: absolute;
    padding: 25px 15px;
    top: 0px;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
    max-width: 100%;
    box-shadow: 0px 2px 8px #00000029;
    z-index: 1;
  }

  .my-devices.device-on .search-bar.IMEI.active .form-search {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }

  .my-devices.device-on .search-bar.IMEI.active .form-search .form-group {
    display: inline-block;
    max-width: 88%;
    width: 100%;
  }

  .my-devices.device-on .add-btn-area {
    display: inline-block;
  }

  .my-devices.device-on .uncut-cancle.active {
    text-align: center;
  }

  .my-devices.device-on .uncut-cancle.active a {
    display: inline-block;
    width: 100%;
    max-width: 50%;
    margin-left: -3px;
  }

  .my-devices.device-on .search-bar.small-mob-search.active .form-group .form-control {
    display: block;
  }

  .my-devices.device-on .search-bar.small-mob-search.active .close-btn-mobile.active {
    margin-right: 25px;
  }

  .my-devices.device-on .search-bar.small-mob-search.active .search-btn {
    position: absolute;
    display: none;
    left: 5px;
  }

  .my-devices.device-on .search-bar.small-mob-search.active .search-btn {
    font-size: 18px;
  }

  .my-devices.device-on .search-bar.small-mob-search.active .search-btn.active {
    display: inline-block;
  }

  .power-switch {
    max-width: 65px;
    line-height: 1;
  }

  .power-switch.dropdown.show {
    width: 100%;
    max-width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
  }

  .power-switch.dropdown.show .dropdown-menu {
    border-radius: 0;
  }

  .power-switch.dropdown.show .dropdown-menu .dropdown-item {
    display: inline-block;
    vertical-align: middle;
    max-width: 50%;
    margin-right: -3px;
  }

  .close-btn-mobile {
    /*display: inline-block;*/
    margin-left: 10px;
    position: absolute;
    right: 0;
    margin-right: 15px;
  }

  .close-btn-mobile.active {
    display: inline-block;
  }

  .close-btn-mobile i {
    font-size: 14px;
  }

  .search-bar.small-mob-search {
    max-width: 30px;
    float: none;
  }

  .search-bar.small-mob-search .search-btn .icon-search {
    font-size: 24px;
  }

  .search-bar.small-mob-search .form-group .form-control {
    display: none;
  }

  .uncut-cancle {
    line-height: 1;
    padding-right: 0;
    padding-left: 0;
  }

  /*.uncut-cancle .close-btn-mobile{ display: none; }
  .uncut-cancle .close-btn-mobile.active{ display: block; }*/
  .uncut-cancle a {
    line-height: 18px;
    display: block;
  }

  .uncut-cancle span {
    display: none;
  }

  .location-with-dropdown.popup-directoin01 {
    left: 20px;
  }

  .location-with-dropdown.popup-directoin02 {
    left: 100px;
  }

  .location-with-dropdown.popup-directoin03 {
    left: 150px;
  }

  .mobile-float .add-btn-area,
  .mobile-float .uncut-cancle,
  .mobile-float .power-switch,
  .mobile-float .small-mob-search {
    display: inline-block;
  }

  .mobile-float .add-btn-area.unactive,
  .mobile-float .uncut-cancle.unactive,
  .mobile-float .power-switch.unactive,
  .mobile-float .small-mob-search.unactive,
  .mobile-float .power-switch .dropdown-toggle.unactive {
    display: none;
  }

  .mobile-float .add-btn-area.unactive {
    display: none;
  }

  .desktop-switch,
  .mobile-float .power-switch.desktop-switch {
    display: none;
  }

  .mobile-switch {
    display: inline-block;
  }

  .account {
    padding: 60px 15px 15px 15px;
    overflow: scroll;
  }

  .account-details {
    padding: 15px;
  }

  .account-details .form-group p,
  .account-details .form-group a.change,
  .logout-devices,
  .view-reciepts,
  .delete-account {
    font-size: 14px;
    letter-spacing: 0;
  }

  .account-details .form-group label {
    font-size: 16px;
    margin-bottom: 0;
  }

  .account .default-heading h4,
  .account .default-heading h5 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .account .default-heading h4 .icon-map-pointer {
    height: 60px;
    width: 60px;
    margin-right: 10px;
  }

  .account-details.rightmargin {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .account-details.leftmargin {
    margin-left: 0;
  }

  .logout-devices {
    margin-bottom: 15px;
  }

  .account-details .table thead th,
  .account-details .table td p,
  .account-details .table td {
    font-size: 12px;
  }

  .medium-pop-modal.modal .modal-dialog {
    max-width: 570px;
  }

  .medium-pop-modal .modal-header {
    padding: 20px 25px;
  }

  .medium-pop-modal-field {
    padding: 10px 10px;
  }

  .medium-pop-modal-field .form-group {
    margin-bottom: 10px;
  }

  .medium-pop-modal-field .form-group label {
    font-size: 15px;
    letter-spacing: 1px;
  }

  .medium-pop-modal-field .form-group .btn.btn-link {
    min-height: 51px;
    font-size: 14px;
  }

  .medium-pop-modal-field .invalid-feedback {
    padding-left: 55px;
    margin-top: 0;
  }

  .box-modal .box-modal-dialog .box-modal-content .close-btn {
    padding: 5px 20px;
  }

  .edit-device .medium-pop-modal-field .form-group label {
    padding-left: 20px;
  }

  .edit-device .medium-pop-modal-field .form-group i {
    margin-right: 15px;
    font-size: 20px;
  }

  .not-edit-field {
    line-height: 56px;
    min-height: 56px;
  }

  .not-edit-field .change-name-edit {
    font-size: 15px;
    letter-spacing: 1px;
  }

  .change-date-time span {
    font-size: 14px;
  }

  .datepicker,
  .ui-timepicker-standard {
    min-width: 268px;
  }

  .head-area .alert-light {
    top: 70px;
  }

  .map-area.max-width-area {
    max-width: 100%;
  }

  .humbarger-arrow-area {
    left: auto;
    width: 3vh;
    line-height: 1;
    top: -5px;
  }

  .cards-list {
    margin: 0px auto;
    max-width: 700px;
    height: 100%;
  }

  .cards-list .default-heading {
    margin-bottom: 20px;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
  }

  .cards-list .default-heading a {
    display: block;
    text-align: right;
  }

  .cards-list .list-group {
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .card-icons li {
    padding: 0 5px 10px 5px;
  }

  .mCustomScrollbar-area .mCustomScrollbar {
    max-height: 85%;
  }

  .mCustomScrollbar.extra-small-scroll {
    max-height: 250px;
  }

  .menu-link-area {
    height: 0px;
    transition: height .5s linear;
    position: fixed;
    z-index: 2;
  }

  .menu-link-area.open-menu-area {
    height: 100%;
  }

  .menu-icon {
    display: block;
    text-align: center;
    position: absolute;
    right: 3px;
    /*margin-top:-42px;*/
  }

  .menu-icon .icon-downword-arrow-small {
    font-size: 15px;
  }

  .main-links .control-panel-links {
    height: auto;
  }

  .accordion .card {
    padding-left: 15px;
    padding-right: 15px;
  }

  .accordion>.card>.card-header {
    padding-top: 0px;
  }

  .accordion>.card>.card-header button {
    padding: 0;
    min-height: inherit;
    min-width: 100%;
  }

  .accordion>.card>.card-header button::before,
  .accordion>.card>.card-header button.collapsed::before {
    font-size: 14px;
    right: 15px;
  }

  .accordion .card .card-body {
    padding: 0;
  }

  .connection .accordion>.card>.card-header .btn-link:after {
    left: 0px;
  }

  .connection .accordion>.card>.card-header .btn-link {
    padding-left: 15px;
  }

  .connection .accordion>.card>.card-header h2 {
    padding-bottom: 0;
  }

  .connection .accordion>.card .list-area li {
    padding: 10px 0;
    font-size: 16px;
    line-height: 24px;
  }

  .cards-list .card .table-borderless p,
  .cards-list .card .table-borderless strong {
    font-size: 18px;
  }

  .cards-list .card .table-borderless tbody th:first-child {
    padding: 3px;
  }

  .cards-list .list-group .list-group-item .name-area,
  .cards-list .btn-link .month-name {
    font-size: 14px;
  }

  .choose-credit-card {
    padding: 20px 0;
  }

  .cards-list.card-payment .default-heading span {
    font-size: 20px;
    padding-top: 0;
  }

  .cards-list.card-payment .list-group .list-group-item a {
    font-size: 16px;
    line-height: 18px;
  }

  .listing-switches {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .listing-switches.maxwidth:before {
    max-width: 100%;
  }

  .switches {
    padding: 15px 15px;
  }

  .switches .custom-switch {
    margin-bottom: 10px;
    text-align: center;
  }

  .switches .custom-switch span {
    padding-left: 5px;
    font-size: 18px;
  }

  .switches .custom-switch.large-text span {
    font-size: 22px;
  }

  .switches .custom-switch .custom-control-label {
    max-width: 70px;
    width: 70px;
    height: 35px;
    max-height: 35px;
  }

  .switches .custom-switch .custom-control-label::after {
    width: 18px;
    height: 18px;
    top: calc(.25rem + 3px);
    left: calc(.25rem + 5px);
  }

  .switches .custom-switch .custom-control-label::before {
    left: 10px;
    width: 45px;
  }

  .switches .custom-switch .custom-control-input:checked~.custom-control-label::after {
    -webkit-transform: translateX(2rem);
    transform: translateX(2rem);
  }

  /* .search-location-area.add-devices-area.alarm-filter { min-width: 430px; margin-right: -430px;}*/
  .search-location-area.add-devices-area.geofences .map-options {
    left: -55px;
  }

  .search-location-area.add-devices-area.geofences .location-pointer-map {
    left: -115px;
    top: 15px;
  }

  .large-modal .modal-header {
    padding: 25px 30px;
  }

  .large-modal.modal .modal-dialog .modal-content .modal-body {
    padding: 15px 30px;
  }

  .location-history .fill-details .form-group {
    margin-bottom: 20px;
    margin-top: 0px;
  }

  .location-history .fill-details .form-group label {
    margin-bottom: 5px;
  }

  .gm-style .gm-style-iw-c {
    transform: translate(-53%, 80%);
    -webkit-transform: translate(-53%, 80%);
    -ms-transform: translate(-53%, 80%);
    -moz-transform: translate(-53%, 80%);
    -o-transform: translate(-53%, 80%);
  }
}

@media (max-width: 576px) {
  .main-area {
    max-width: 320px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
  }

  .main-area .default-heading h1 {
    font-size: 30px;
  }

  .earth-map img {
    max-width: 320px;
  }

  .main-area .figure img {
    max-height: 100px;
  }

  .satellite {
    top: 15%;
    visibility: hidden;
  }

  .sign-up-form .default-heading h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .sign-up-form .custom-control-label::before,
  .sign-up-form .custom-control-label::after {
    top: 5px;
  }

  .sign-up-form .custom-control-label {
    line-height: 20px;
    font-size: 16px;
  }

  .form-area .form-label label {
    line-height: 14px;
    font-size: 12px;
    min-height: 45px;
  }

  .form-area .form-group .form-control {
    min-height: 45px;
    font-size: 12px;
    padding-right: 30px;
    padding-left: 10px;
    letter-spacing: 1px;
  }



  .form-area .forgot-password {
    font-size: 14px;
  }

  .form-area .form-group .input-icon.icon-checked {
    font-size: 12px;
    top: 17px;
    right: 8px;
  }

  .form-area .form-group.confirm-password.paddup,
  .form-area .form-group.confirm-email-area.paddup {
    margin-top: 55px;
  }

  .invalid-feedback {
    padding-left: 0;
    font-size: 12px;

  }

  .bottom {
    bottom: -16px;
  }


  .tbn {
    line-height: 20px;
    font-size: 16px;
    min-height: 45px;
    min-width: 110px;
    padding: 10px 20px;
  }

  */ .welcome-area .default-heading h2 {
    font-size: 46px;
    line-height: 46px;
    margin-bottom: 10px;
  }

  .welcome-area .default-heading h3 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 10px;
  }

  .sign-up-form .default-heading h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .sign-up-form .default-heading h3 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .welcome-area .paragraph p {
    line-height: 20px;
    font-size: 16px;
  }

  .welcome-area .paragraph p a {
    padding-left: 0;
  }

  .paragraph p,
  .sign-up {
    line-height: 22px;
    font-size: 16px;
  }

  .forgot-password-area .default-heading h4 {
    font-size: 24px;
  }

  .forgot-password-area p {
    font-size: 18px;
    line-height: 20px;
  }

  .modal .close {
    font-size: 18px;
    margin-bottom: 0px;
    padding-bottom: 0;
  }

  .modal .modal-dialog,
  .large-modal.modal .modal-dialog,
  .delete-history.medium-pop-modal.modal .modal-dialog {
    max-width: 90%;
  }

  .modal .modal-dialog .modal-content .modal-body {
    min-height: 420px;
  }

  .large-modal .modal-header {
    padding: 15px 15px;
  }

  .large-modal .modal-header .close,
  .medium-pop-modal .modal-header .close {
    margin-top: 0;
  }

  .large-modal.location-history .btn {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .box-modal .box-modal-dialog {
    padding: 1px;
  }

  .box-modal .box-modal-dialog .box-modal-content .box-modal-body {
    padding: 10px 10px 20px 10px;
  }

  .box-modal .box-modal-dialog .box-modal-content .close-btn {
    padding: 5px 20px;
  }

  .blue-btn.btn-link {
    padding: 0;
    line-height: 30px;
    border-radius: 10px;
    margin: 0px auto 0 auto;
  }

  .column-list {
    margin-bottom: 10px;
  }

  .device-information .default-heading {
    margin-bottom: 15px;
  }

  .form-area.forgot-password-area {
    max-width: 280px;
  }

  .forgot-password-area .default-heading {
    margin-bottom: 20px;
  }

  .forgot-password-area.form-area .btn {
    margin-top: 10px;
    margin-right: 0;
  }

  .terms-use .modal-title {
    padding: 10px;
  }

  .terms-use.modal {
    padding: 0 !important;
  }

  .terms-use.modal .close {
    padding-top: 0;
    padding-right: 10px;
  }

  .terms-use.modal .modal-dialog .modal-content .modal-body {
    padding: 0px 10px 20px 10px;
  }

  .terms-use .mCustomScrollbar {
    margin-bottom: 15px;
  }

  .terms-use .mCustomScrollbar .mCSB_inside>.mCSB_container {
    margin-right: 10px;
  }

  .terms-use .paragraph p {
    margin-bottom: 10px;
  }

  .mobile-slide-only {
    left: -38px;
    font-size: 12px;
    border-radius: 10px;
    margin-top: 50px;
  }

  .mobile-slide-only span {
    display: none;
  }

  .middle-content.paddTop,
  .paddTop-large {
    padding-top: 128px;
  }

  .middle-content .paddTop-small {
    padding-top: 95px;
  }

  /*.search-location-area{ margin-right: -285px; max-width: 285px; min-width: 285px;}*/
  .search-bar {
    padding-right: 0;
  }

  .imei .imei-text {
    top: 11px;
    height: 20px;
  }

  .search-bar .form-group {
    margin-bottom: 0;
  }

  .search-bar .form-control {
    min-height: 30px;
    font-size: 12px;
    /*padding: 6px 10px;*/
  }

  .search-bar .search-btn {
    padding: 4px 6px 8px 10px;
    max-width: 35px;
  }

  .search-bar.small-mob-search .search-btn {
    padding: 6px 6px;
    max-width: inherit;
    position: relative;
  }

  .left-right-arrow i {
    font-size: 14px;
    position: relative;
  }

  .map-options {
    right: 15px;
  }

  .map-options .settings {
    height: 35px;
    width: 35px;
    border-radius: 8px;
  }

  .map-options .settings .setting-icon {
    max-width: 20px;
  }

  .map-options-area.modal .modal-dialog {
    max-width: 300px;
  }

  .map-options-area.modal .modal-header .modal-title {
    font-size: 22px;
    padding-top: 0px;
  }

  .map-options-area.modal .modal-header .close {
    margin-top: 0;
    padding: 0 30px;
  }

  .map-options-area.modal .list-group-item {
    padding: 15px 15px;
    font-size: 16px;
  }

  .map-options-area.modal .list-group-item i {
    margin-right: 10px;
  }

  .map-options-area.modal .modal-dialog .modal-content .modal-body {
    min-height: inherit;
  }

  .account-details .form-group p {
    margin-bottom: 0;
  }

  .account-details .form-group a.change {
    margin-bottom: 5px;
    display: block;
  }

  .location-with-dropdown {
    max-width: 150px;
    margin: 5px auto 0 auto;
  }

  .gmnoprint.gm-bundled-control {
    margin-bottom: 120px !important;
  }

  .location-with-dropdown .map-pin {
    max-width: 40px;
    padding: 0;
  }

  .location-with-dropdown .dropdown-toggle {
    padding: 8px 10px;
  }

  .location-with-dropdown .map-pin:before {
    height: 80%;
  }

  .uparrow .icon-dropdown-arrow {
    font-size: 10px;
  }

  .subscriptions.modal .modal-dialog,
  .small-popup.modal .modal-dialog {
    /*max-width: 300px;*/
    padding: 0 15px;
  }

  .subscriptions.modal .modal-dialog .modal-content .modal-body,
  .small-popup.modal .modal-dialog .modal-content .modal-body {
    margin-top: 0;
    min-height: inherit;
    padding-bottom: 15px;
  }

  .subscriptions.modal .default-heading h5 {
    font-size: 18px;
    line-height: 18px;
  }

  .subscriptions.modal .paragraph,
  .small-popup.modal .paragraph {
    text-align: center;
    padding: 15px 10px;
  }

  .subscriptions.modal .paragraph p,
  .small-popup.modal .paragraph p,
  .paragraph p {
    font-size: 16px;
    line-height: 20px;
  }

  .subscriptions.modal .close {
    padding: 15px 20px;
  }

  .subscriptions.modal .icon-closed-small {
    font-size: 16px;
  }

  .subscriptions.modal .btn.btn-link {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .popup-without-modal-backdrop.modal .modal-dialog {
    margin: 30px auto;
  }

  .popup-without-modal-backdrop.modal.dark-bg .modal-dialog .modal-content .modal-body {
    padding: 0 15px;
  }

  .popup-without-modal-backdrop.modal .default-heading h5 {
    font-size: 20px;
  }

  .small-popup.modal .pause-deleted-card .paragraph p,
  .small-popup.modal .no-active-device .paragraph p {
    line-height: 30px;
  }

  .small-popup.modal .modal-dialog .default-heading h6 {
    padding-top: 0;
  }

  .small-popup.modal .btn.btn-link {
    min-height: 30px;
    line-height: inherit;
    font-size: 18px;
  }

  .medium-pop-modal-field {
    padding: 0 15px;
  }

  .medium-pop-modal.modal .modal-dialog {
    max-width: 300px;
  }

  .medium-pop-modal-field .form-group .form-control {
    min-height: 50px;
    padding-left: 55px;
    letter-spacing: 1px;
    font-size: 14px;
  }

  .medium-pop-modal-field .form-group i.icon-security {
    bottom: 15px;
    font-size: 22px;
  }

  .medium-pop-modal .modal-header {
    padding: 15px 20px;
  }

  .medium-pop-modal-field .form-group i,
  #change-email .medium-pop-modal-field .form-group i,
  #change-password .medium-pop-modal-field .form-group i,
  #change-name .medium-pop-modal-field .form-group i {
    bottom: 18px;
    left: 15px;
    font-size: 18px;
  }

  .choose-icons li {
    max-width: 25px;
    margin-bottom: 3px;
  }

  .external-power-modal .not-edit-field {
    left: 0;
    bottom: -60px;
  }

  .not-edit-field {
    padding: 10px;
    line-height: inherit;
    min-height: inherit;
  }

  .not-edit-field .change-name-edit {
    text-align: left;
    padding: 5px 0;
  }

  .edit-device .medium-pop-modal-field .form-group label {
    position: relative;
    top: 0;
    padding-left: 0;
  }

  .edit-device .medium-pop-modal-field .change-date-time {
    left: 0;
    bottom: 0;
    padding-left: 0;
    position: relative;
  }

  .edit-device .medium-pop-modal-field .form-group i {
    margin-right: 10px;
  }

  .cards-list .default-heading h5 {
    font-size: 20px;
  }

  .cards-list .default-heading {
    margin-bottom: 0px;
  }

  .cards-list .default-heading>.btn-link {
    padding: 10px 0px;
    text-align: center;
    margin-top: 7vh;
    display: none;
  }

  .cards-list .default-heading>.btn-link2 {
    position: fixed;
    bottom: 10px;
    width: 92%;
    padding: 10px 0px;
    text-align: center;
    margin-top: 2vh;
    display: block;
  }

  .btn-link-two {
    display: none !important;
  }

  .btn-link-two-fixed {
    position: fixed;
    bottom: 10px;
    border-style: solid;
    margin: auto;
    text-align: center !important;
    border-radius: 8px;
    background-color: #CFA665;
    width: 92%;
    right: 2vh;
    font-size: 1.5vh;
    padding: 10px 30px;
    color: white;
  }

  .cards-list .default-heading>.btn-link3 {
    position: fixed;
    bottom: 10px;
    width: 85%;
    padding: 10px 0px;
    text-align: center;
    margin-top: 2vh;
    display: block;
  }

  .login-history.cards-list {
    padding: 0;
  }

  .top-head-area {
    padding: 0px 0 0px 0;
  }

  .control-panel-links .nav li.nav-item a {
    font-size: 14px;
    /*letter-spacing: 0;*/
    line-height: 1;
  }

  .top-head-area .default-heading h5,
  .headerSection.menu-fixed .top-head-area .default-heading h5 {
    font-size: 18px;
    letter-spacing: 0.5px;
  }

  .cards-list .cards-item-list {
    margin-bottom: 20px;
  }

  .cards-list .cards-item-list a {
    margin-top: 10px;
    max-width: 100%;
    line-height: 25px;
  }

  .icon-area img {
    max-width: 35px;
  }

  .cards-list .list-group {
    margin-top: 0;
  }

  .cards-list .list-group .list-group-item {
    padding: 10px 0;
  }

  .cards-list .list-group .list-group-item .name-area {
    font-size: 14px;
  }

  .cards-list .list-group .list-group-item p,
  .cards-list .list-group .list-group-item .pause a {
    font-size: 12px;
    line-height: 16px;
  }

  .cards-list .list-group .list-group-item .pause a {
    margin-top: 0;
    text-align: right;
  }

  .cards-list .list-group .list-group-item .pause {
    margin-top: 0;
  }

  .cards-list .subscription-card-list.mCustomScrollbar {
    max-height: 85%;
    padding: 0 15px;
  }

  .card-payment.card-payment .default-heading h4,
  .payment-info .default-heading h5 {
    font-size: 30px;
  }

  .payment-info .default-heading h5 {
    margin-bottom: 10px;
  }

  .payment-info.modal .modal-dialog .modal-content .modal-body {
    padding: 10px 10px 30px 10px;
  }

  .payment-info.modal .modal-dialog .modal-content .modal-body p {
    font-size: 16px;
    line-height: 24px;
  }

  .card-payment.card-payment .box-modal {
    padding: 15px;
  }

  .select-vehicle {
    padding: 10px 0;
  }

  .select-vehicle p {
    font-size: 16px;
    line-height: 18px;
  }

  .select-vehicle p i {
    font-size: 16px;
    margin-left: 5px;
  }

  .cards-list.add-new-card .default-heading p {
    font-size: 16px;
    line-height: 20px;
    padding-top: 5px;
  }

  .small-popup.modal .modal-dialog .close {
    padding: 25px 30px 10px 15px;
  }

  .small-popup.modal .modal-dialog .close .icon-closed-small {
    font-size: 16px;
  }

  .small-popup.modal .pause-deleted-card .modal-content .modal-body,
  .small-popup.modal .no-active-device .modal-content .modal-body {
    padding: 0 10px;
  }

  .small-popup.modal .modal-dialog.no-active-device .btn.btn-link {
    margin-bottom: 10px;
    line-height: inherit;
  }

  .popup-without-modal-backdrop .small-popup.modal .default-heading h5 {
    font-size: 20px;
  }

  .popup-without-modal-backdrop .small-popup.modal .paragraph {
    padding: 10px 10px;
  }

  .popup-without-modal-backdrop .small-popup.modal .paragraph p {
    font-size: 16px;
    line-height: 20px;
  }

  .popup-without-modal-backdrop .small-popup.modal .close {
    padding: 20px 30px;
  }

  .popup-without-modal-backdrop .small-popup.modal .modal-dialog {
    margin: 20px auto;
  }

  .fill-details {
    margin-top: 10px;
  }

  .location-history .fill-details .form-group label {
    margin-top: 10px;
    font-size: 16px;
  }

  .location-history .fill-details .form-control {
    padding: 10px 15px;
    font-size: 14px;
    letter-spacing: 1px;
  }

  .change-date-time {
    right: 25px;
    bottom: 12px;
  }

  .btns-area {
    padding: 15px 0;
  }

  .btns-area .btn {
    margin: 0;
    font-size: 14px;
    padding: 10px 5px;
  }

  /*.search-location-area.add-devices-area.alarm-filter { min-width: 280px; margin-right: -280px; max-width: 280px;}*/
  .search-location-area.add-devices-area.alarm-filter .map-options {
    left: -40px;
  }

  .search-location-area.add-devices-area.alarm-filter .mobile-slide-only {
    margin-top: 55px;
  }

  .dropdown-double-arrow {
    right: 30px;
  }

  .search-location-area.add-devices-area.alarm-filter .device-details .select-switch .select-all {
    font-size: 14px;
  }

  /*.search-location-area.add-devices-area.alarm-filter .device-details .default-heading{ padding: 10px 10px 0px 10px; }
  .search-location-area.add-devices-area.alarm-filter .select-switch{ padding: 0px 15px 0px 15px; }*/
  .delete-btn.large-delete-btn {
    right: 25px;
  }

  .delete-btn.large-delete-btn .icon-delete-icon {
    font-size: 20px;
  }

  .search-location-area.add-devices-area.alarm-filter .device-details .default-heading h6 {
    padding-bottom: 5px;
  }

  .search-location-area.add-devices-area.alarm-filter .device-details .default-heading span {
    padding-top: 5px;
    font-size: 15px;
  }

  .search-location-area.add-devices-area.alarm-filter .device-details .list-group {
    padding-left: 10px;
    padding-right: 30px;
  }

  .search-location-area.add-devices-area.alarm-filter .device-details .list-group-item {
    padding: 10px 0;
  }

  .search-location-area.add-devices-area.alarm-filter .device-details .list-group-item .delete-btn {
    margin-top: -10px;
  }

  .search-location-area.add-devices-area.alarm-filter .device-details .list-group-item .delete-btn .icon-delete-icon {
    font-size: 16px;
  }

  .search-location-area.add-devices-area.alarm-filter .device-details .list-group-item .name-area {
    font-size: 15px;
    margin-bottom: 0;
  }

  .search-location-area.add-devices-area.alarm-filter .device-details .list-group-item p {
    font-size: 13px;
  }

  .search-location-area.add-devices-area.alarm-filter .device-details .list-group-item p span {
    padding-right: 0;
  }

  .search-location-area.add-devices-area.alarm-filter .device-details .list-group-item .icon-area {
    font-size: 25px;
  }

  .search-location-area.add-devices-area.alarm-filter .device-details .inner-collapse-section {
    margin-top: 0;
    padding-left: 0px;
  }

  .search-location-area.add-devices-area.alarm-filter .device-details .inner-collapse-section li i:before {
    margin-right: 20px;
    font-size: 24px;
  }

  .search-location-area.add-devices-area.alarm-filter .device-details .inner-collapse-section li a {
    font-size: 18px;
  }

  .search-location-area.add-devices-area.alarm-filter .device-details .inner-collapse-section li .items {
    font-size: 12px;
  }

  .search-location-area.add-devices-area.alarm-filter .device-details .inner-collapse-section li {
    padding: 10px 0;
  }

  .search-location-area.add-devices-area.geofences .location-pointer-map {
    top: 95px;
  }

  .search-location-area.add-devices-area.geofences .edit {
    font-size: 16px;
  }

  .search-location-area.add-devices-area.geofences .location-pointer-map .settings .icon-user-location2 {
    font-size: 20px;
  }

  .medium-pop-modal.modal .modal-dialog .modal-content .modal-body,
  .large-modal.modal .modal-dialog .modal-content .modal-body {
    padding: 15px 0px;
  }

  .large-modal.modal.device-information .list-group-flush,
  .large-modal.modal.location-history .fill-details {
    padding: 0 15px;
  }

  .large-modal.modal .modal-dialog .modal-content .modal-body .mCustomScrollbar,
  .medium-pop-modal.modal .modal-dialog .modal-content .modal-body .mCustomScrollbar,
  .alarm-filter-modal.modal .modal-dialog .modal-body .mCustomScrollbar {
    max-height: 350px;
  }

  .delete-history.medium-pop-modal.modal .modal-dialog .modal-content .modal-body {
    padding: 15px 15px;
  }

  .power-mode .medium-pop-modal-field .not-edit-field {
    padding: 5px 10px;
  }

  .power-mode .medium-pop-modal-field .not-edit-field .mode-heading {
    font-size: 14px;
    line-height: 16px;
  }

  .power-mode .medium-pop-modal-field .form-group .btn.btn-link:last-child {
    margin-top: 0;
    min-height: 40px;
  }

  .alarm-filter-modal .modal-body {
    padding: 20px 10px;
  }

  .alarm-filter-modal .modal-header .close {
    right: 0;
  }

  .alarm-filter-modal .type {
    max-width: 100%;
    min-height: 50px;
  }

  .alarm-filter-modal .modal-body .btn-link {
    margin-top: 0;
  }

  .alarm-filter-modal .modal-dialog .modal-content {
    border-radius: 30px;
  }

  .gm-style .gm-style-iw-c {
    transform: translate(-53%, 77%);
    -webkit-transform: translate(-53%, 77%);
    -ms-transform: translate(-53%, 77%);
    -moz-transform: translate(-53%, 77%);
    -o-transform: translate(-53%, 77%);
  }
}

/*# sourceMappingURL=custom.css.map */

.cursor-pointer {
  cursor: pointer !important;
}

.map_settings{
  display: flex;
  position: absolute;
  right: 2rem;
  bottom: calc(2rem + env(safe-area-inset-bottom));
  z-index: 9;
  min-height: 7rem;
}

.group_map_setting {
  right: 19.5rem;
  bottom: 5.7rem;
  z-index: 9;
  min-height: 7rem;
}

.map_statistics_detail {
  display: flex;
  flex-direction: column;
  width: 345px;
  position: fixed;
  bottom: 15px;
  left: 584px;

  z-index: 9;
  border-bottom-left-radius: 4px;
  transition: 0.5s;
}

.map_statistics_detail_expanded {
  display: flex;
  flex-direction: column;
  width: 345px;
  position: fixed;
  bottom: 15px;
  left: 75px;
  z-index: 9;
  border-bottom-left-radius: 4px;
  transition: 0.5s;
}

.map_statistics_detail_livestream {
  display: flex;
  flex-direction: column;
  width: 345px;
  position: fixed;
  left: 20px;
  height: 270px;
  bottom: 2rem;
  z-index: 9;
}
.bordertopLeft
{
	border-top-right-radius: 30px;
}

.border_radius_15 {
  border-radius: 12px;
}

.map_settings_cog_icon {
  width: 20px;
  height: 20px;
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.05);
}

.map_settings_icon_container {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  align-items: center;
  margin-left: 1rem;
  text-align: center;
}

.map_settings_icon_box {
  width: 3.5rem;
  padding: 0.3rem 0;
  max-width: 6rem;
  box-shadow: inset 0px 0px 12px 1px #5aade9;
  border-radius: 10%;
  border: 4px solid #5AADE9;
}

.map_settings_icons {
  display: flex;
  flex-direction: column-reverse;
  cursor: pointer;
  align-items: center;
  width: 6rem;
  text-align: center;
}

.map_settings_icons_img {
  width: 3rem;
}
.map_settings_icons span, .map_settings_icon_container span{
  color: var(--light_grey);
  font-size: 0.9rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin-top: 0.3rem;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  text-shadow:
    -1px -1px 0 var(--grey),
     0   -1px 0 var(--grey),
     1px -1px 0 var(--grey),
     1px  0   0 var(--grey),
     1px  1px 0 var(--grey),
     0    1px 0 var(--grey),
    -1px  1px 0 var(--grey),
    -1px  0   0 var(--grey);
}

/*  removing logos and reports maps */
.gm-style-cc:last-child {
    display: none !important;
}

a[href^="http://maps.google.com/maps"]{display:none !important}
a[href^="https://maps.google.com/maps"]{display:none !important}

.gmnoprint a, .gmnoprint span, .gm-style-cc {
    display:none;
}
.gmnoprint div {
    background:none !important;
}

/*  stops here */

.custom-tooltip-container-device
{
  display: flex;
  justify-content: center;
  margin-left: -0.6rem;
  margin-top: 2.5rem;
}

.custom-tooltip-container-device .tooltip {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: -3.5rem;
}

.custom-tooltip-container {
  display: flex;
  justify-content: center;
  margin-left: -0.6rem;
  margin-top: 0.5rem;
}

.height25{
  height: 25px;
}

.custom-tooltip-container .tooltip {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.custom-tooltip-container .tooltip .tooltip-arrow,
.custom-tooltip-container-device .tooltip .tooltip-arrow {
  background: transparent !important;
  z-index: 99;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid black;
  transform: rotate(180deg);
}

.custom-tooltip-container .tooltip-inner,
.custom-tooltip-container-device .tooltip-inner {
  max-width: unset !important;
}

.custom-tooltip-container.color1 .tooltip .tooltip-arrow {
  border-top: 7px solid #6C719D !important;
}

.custom-tooltip-container.color1 .tooltip .tooltip-inner {
  background-color: #6C719D !important;
}
.custom-tooltip-container.color4 .tooltip .tooltip-arrow{
  border-top: 7px solid var(--navy) !important;
}

.custom-tooltip-container.color4 .tooltip .tooltip-inner{
  background-color: var(--navy) !important;
}

.custom-tooltip-container .tooltip.show,
.custom-tooltip-container-device .tooltip.show {
  opacity: 1;
}

.tooltip-inner2 {
  border-radius: .6rem;
}

.custom-tooltip-container.color2 .tooltip .tooltip-inner {
  background-color: #E04D43 !important;
}

.custom-tooltip-container.color2 .tooltip .tooltip-arrow {
  border-top: 7px solid #E04D43 !important;
}

.custom-tooltip-container.color3 .tooltip .tooltip-arrow,
.custom-tooltip-container-device .tooltip .tooltip-arrow {
  border-top: 7px solid #808080 !important;
}

.custom-tooltip-container.color3 .tooltip .tooltip-inner,
.custom-tooltip-container-device .tooltip .tooltip-inner {
  background-color: #808080 !important;
}

.custom-popover-container {
  display: flex;
  margin-left: -6.05rem;
  margin-top: 3.4rem;
  border: unset !important;
  width: 400px;
  background: transparent;
}

.custom-popover-container.popover {
  max-width: unset !important;
}

.custom-popover-container .popover-body{
    background: white;
    border-radius: 10px;
    width: 21.563rem;
    max-width: unset !important;
    padding-bottom: 0rem;
    z-index: 1;
    margin-left: 30px;
    margin-top: 0rem;
    border-top: 1px solid var(--grey2);
    box-shadow: 0px 51px 20px rgba(0, 0, 0, 0.01), 0px 28px 17px rgba(0, 0, 0, 0.05), 0px 13px 13px rgba(0, 0, 0, 0.09), 0px 3px 7px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
}
.custom-popover-container .arrow{
  z-index: 3;
  margin-top: -0.1rem;
  margin-left: 12.3rem;
  filter: drop-shadow(0px -2px 2px rgba(0, 0, 0, 0.05));
}

.custom-popover-container .arrow::before,
.custom-popover-container .arrow::after {
  border-width: 0 0.75rem 0.75rem;
  border-bottom-color: white !important;
}

.custom-popover-container .copy_position_link_button {
  background: var(--navy);
  color: white;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.2s;
}

.copy_position_link_button:active{
  background: var(--light_navy);
  transition: 0.2s;
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
}


.custom-popover-container .streaming_marker_share_button {
  background: var(--navy);
  color: white;
  border-bottom-left-radius: 10px;
  font-weight: bold;
  cursor: pointer;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-popover-container .streaming_end_live_stream_button {
  background: #E04D43;
  color: white;
  border-bottom-right-radius: 10px;
  font-weight: bold;
  cursor: pointer;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.power_switch_pending_div {
  width: 100%;
  text-align: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: var(--navy);
  border-radius: 5px;
  color: white;
}

.border_25 {
  border-radius: 5px;
}

.bg-navy {
  background-color: var(--navy);
}

.bg-white {
  background-color: #ffffff;
}

.bg-odd-even:nth-child(odd){
  background-color: var(--white);
}

.bg-even-even:nth-child(even){
  background-color: var(--grey2);
}

.bg-grey2{
	background-color: var(--grey2);
}

.bg-black2 {
  background-color: var(--black2);
}

.bg-neverconnected{
  background-color: var(--grey)
}
.bg-offline{
  background-color: #E04D43;;
}

.bg-online {
  background-color: #ACFA4A;
  ;
}

.bg-light-grey {
  background-color: var(--light_grey);
}

.text-navy {
  color: var(--navy);
}

.text-black1 {
  color: var(--black1) !important;
}

.text-black2 {
  color: var(--black2) !important;
}

.text-grey {
  color: var(--grey) !important;
}

.text-grey2 {
  color: var(--grey2) !important;
}

.text-white {
  color: var(--white) !important;
}

.form-control-grey2 {
  border-color: var(--grey2);
  background-color: var(--grey2);
}

.custom-popover-container .header_div {
  border-bottom: 1px solid #cccc;
}

/* .custom-popover-container p,.custom-popover-container h3{
  font-size: 0.9rem;
} */
.custom-popover-container h3 {
  font-weight: bold;
}

/* .custom-popover-container .body_div img{
  width: 2.5rem;
} */
.min-vh-50 {
  min-height: 50vh !important;
}

.max-vh-48{
  max-height: calc(50dvh - env(safe-area-inset-bottom))!important;
  min-height: calc(50dvh - env(safe-area-inset-bottom))!important;
  max-height: calc(50vh - env(safe-area-inset-bottom))!important;
  min-height: calc(50vh - env(safe-area-inset-bottom))!important;
}

.max-vh-48{
  max-height: calc(50dvh - env(safe-area-inset-bottom))!important;
  min-height: calc(50dvh - env(safe-area-inset-bottom))!important;
  max-height: calc(50vh - env(safe-area-inset-bottom))!important;
  min-height: calc(50vh - env(safe-area-inset-bottom))!important;
}

.scroll_div_receipts {
    max-height: calc(100dvh - 78.8vh - env(safe-area-inset-bottom))!important;
    overflow-y: auto;
    overflow-x: hidden;
    transition: 0.3s;
}

.scroll_rem_12{
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 12rem;
}

.scroll_rem_14 {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 14rem;
}

.scroll_div_2 {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 2rem - env(safe-area-inset-bottom));
}
.border_30_px
{
  border-radius: 30px;
}
.w_50_px
{
  width: 50px;
}
.size_100 {
  width: 80px;
  height: 80px;
}

.witdth_70_percent {
  width: 70%;
}

.width_335_ConfirmPopup {
    width: 335px;
}

.overflow-y {
  overflow-y: scroll;
  overflow-x: hidden;
}


.scroll_div_4 {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 4rem - env(safe-area-inset-bottom));
}

.scroll_div_6 {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 6rem - env(safe-area-inset-bottom));
}

.scroll_div_8 {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 8rem - env(safe-area-inset-bottom));
}

.scroll_div_11 {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 11.2rem - env(safe-area-inset-bottom));
}

.scroll_div_12 {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 18rem - env(safe-area-inset-bottom));
}

.scroll_div_tos_mobile{
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 14rem - env(safe-area-inset-bottom));
}

.scroll_div_routes{
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(50dvh - 8.35rem - env(safe-area-inset-bottom))!important
}

.scroll_div_routes_action{
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(50dvh - 9.9rem - env(safe-area-inset-bottom))!important
}

.scroll_div15
{
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 15rem;
}


.scroll_div_alarm_mobile{
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: calc(100vh - 20rem);
  transition: 0.3s;
}

/*This is for ALARM scroll card WITHOUT buttons*/
.scroll_div_alarm{
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: calc(100vh - 13.3rem);
  transition: 0.3s;
}
/*This is for ALARM scroll card WITH buttons*/
.scroll_div_alarm_buttons{
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: calc(100vh - 16.8rem - env(safe-area-inset-bottom));
  transition: 0.3s;
}

/*This is for Geofence WITHOUT buttons*/
.scroll_div_16_geofence{
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: calc(100vh - 15.9rem - env(safe-area-inset-bottom));
  -webkit-border-radius: 4px;
  border-radius: 4px;
  transition: 0.3s;
}

/*This is for Geofence WITH buttons*/
.scroll_div_16_geofence_buttons{
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: calc(100vh - 19.2rem - env(safe-area-inset-bottom));
  -webkit-border-radius: 4px;
  border-radius: 4px;
  transition: 0.3s;
}



/*This is for MORE than 10 devices*/
.scroll_div_16{
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: calc(100vh - 16.9rem - env(safe-area-inset-bottom));
  -webkit-border-radius: 4px;
  border-radius: 4px;
  transition: 0.3s;
}

/*This is for LESS than 10 devices*/
.scroll_div_16_less_than_ten {
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: calc(100vh - 15.75rem - env(safe-area-inset-bottom));
  -webkit-border-radius: 4px;
  border-radius: 4px;
  transition: 0.3s;
}
.scroll_div_16_less_than_ten_if_message_and_select {
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: calc(100vh - 23.6rem - env(safe-area-inset-bottom));
  -webkit-border-radius: 4px;
  border-radius: 4px;
  transition: 0.3s;
}

.scroll_div_16_less_than_ten_if_select {
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: calc(100vh - 18.95rem - env(safe-area-inset-bottom));
  -webkit-border-radius: 4px;
  border-radius: 4px;
  transition: 0.3s;
}




.scroll_div_if_message {
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: calc(100vh - 21.6rem - env(safe-area-inset-bottom));
  -webkit-border-radius: 4px;
  border-radius: 4px;
  transition: 0.3s;
}

.scroll_div_if_message_and_select
{
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 24.8rem - env(safe-area-inset-bottom));
  scrollbar-width: none;
}


/*This is for Groups*/
.scroll_div_16_groups {
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: calc(100vh - 12.7rem - env(safe-area-inset-bottom));
  -webkit-border-radius: 4px;
  border-radius: 4px;
  transition: 0.3s;
}

.scroll_div_19
{
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 19rem - env(safe-area-inset-bottom));
  scrollbar-width: none;
}

.scroll_div_20 {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 20rem - env(safe-area-inset-bottom));
  /* padding-right: 7px !important; */
}

.scroll_div_28 {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 28rem - env(safe-area-inset-bottom));
  padding-right: 7px !important;
}

.scroll_div_25 {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 25rem);
}
/* for dataplan list WITHOUT buttons */
.scroll_div_28_no_padding {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 63vh - env(safe-area-inset-bottom));
  transition: 0.3s;
}

.geoFenceImage{
  height: 26px;
  width: 36px !important;
  margin-right: 20px
}

.creategeo_bg{
  background-color: var(--grey2) !important;
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
}


.scroll_div_20_b{
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 29.2rem - env(safe-area-inset-bottom));
}

.right_sor_icon {
  left: 41px;
}

/*This is for location history WITHOUT buttons*/
.scroll_div_20_locationhistory{
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 22.1rem - env(safe-area-inset-bottom));
  transition: 0.3s;
}

.location_history_div > div {
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-bottom: 0px !important;
  margin-top: 0px !important;
}

/*This is for location history WITH buttons*/
.scroll_div_20_locationhistory_button{
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 26rem - env(safe-area-inset-bottom));
  transition: 0.3s;
}


.scroll_div_20_a{
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 23rem - env(safe-area-inset-bottom));
}

.scroll_div_34 {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 30rem - env(safe-area-inset-bottom));
}

.scroll_div_34_liveStream {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 30rem - env(safe-area-inset-bottom));
}

.scroll_div_18 {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 18.2rem - env(safe-area-inset-bottom));
}

.scroll_div_34>div:last-child {
  padding-bottom: 0px;
}

@media screen and (min-width: 768px) {
  @supports (max-height: 100dvh) {

      .dvh-100{
        height: 100dvh;
      }

      .scroll_div_2 {
        max-height: calc(100dvh - 2rem - env(safe-area-inset-bottom))!important;
      }

      .scroll_div_4{
        max-height: calc(100dvh - 4rem - env(safe-area-inset-bottom))!important;
      }

      .scroll_div_6{
        max-height: calc(100dvh - 6rem - env(safe-area-inset-bottom))!important;
      }

      .scroll_div_8{
        max-height: calc(100dvh - 8rem - env(safe-area-inset-bottom))!important;
      }
      .scroll_div_11
      {
        max-height: calc(100dvh - 11.2rem - env(safe-area-inset-bottom))!important;
      }

      .scroll_div_12{
        max-height: calc(100dvh - 18rem - env(safe-area-inset-bottom))!important;
      }

      .scroll_div_tos_mobile{
        max-height: calc(100dvh - 14rem - env(safe-area-inset-bottom))!important;
      }
      

      /*This is for ALARM scroll card WITHOUT buttons*/
      .scroll_div_alarm{
        max-height: calc(100dvh - 13.3rem - env(safe-area-inset-bottom))!important;
      }
      /*This is for ALARM scroll card WITH buttons*/
      .scroll_div_alarm_buttons{
        max-height: calc(100dvh - 16.8rem - env(safe-area-inset-bottom))!important;
      }

      /*This is for Geofence WITHOUT buttons*/
      .scroll_div_16_geofence{
        max-height: calc(100dvh - 15.9rem - env(safe-area-inset-bottom))!important;
      }

      /*This is for Geofence WITH buttons*/
      .scroll_div_16_geofence_buttons{
        max-height: calc(100dvh - 19.2rem - env(safe-area-inset-bottom))!important;
      }



      /*This is for MORE than 10 devices*/
      .scroll_div_16{
        max-height: calc(100dvh - 16.9rem - env(safe-area-inset-bottom))!important;
      }

      /*This is for LESS than 10 devices*/
      .scroll_div_16_less_than_ten {
        max-height: calc(100dvh - 15.75rem - env(safe-area-inset-bottom))!important;
      }
      .scroll_div_16_less_than_ten_if_message_and_select {
        max-height: calc(100dvh - 23.6rem - env(safe-area-inset-bottom))!important;
      }

      .scroll_div_16_less_than_ten_if_select {
        max-height: calc(100dvh - 18.95rem - env(safe-area-inset-bottom))!important;
      }

      .scroll_div_if_message {
        max-height: calc(100dvh - 21.6rem - env(safe-area-inset-bottom))!important;
      }

      .scroll_div_if_message_and_select {
        max-height: calc(100dvh - 24.8rem - env(safe-area-inset-bottom))!important;
      }


      /*This is for Groups*/
      .scroll_div_16_groups {
        max-height: calc(100dvh - 12.7rem - env(safe-area-inset-bottom))!important;
      }

      .scroll_div_19 {
        max-height: calc(100dvh - 19rem - env(safe-area-inset-bottom))!important;
      }

      .scroll_div_20 {
        max-height: calc(100dvh - 20rem - env(safe-area-inset-bottom))!important;
      }

      .scroll_div_28 {
        max-height: calc(100dvh - 28rem - env(safe-area-inset-bottom))!important;

      }
      /* for dataplan list WITHOUT buttons */
      .scroll_div_28_no_padding {
        max-height: calc(100dvh - 63vh - env(safe-area-inset-bottom))!important;
        overflow-y: auto;
        overflow-x: hidden;
        transition: 0.3s;

      }
      /* for dataplan list WITH buttons */

      .scroll_div_28_no_padding_button {
        max-height: calc(100dvh - 68dvh - env(safe-area-inset-bottom))!important;
        overflow-y: auto;
        overflow-x: hidden;
        transition: 0.3s;
      }

      .scroll_div_20_b {
        max-height: calc(100dvh - 29.2rem - env(safe-area-inset-bottom))!important;
      }


      /*This is for location history WITHOUT buttons*/
      .scroll_div_20_locationhistory{
        max-height: calc(100dvh - 22.1rem - env(safe-area-inset-bottom))!important;
      }

      /*This is for location history WITH buttons*/
      .scroll_div_20_locationhistory_button{
        max-height: calc(100dvh - 26rem - env(safe-area-inset-bottom))!important;

      }

      .scroll_div_20_a{
        max-height: calc(100dvh - 23rem - env(safe-area-inset-bottom))!important;
      }

      .scroll_div_34{
        max-height: calc(100dvh - 30rem - env(safe-area-inset-bottom))!important;
      }

      .scroll_div_34_liveStream{
        max-height: calc(100dvh - 30rem - env(safe-area-inset-bottom))!important;
      }

      .scroll_div_18  {
        max-height: calc(100dvh - 18.2rem - env(safe-area-inset-bottom))!important;
      }
    }
}

.expand_map{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99999;
  background-color: var(--grey);
  height: 40px;
  width: 40px;
  border-radius: 0px 0px 40px 0px;
  opacity: 0.4;
  transition: 0.2s;
}

.expand_map:hover{
  background-color: var(--light_navy);
  opacity: 1;
  transition: 0.2s;
}
.expand_map:active{
  transform: scale(1.2);
  transition: 0.2s;
}

@media (max-width: 768px) {
  .expand_map{
    display: none;
  }
}


.expand_map_icon{
  position: relative;
  top: -3px;
  left: -3px;
}

.date_label {
  background-color: var(--grey2);
  color: var(--primary);
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  border-radius: 6px;
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
}
.date_label input{
  padding: 6px 0px 5px !important;
  margin-left: 7px;
}

.date_label fieldset {
  border-width: 0px;
}

.date_label button{
  padding-left: 0px !important;
}
.streaming_div{
  background: var(--navy);
  border-radius: 5px;
}

.marginMinus_20 {
  margin-left: -20px;
  margin-right: -20px;
}

.marginMinus_16 {
  margin-left: -16px;
  margin-right: -16px;
}

.padding_6 {
  padding: 6px;
}

.padding_105 {
  padding-left: 105px;
}

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

.email_row_border
{
	border-radius: 4px;
	background-color: var(--grey2);
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
}



/* dropdown */

select {

  /* styling */
  background-color: white;
  border: thin solid blue;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */

  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}


/* arrows */
select.round {
  border-radius: 30px;
  width: fit-content;
  background-color: var(--navy);
  border: none !important;
  color: white;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--navy) 50%),
    linear-gradient(135deg, var(--navy) 50%, transparent 50%),
    radial-gradient(white 70%, transparent 72%);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - .5em) .5em;
  background-size:
    5px 5px,
    5px 5px,
    1.5em 1.5em;
  background-repeat: no-repeat;
}

select.round:focus {
  box-shadow: none !important;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  outline: 0;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.custom-ul-header2 {
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--navy);
  color: white;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

.custom-ul {
  background-color: var(--navy);
  color: white;
  border-radius: 12px;
  cursor: pointer;
  text-align: center;
  position: relative;
}

.custom-ul-header {
  background-color: var(--navy);
  color: white;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

.custom-ul-header.opened {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.custom-ul-header-arrow {
  width: 0.606rem;
  height: 0.606;
}

.custom-ul-header-options {
  position: absolute;
  z-index: 9;
  background-color: var(--navy);
  color: white;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding-bottom: 5px;
  width: 100%;
  text-align: left;
  /* padding-left: 1.2rem; */
  max-height: 5rem;
  overflow-x: auto;
}

.custom-2-ul-header-options {
  position: absolute;
  z-index: 9;
  /* background-color: var(--grey); */
  color: black;
  padding-bottom: 5px;
  /* width: 100%; */
  text-align: left;
  /* padding-left: 1.2rem; */
  max-height: 5rem;
  overflow-x: auto;
  scrollbar-width: none;
}
.custom-2-ul-header-options::-webkit-scrollbar {
  display: none;
}

.custom-label {
  color: var(--navy);
  font-weight: bold;
}

.custom_field1 {
  background-color: var(--navy);
  color: white;
  border-radius: 30px;
  display: flex;
  width: fit-content;
}

.custom_field1 input,
.custom_field1 input:focus,
.custom_field1 input:focus-visible {
  background: transparent;
  border: none;
  outline: none;
  width: 2rem;
  color: white;
}

.direction-rtl {
  direction: rtl;
}

.custom_field1 input::-webkit-outer-spin-button,
.custom_field1 input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.custom_field1 input[type=number] {
  -moz-appearance: textfield;
}

.magin_minus28 {
  margin-right: -28px;

}

/* slides animation */
.slide_left_text_card {
  position: relative;
  -webkit-animation: slide_left_text_card 0.3s forwards;
  -webkit-animation-delay: 0s;
  animation: slide_left_text_card 0.3s forwards;
  animation-delay: 0s;
}

@-webkit-keyframes slide_left_text_card {
  100% {
    right: 0px
  }
}

@keyframes slide_left_text_card {
	from {right:-28px;}
  to {right: 0px;}
}
.slide_right_text_card
{
	position: relative;
	-webkit-animation: slide_right_text_card 0.1s forwards;
	-webkit-animation-delay: 0s;
	animation: slide_right_text_card 0.1s forwards;
	animation-delay: 0s;
}

@-webkit-keyframes slide_right_text_card {
  100% {
    right: -28;
  }
}

@keyframes slide_right_text_card {
	from {right:0px;}
  to {right:-28px;}
}
.visibility_check_box
{
	transition:visibility 5s linear ,margin 5s ease-in-out;
}
.slide_left_delete_btn
{
	position: absolute;
	display: flex;
	-webkit-animation: slide_left_delete_btn 0.1s forwards;
	-webkit-animation-delay: 0s;
	animation: slide_left_delete_btn 0.1s forwards;
	animation-delay: 0s;
}

@-webkit-keyframes slide_left_delete_btn {
  100% {
    right: 220px;
  }
}

@keyframes slide_left_delete_btn {
	from {right: 200px;}
  to {right: 230px;}
	0% { display: none; visibility: hidden;  z-index: -1}
}
.slide_right_delete_btn
{
	position: absolute;
	display: flex;
	-webkit-animation: slide_right_delete_btn 0.1s forwards;
	-webkit-animation-delay: 0s;
	animation: slide_right_delete_btn 0.1s forwards;
	animation-delay: 0s;
}

@-webkit-keyframes slide_right_delete_btn {
  100% {
    right: 200;
  }
}

@keyframes slide_right_delete_btn {
	from {right: 230px;}
  to {right:200px;}
	100% { display: none;visibility: hidden; z-index: -1}
}
.slide_left
{
	position: absolute;
	display: flex;
	background: blue;
	-webkit-animation: slide_left 0.1s forwards;
	-webkit-animation-delay: 0s;
	animation: slide_left 0.1s forwards;
	animation-delay: 0s;
}

@-webkit-keyframes slide_left {

	100% { left: 0; }
}
@keyframes slide_left {
  from {
    left: 450px;
  }

}
.slide_right
{
	position: absolute;
	display: flex;
	-webkit-animation: slide_right 0.1s forwards;
	-webkit-animation-delay: 0s;
	animation: slide_right 0.1s forwards;
	animation-delay: 0s;
}

@-webkit-keyframes slide_right {
  100% {
    right: 0;
  }
}

@keyframes slide_right {

  /* 100% { left: 450; } */
  from {
    left: 0px;
  }}

.slide_up_group_setting_btn
{
	-webkit-animation: slide_up_group_setting_btn 0.2s backwards;
	-webkit-animation-delay: 0s;
	animation: slide_up_group_setting_btn 0.2s backwards;
	animation-delay: 0s;
}

@-webkit-keyframes slide_up_group_setting_btn {
  100% {
    margin-bottom: -0px
  }
}

@keyframes slide_up_group_setting_btn {
  from {
    bottom: 0rem;
  }

  to {
    bottom: 5.7rem;
  }
}
.slide_down_group_setting_btn
{
	-webkit-animation: slide_down_group_setting_btn 0.2s forwards;
	-webkit-animation-delay: 0s;
	animation: slide_down_group_setting_btn 0.2s forwards;
	animation-delay: 0s;
}

@-webkit-keyframes slide_down_group_setting_btn {
  100% {
    margin-bottom: 0.7px
  }
}

@keyframes slide_down_group_setting_btn {
  from {

    bottom: 5.7rem;
  }

  to {
    bottom: 0.7rem;
  }

  50% {
    visibility: hidden;
  }

  100% {
    visibility: hidden;
  }
}

.register_avatar_placeholder_div {
  background-color: var(--grey2);
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  background-size: cover;
  background-repeat: no-repeat;
}

.radius_2 {
  border-radius: 2rem;
}

.placeholder_image {
  width: 3rem;
  height: 3rem;
}

.marginminus_52 {
  margin-left: -25px;
  margin-right: -50px;
}

.btnLeftArrowGraph {
  border-radius: 2rem;
  margin-top: 80px;
  z-index: 9999;
  position: absolute
}

.btnRightArrowGraph {
  border-radius: 2rem;
  margin-top: 80px;
  z-index: 9999;
  position: relative
}

.placeholder_circle {
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  bottom: 0.5rem;
  right: 0;
}

.placeholder_delete {
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  bottom: 0.5rem;
  left: 0;
}

.custom-rectangle1 {
  width: 1rem;
  height: 0.5rem;
  border-radius: 25%;
  margin-left: 0.1rem !important;
  margin-right: 0.1rem !important;
}

.w-20-rem {
  width: 20rem;
}

.helkama_device_speed_label {
  color: var(--primary);
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  margin-bottom: 0rem;
}

.halkama_device_speed_sub_label {
  color: var(--grey);
  font-size: 0.6rem;
  font-family: 'Roboto';
}

.fixed_min_height_1 {
  min-height: 0.8rem;
}

.margin_top_55 {
  margin-top: 55px
}

.margin_top_mins_7 {
  margin-top: -7px !important;
}

.margin_top_mins_13 {
  margin-top: -0.813rem;
}

.margin_top_minus_70 {
  margin-top: -70px !important;
}

.margin_top_minus_50 {
  margin-top: -50px !important;
}

.margin-left_15 {
  margin-left: 15px;
}

.margin_top_77 {
  margin-top: 77px;
}

.margin-top_60 {
  margin-top: 60px;
}

.margin-left_11 {
  margin-left: 11px;
}

.margin_left_10 {
  margin-left: 10px;
}

.margin_left_33 {
  margin-left: 33px;
}

.margin_left_6 {
  margin-left: 6px;
}

.margin_left_42 {
  margin-left: 42px;
}

.margin_left_34 {
  margin-left: 34px;
}

.margin_left_45 {
  margin-left: 45px;
}

.margin-left_23 {
  margin-left: 1.469rem;
}

.margin-left_25 {
  margin-left: 1.563rem;
}

.margin_left_132 {
  margin-left: 132px !important;
}

.margin-left_13 {
  margin-left: 13px;
}

.margin-left_18 {
  margin-left: 18px;
}

.margin_top_9rem {
  margin-top: 9.4rem;
}

.margin_top_point_sixtofive_rem {
  margin-top: 0.625rem;
}

.margin_top_13rem {
  margin-top: 13rem;
}

.margin_top_16_Point_4rem {
  margin-top: 16.4rem;
}

.margin_top_18 {
  margin-top: 18px;
}

.margin-top_21_support {
  margin-top: 21px;
}

.margin-top_97 {
  margin-top: 97px;
}

.margin_top_mins_21 {
  margin-top: -21px !important;
}

.react-horizontal-scrolling-menu--scroll-container {
	display: flex;
	flex-wrap: wrap;
	overflow-x: auto;
	height: max-content;
	overflow-y: hidden;
	position: relative;
	width: 100%;
  flex-wrap: unset;

}

.search_btn_mobile {
  width: 32px;
  height: 32px;
  padding-top: 8px;
  padding-bottom: 7px;
  border-radius: 2rem;
}
/* .device > .custom-popover-container.arrow
{
	margin-top: -1.3rem !important;
}
.device > .custom-popover-container.popover-body
{
	margin-top: -1.2rem !important;
} */
.alarm>.custom-popover-container .arrow {
  margin-top: -0.5rem !important;
}
.map_setting_box
{
	box-shadow: inset 0px 0px 6px 6px rgba(var(--shadowColor), 50%);
	width: 3rem;
	height: 3.2rem;
	border: 2px solid var(--light_navy);
	border-radius: 10%;
}

.map_setting_box img {
  position: absolute;
  margin-left: -1.5rem;
  margin-top: -0.25rem;
  z-index: -167;
}

.scrolls {
  scrollbar-width: none;
  overflow: inherit !important;
}
.scrolls::-webkit-scrollbar {
  display: none;
}

.scroll_bar_device_icon ::-webkit-scrollbar,
.bikenotification ::-webkit-scrollbar {
  width: 0.438rem;
  height: 0.438rem
}

.scroll_bar_route_labels::-webkit-scrollbar,
.bikenotification ::-webkit-scrollbar {
  width: 0.3rem;
  height: 0.3rem
}

.rightAlignDivs {
  background-color: rgb(19, 36, 57);
  margin-left: 1%;
  margin-top: 1%;
  position: absolute;
  right: 0;
  z-index: 10;
  padding: 5px;

}


.scroll_div_6_sm {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 6rem);
}
.gm-style .gm-style-iw-tc::after
{
	display: none
}

.line_height_point_7 {
  line-height: 0.7;
}

.line_height_1 {
  line-height: 1;
}

.line_height_9 {
  line-height: 9px;
}

.line_height_5 {
  line-height: 5px;
}

.line_height_point_0 {
  line-height: 0%;
}

.line_height_20 {
  line-height: 20px;
}

.width_38 {
  width: 2.375rem;
}

.width_163 {
  width: 10.188rem;
}

.width_201 {
  width: 201px;
}

.width_209 {
  width: 209px;
}

.width_149 {
  /* width: 149px; */
  width: 70%;
}

.width_79 {
  width: 79px;
}

.width_105 {
  width: 105px;
}

.width_103 {
  width: 103px !important;
}

.width_30 {
  width: 30%;
}

.progress_bar_achievement {
  width: 30px;
  height: 5.5px;
  border-radius: 10px;
}

.progress_bar_achievement_one {
  /* width: 17px; */
  width: 6%;
  height: 5.5px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-right: 6px;
}

.progress_bar_achievement_two {
  /* width: 17px; */
  width: 6%;
  height: 5.5px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-left: 6px;
  /* border-radius: 10px; */
}

.line_break_achvment {
  width: 47px;
  line-break: anywhere;
}

.background_sky_blue {
  background: var(--skyblue);
}

.background_grey {
  background: var(--light_grey);
}

.background_grey2 {
  background: var(--grey2);
}

.width_24 {
  width: 24%;
}

.width_15 {
  width: 15%;
}

.width_7 {
  width: 7%;
}

.width_28 {
  width: 28.5%;
}

.width_150 {
  width: 150px;
}

.width_300 {
  width: 300px;
}

.widhthheigth_notification_banner {
  width: 388px;
  height: 25px;
}

.section_text_news {
  position: absolute;
  margin-top: 65px;
}

.news_box_select {
  width: 100%;
  height: 100%;
  /* margin-left: 30px; */
  transition: width 1s, height 1s, margin-left 1s;
}

.news_box_unselect {
  width: 0px;
  height: 0px;
  margin-left: 0px;
  visibility: hidden;
  transition: width 1s, height 1s, margin-left 1s;
}
.overflow_filter_alrm
{
	max-height: 280px;
	overflow-y: scroll;
}

.color_light_grey {
  background: #F2F2F2 !important;
}

.color_light {
  background: #F2F2F2;

}

.setting_icon {
  height: 20px;
  width: 20px;
  position: absolute !important;
  margin-left: -10px !important;
  margin-top: 10px !important;
}

.link_div {
  width: 21.6rem;
  margin-left: 0px;
}

.margin_top_2_point_1 {
  margin-top: 2.1px;
}

.margin_top_249 {
  margin-top: 378px;
}

.margin_top_33vh
{
  margin-top: 33vh;
}


.margin_top_411
{
  margin-top: 411px;
}

.mobileSpiner {
  text-align: center;
  position: absolute;
  width: 100vw;
  background: var(--navy);
  height: 100vh;
  z-index: 99999;
  opacity: 1;
}

.background_primary {
  background: var(--primary);
}

.padding_top_14 {
  padding-top: 14px;
}
.padding_left_36
{
  padding-left: 21px;
}

.padding_right_9_point_4 {
  padding-right: 9.4px;
}

.padding_right_23 {
  padding-right: 23px;
}

.padding_left_11 {
  padding-left: 11px;
}

.padding_left_12 {
  padding-left: 12px !important;
}

.padding_x_29 {
  padding-left: 29.5px;
  padding-right: 29.5px;
}

.margin_top_1_point_5 {
  margin-top: 1.5px;
}

.margin_minus_46 {
  margin-top: -46px !important;
}

.link_div_alarm {
  width: 21.6rem;
  margin-left: -29px;
}


.rotate_btn_minmize {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.border_8 {
  border-radius: 8px !important;
}

.rotate_btn_maximize {
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

.rotate_btn_minmize,
.rotate_btn_maximize {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -ms-transition: -ms-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}

.contact_support select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAUCAMAAACtdX32AAAAdVBMVEUAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAhMdQaAAAAJ3RSTlMAAAECAwQGBwsOFBwkJTg5RUZ4eYCHkJefpaytrsXGy8zW3+Do8vNn0bsyAAAAYElEQVR42tXROwJDQAAA0Ymw1p9kiT+L5P5HVEi3qJn2lcPjtIuzUIJ/rhIGy762N3XaThqMN1ZPALsZPEzG1x8LrFL77DHBnEMxBewz0fJ6LyFHTPL7xhwzWYrJ9z22AqmQBV757MHfAAAAAElFTkSuQmCC);
  background-position: 100%;
  background-repeat: no-repeat;

}

.Streaming_infor_margin {
  margin-left: -6.69rem;
  margin-top: 3.813rem;
}

.card--spaces {
  transform: translate(10%, 0) translate(10, 5%);
  z-index: 2;
}

.card--tabs {
  transform: translate(4%, 0) translate(0, -5%);
  /* z-index: 1; */
  z-index: 10 !important;
}
.card_data_plane{
  position: relative;
  transition: transform 0.25s ease-out;
  max-width: 85%;
}
.flex_warp_group
	{
		flex-wrap: wrap;
    position: fixed;
    bottom: 18px;
    /* margin-bottom: 30px;
    width: 473px; */
	}
.data_plane_list table {
  border-collapse: collapse;
  border-radius: 4px;
  overflow: hidden;
}

.data_plane_text {
  font-size: 11px;
  letter-spacing: 0.22px;
  color: #A2A2A2;
  font-weight: 300;
  line-height: 16px;
  padding: 8px 7px;
  vertical-align: middle;
}

.data_plane_list_div
{
  /* filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.1)); */
  /* box-shadow: 2px 2px 4px 4px #8CCCC8; */
  border-radius: 4px;
}

.padding_left_8 {

  padding-left: 8px;
}

.nametag_fade_in{
  left: 0px;
  opacity: 1;
  transition: 0.2s;
  transition-delay: 0.5s;
}

.nametag_fade_out{
  left: -10px;
  opacity: 0;
  transition: none;

}

.Nametage
{
  position: absolute;
  margin-top: 117px;
  z-index: 9999;
  margin-left: 60px;
  width: fit-content;
  pointer-events: none
}
.deviceTag
{
  position: relative;
  padding-top: 6.5px;
  background-color: var(--navy);
  padding-left: 17px;
  text-align: center;
  padding-right: 16px;
  width: fit-content;
  height: 46px;
  border-radius: 0px 4px 4px 0px;
  pointer-events: none;
}

.deviceTag::before {
  content: "";
  position: absolute;
  background-color: transparent;
  bottom: 46px;
  left: 0px;
  height: 25px;
  width: 9px;
  border-bottom-left-radius: 25px;
  box-shadow: 0 18px 0 0 var(--navy);
}

.deviceTag::after {
  content: "";
  position: absolute;
  background-color: transparent;
  bottom: -25px;
  left: 0px;
  height: 25px;
  width: 9px;
  border-top-left-radius: 25px;
  box-shadow: 0 -18px 0 0 var(--navy);
}

.margin_top_8 {
  margin-top: 8px;
}

.margin_top_46 {
  margin-top: 8px;
}

.margin_top_100 {
  margin-top: 8px;
}

.margin_top_152 {
  margin-top: 8px;
}

.margin_top_209 {
  margin-top: 8px;
}

.margin_top_265 {
  margin-top: 8px;
}

.margin_top_313 {
  margin-top: 8px;
}

.effectactivateDialog
{
  box-shadow: inset 0 0 2000px rgb(255 255 255 / 50%);
  filter: blur(0.8px);
  opacity: 0.5;
}

.box_shadow_none {
  box-shadow: none !important;
}

.inset_shadow {
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
}

.group_rounding{
  border-radius: 0px 0px 4px 4px;
}

.group_scroll{
  max-height: 40vh;
  overflow-x: hidden;
  overflow-y: scroll;
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
}

.group_active
{
  background: var(--navy);
  /* border: 52px; */
  border-radius: 7px;
  padding: 9px;
  width: 3rem;
}

.word_break {
  word-break: break-word;
}

.text_ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.remove_img:hover{
  filter: invert(38%) sepia(91%) saturate(3804%) hue-rotate(343deg) brightness(100%) contrast(77%);
}

.tosstyle{
  font-size: 16px;
  background: var(--grey2);
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 20px 0px 20px 0px;
}

.tostext b:before{
  content: counter(css-counter) ". "; 
  position: absolute;
    left:0;
    width:40px;
    text-align:right;

}

.tostext b{
  font-size: 16px;
  line-height: 32px;
  counter-increment: css-counter 1;

}

.tostext p{
  font-family: 'Roboto';
}

.tosimg {
  position:absolute;
  top: 25px;
  left: calc(50% - 125px);
  max-height: 60px;
}

.devicemapicon{
  position: absolute;
  right: 8px;
}

.shareimg{
  transition: 0.2s;
}

.shareimg:hover{
  transform: scale(1.2);
  transition: 0.2s;

}

.shareimg:active{
  transform: scale(0.9);
  transition: 0.2s;
 }

 .caps{
  text-transform: capitalize;
 }

 .MuiFormControl-root:focus-within label {
  color: var(--light_navy);
 }

 .MuiInput-underline:focus-within:after{
  border-bottom: 2px solid var(--light_navy);
 }
.outer_div {
  width: 47px;
  height: 47px;
  border-radius: 41px;
}

.pic2_achievement {
  width: 18px;
  height: 20px;
  position: absolute;
  top: 14px;
  left: 16px;
}

.silver_div {
  background-color: #DCA16A;
  border: 8px solid #F7BA82;
}

.animate_hight_up_medal_list {
  -webkit-animation: animate_hight 1s forwards;
  -webkit-animation-delay: 0s;
  animation: animate_hight 1s forwards;
  animation-delay: 0s;
}

.setHeightOnSearch {
  height: 30.525rem;
}

@-webkit-keyframes animate_hight {
  100% {
    height: 28.125rem;
  }
}

.height_0 {
  height: 0px;
}


.running_challenge .MuiAccordionSummary-content,
.accordion-no-styles .Mui-expanded {
  box-shadow: none !important;
}

.running_challenge.css-1elwnq4-MuiPaper-root-MuiAccordion-root::before {
  background-color: transparent !important;
}

.gif_medal_main {
  width: 79px;
  height: 79px;
  left: -2px;
  top: -2px;
  position: absolute;
}

.option-container {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 445px;
}

.box_shadow_list {
  box-shadow: 0px 2px 4px rgb(0 0 0 / 10%);
}

.padding_x_40_29 {
  padding-left: 40px;
  padding-right: 29px;
}

.custom_marker_styling {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: -64px !important;
  /* width: 100px;
  height: 40px; */
}

.disable-hover:hover {
  pointer-events: none !important;
}