﻿.small-text {
    font-size:smaller;
}
ul {
    list-style-type: none;
    padding-inline-start: 15px !important;
    padding-inline-end: 15px !important;
}
#OtherTextOldSystem {
    width: 526px;
}
#OtherTextNewSystem {
    width: 526px;
}
.HeatCard {
    box-shadow: 0px 0px 8px black;
    padding-bottom: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}
    .HeatCard a {
        left: 0;
        right: 0;
        text-align: center;
        bottom: 20%;
        margin: auto;
        margin-top:20px;
    }
.remove-heatpump {
    margin-top: 31px;
    color: white !important;
}
.btn-danger {
    display: inline-block;
    margin-top: 5px;
    padding: 8px 20px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.46);
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.46);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.46);
}
.confirm-submit {
    margin-left: 20px;
}
body {
    background-color: #f6f6f6;
    padding: 0px;
}
.remove-btn-ghost {
    color: red !important;
    border: 0px;
    font-weight: 700;
    font-size: 16px;
    height: 40px;
    padding: 0 35px 0 35px;
    border-radius: 25px;
    background-color: #fff;
    border: 2px solid red;
    font-family: "Roboto", sans-serif;
}
.remove-btn-ghost:hover {
    background: red;
    color: #fff !important;
}
.red-astrik {
    color: #98271A;
    font-size: 17pt;
    line-height: 5px;
    position: relative;
    top: 5px;
    margin-left: 5px;
}
input[type="date"]::-webkit-input-placeholder {
    visibility: hidden !important;
}

input::-webkit-calendar-picker-indicator {
    display: none;
}

.secondary-btn-ghost:hover{
    color: white !important;
}