@font-face {
  font-family: "Roboto";
  /* src:url("font/LemonMilklight.otf"); */
  font-weight: 400;
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

input{
  /* border-radius: 30px !important; */
  border-top: 0 !important;
  border-left : 0 !important;
  border-right: 0 !important;
}

#mainSegment{
    background-size: cover;
    background-image:url("../img/bgblue.png");
    background-position:fixed;
    background-attachment:fixed;
    min-height: 100vh;
    padding: 1em 0em;
}

#contentSegment{
    box-shadow: 0px 0px 150px #0277BD;
    border: none;
    border-radius: 0;
}
.plan-title{
    font-size: 25px;
    text-align: center;

}

.column {
    max-width: 1000px !important;
}

.feature{
    border: none !important;
    font-size: 20px;
    text-align: center;
}
.feature .regular-price{
    position: absolute;
    top: 5px;
    right: 49%;
}
.btn-plan{
    padding: 20px !important;
}
.plan{
    overflow: hidden;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.plan:hover{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 1;
}

@media screen and (min-width: 767px) {
    .principal{
        transform: scale(1.05);
    }
    .principal:hover {
        transform: scale(1.1);
        z-index: 1;
    }
}

.plan-ribbon{
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    background-color: #21ba45;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 55px;
    min-width: 200px;
    text-align: center;
    position: absolute;
    top: 0px;
    right: -45px;
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    transform: rotate(45deg);
    -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0 0.2);
    -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0 0.2);
    box-shadow: 1px 1px 8px rgba(0, 0, 0 0.2);
    z-index:1;
    line-height: 10px;
}

.plan-ribbon.red{
    background-color: #DB2828;
}
.plan-ribbon.green{
    background-color: #21BA45;
}
.plan-ribbon.yellow{
    background-color: #FBBD08;
}
.amount{
    font-size: 48px;
    line-height: 45px;
    font-weight: 600;
}
.regular-price{
    text-decoration: line-through;
    font-weight: 100;
    font-size: 16px;
    color: rgb(190, 190, 190);
}

.plan_old_price{
  font-size: 0.5em;
  font-weight: 300;
  opacity: 0.7;
  text-decoration: line-through;
}

.ui.white.button{
  background: white;
  color: black !important;
}

.ui.white.basic.button{
  background: white;
  box-shadow: 0px 0px 0px 1px white inset !important;
  color: white !important;
}

.ui.white.basic.button:hover{
  background: white;
  box-shadow: 0px 0px 0px 1px white inset !important;
  color: black !important;
}

#checkoutTotalMonitoredUsers{
  width:120px;
  margin-left: 10px;
}

#checkoutSubscriptionLength{
  font-size: 14px;
  font-weight: 500;
  margin-left: 10px;
}

#checkoutPaymentPreview td:last-child, #checkoutPaymentPreview th:last-child{
  text-align: right;
  font-weight: 600;
}

#checkoutPaymentPreview tfoot tr th, #checkoutPaymentPreview tfoot tr th:last-child{
  font-weight: 800;
  font-size: 20px;
}

.emphasized.segments{
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
  box-shadow: 0px 1px 15px 10px rgba(34, 36, 38, 0.15);
}

.emphasized.segments:hover{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.organization_size{
  border-top: 0px !important; 
  border-left: 0px !important; 
  border-right: 0px !important;
}