::-webkit-scrollbar {
    width: 0px;
}
.btn-green {
    background-color: #0BB3A4 !important;
}

.btn-heatWave {
    background-image: linear-gradient(#FF7600, #803B00);
}

.btn-turquoiseBlue {
    background-image: linear-gradient(#50ECF3, #28767A);
}

.btn-hotpink {
    background-image: linear-gradient(#FF62AF, #73234A);
}

.btn-thunderbird {
    background-image: linear-gradient(#FF7E7E, #B61C1C);
}

.control-btn, .list-click {
    cursor: pointer;
} 

.text-primary {
    color: #0BB3A4 !important;
}

.btn-primary {
    color: #fff;
    background-color: #0BB3A4;
    border-color: #0BB3A4;
}

.btn-primary:hover {
    color: #fff;
    background-color: #2b9d92;
    border-color: #2a958b;
}

.btn-primary:active {
    color: #fff;
    background-color: #2b9d92;
    border-color: #2a958b;
}

.btn-primary:focus {
    color: #fff;
    background-color: #2b9d92;
    border-color: #2a958b;
    box-shadow: 0 0 0 0.25rem rgb(225 83 97 / 50%);
}

.word-break {
    word-break: break-all;
}

.profile-image {
    max-width: 100px;
}

.main-footer {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1032;
    background-color: #fff;
    border-top: 1px
    solid #dee2e6;
    color: #869099;
    padding: 10px 20px;
}

.login-footer {
    bottom: 0;
    left: 0;
    font-size: 12px;
    border-radius: 0 0 5px 5px;
    position: relative;
    right: 0;
    z-index: 1032;
    background-color: #fff;
    border-top: 1px
    solid #dee2e6;
    color: #869099;
    padding: 10px 20px;
}

.content {
  	padding: 7rem 0; 
}

.cust-border-bottom {
    border-bottom: 1px solid #0BB3A4;
}

.half, .half .container > .row {
  	height: 100vh;
}

@media (max-width: 991.98px) {
  	.half .bg {
	    height: 500px; 
    } 
}

.half .contents, .half .bg {
  	width: 50%;
}

@media (max-width: 1199.98px) {
    .half .contents, .half .bg {
      	width: 100%; 
    }
}

@media (max-width: 992px) {
    .overflow-y {
        overflow-y: hidden !important;
    }
    .half, .half .container > .row {
        height: auto;
    }
}

.overflow-y {
	overflow: auto;
}

.half .bg {
  	background-size: cover;
  	background-position: center;
}

.btn-strech {
    width: 100%;
}

.fa-sign-out-alt:hover {
    color: #114bf8;
}

.show-password {
    position: absolute;
    right: 2%;
    top: 30%;
    cursor: pointer;
}

.loader {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(107, 106, 106, 0.38);
    z-index: 9999;
}

.loader__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.loader__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.spinner {
    width: 75px;
    height: 75px;
    display: inline-block;
    border-width: 5px;
    border-color: rgba(255, 255, 255, 0.15);
    border-top-color: #ff0000;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}


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

.tooltiptext {
  visibility: hidden;
  font-size: 14px;
  width: auto;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 10px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50.5%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip-lef {
	left: 20% !important;
}
.uuid:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.profile-box {
    border: 2px solid #0BB3A4;
    background-color: #fff;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #4FB4A5;
    border-bottom: 4px solid #4FB4A5;
    border-radius: 0px;
    background-color: #fff; 
}
.nav-link {
    color: #545454;
}
.nav-link:focus, .nav-link:hover {
    color: #4FB4A5;
}
.nav-pills .nav-link.active img {
    filter: invert(74%) sepia(10%) saturate(2027%) hue-rotate(121deg) brightness(85%) contrast(82%);
}
.tab-content .tab-pane span {
    margin-left: 10px;
}
.reading-box {
    width: 150px;
}
.reading-hr {
    width: 150px;
}
.reading-map {
    transform: rotate(-90deg);
    background-color: #4fb5a5;
    padding: 0px 3px;
    color: #fff;
    font-size: 11px;
    line-height: 22px;
}
.device-icon {
    width: 25px;
}
.name-title {
    line-height: 1.5
}
.list-date {
    background-color: #cccccc;
    border-bottom: 1px solid #cccccc
}
/* MEDIA QUERIES */

/* From 320px and up */
@media (min-width: 320px) and (max-width: 768px) {
    .name-title {
        line-height: normal;
        margin-bottom: 5px;
        font-size: 18px;
    }
    .profile-image{
        max-width: 65px;
    }

    .profile-box h5 {
        font-size: 18px;
    }

    .control-btn {
        padding: 30px;
    }

    .main-footer {
        font-size: 12px;
        text-align: center;
    }

    .device-icon {
        width: 15px;
    }

    .reading-box {
        width: 130px;
        font-size: 13px;
    }

    .reading-hr {
        width: 70px;
        font-size: 13px;
    }

    .list-date {
        font-size: 13px;
    }
    
    .tab-content .tab-pane span {
        margin-left: 5px;
    }

    .nav-pills .nav-link {
        font-size: 14px;
    }

    .nav-pills .nav-link img {
        width: 15px;
    }
}

/* From 768px and up */
@media (min-width: 768px) {
  
}

/* From 1024px and up */
@media (min-width: 1024px) {
  
}

/* From 1224px and up */
@media (min-width: 1224px) {
  
}

/* From 1824px and up */
@media (min-width: 1824px) {
  
}

/*  max-width query */
/* From 850px and up, until 950px  */
@media (min-width: 850px) and (max-width: 950px) {
  
}




