body {
    color: #424956 !important;
    word-break: break-all;
    word-break: break-word;
    font-family: 15px/17px Helvetica Neue, Helvetica, Arial;
	padding-left: 15px;
	padding-right: 15px;
}

.header{
	width: 100%; 
	border: none; 
	border-bottom: 1px solid #d9dadb; 
	background-color: white; 
	position: relative; 
	top: -15px; 
	padding: 25px 0 5px 10px;
}
  
.logo{
	display: inline-block; 
	position: relative; 
	top: -3px; 
	height: 30px;
	width: 30px;
}
  
.inline-header{
	display: inline-block;
}

.btn-check + .btn-outline-primary{
    border-color: #4f9101 !important;
    color: #4f9101 !important;
}

.btn-check:checked + .btn-outline-primary,
.btn-success{
    background-color: #4f9101 !important;
    border-color: #4f9101 !important;
    color: white !important;
}

.btn-check + .btn-outline-primary:hover{
    border-color: #4f9101 !important;
    background-color: #eeffdb;
}

.btn-check:checked + .btn-outline-primary{
    background-color: #4f9101 !important;
    border-color: #4f9101 !important;
    color: white !important;
}

.btn-outline-primary:active{
    background-color: #4f9101 !important;
}

input[type=checkbox] {
	position: relative;
	top: 2px;
	border: 1px solid #d9dadb;
	width: 20px;
	height: 20px;
}

input[type=checkbox]:checked{
	accent-color: #4f9101 !important;
}

input[type=number]{
	max-width: 60px;
	border: 1px solid #d9dadb;
	border-radius: 3px;
}

.alert-success,
.alert-danger{
	display: none;
	z-index: 1;
	position: absolute !important;
	bottom: 0 !important;
	left: 2%;
	width: fit-content;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.tip + .tiptext,
.tip2 + .tiptext,
.tip3 + .tiptext{
	display: none;
	position: absolute;
	background-color: #535C69;
	border-radius: 3px;
	color: #fff;
}

.tip:hover + .tiptext{
	display: block;
	top: -5px;
	left: 125px;
	padding: 10px;
	z-index: 99;
}

/* .tip-trigger:hover + .tiptext{
	display: block;
	top: -5px;
	left: 125px;
	padding: 10px;
	z-index: 99;
} */

.tip:hover + .tiptext::after {
	content: "";
	position: absolute;
	top: 55%;
	right: 100%;
	margin-top: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent #535C69 transparent transparent;
}

.tip2:hover + .tiptext{
	display: block;
	top: -15px;
	left: 105px;
	padding: 10px;
	z-index: 99;
}

.tip2:hover + .tiptext::after {
	content: "";
	position: absolute;
	top: 45%;
	right: 100%;
	margin-top: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent #535C69 transparent transparent;
}

.tip3:hover + .tiptext{
	display: block;
	top: -35px;
	left: 300px;
	padding: 10px;
	z-index: 99;
}

.tip3:hover + .tiptext::after {
	content: "";
	position: absolute;
	top: 98.5%;
	right: 100%;
	margin-top: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent #535C69 transparent transparent;
	z-index: 999;
}

.btn-contact-developer{
	background-color: #4f9101;
    border: 1px solid #4f9101;
    color: #fff;
	border-radius: 20px;
	line-height: 37px;
	vertical-align: middle;
	position: relative;
	float: right;
	top: -10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 5px 0 24px;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif, "Segoe UI",Roboto,Ubuntu,"Helvetica Neue",Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol';
    font-weight: 600;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	box-sizing: border-box;
    margin: 0;
    outline: 0;
    height: 39px;
    box-shadow: none;
    text-shadow: none;
    cursor: pointer;
}

.btn-contact-developer::before{
	content: '';
	background-image: url('../images/world_icon.svg');
	background-size: 25px 25px;
	height: 25px;
	width: 25px;
	display: inline-block;
	position: relative;
	left: -9px;
	filter: invert(100%) sepia(5%) saturate(7500%) hue-rotate(286deg) brightness(117%) contrast(102%);
}

.btn-contact-developer:hover{
	background: #59a009;
	border-color: #59a009;
	color: #fff;
}

.btn-contact-developer:active{
    background: #447e02;
    border-color: #447e02;
    color: #fff;
}

.btn-contact-developer:focus{
    outline: none !important;
}

#label-outgoing-call-duration{
	display: none;
}

#activity-outgoing_call-checkbox:checked + #label-outgoing-call-duration{
	display: inline;
}

#label-incoming-call-duration{
	display: none;
}

#activity-incoming_call-checkbox:checked + #label-incoming-call-duration{
	display: inline;
}