:host {
    padding: 0px;
}

.dropdown {
    padding-bottom: 5px;
    padding-top: 10px;
}

.dropdown-menu {
    border: 1px solid #CCC5B9;
    content: "";
    display: inline-block;
    position: absolute;
    top: -11px;
    font: inherit;
    padding: 10px;
    z-index: 1051;
}

.title-li {
    color: rgb(226, 0, 116);
    padding-bottom: 11px;
}

.footer-li {
    color: rgb(226, 0, 116);
    padding-top: 11px;
}

/** finance type section */

.btn.finance-type-label {
    width: 33%;
}

.align-items-end {
    width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: flex-end;
    -webkit-align-items: flex-end;
}

.app-modal-footer .btn-default {
    background-color: #e20074;
    color: #fff;
}

.disableHyperlink {
    color: rgb(90, 90, 90);
}

.suggestions {
    border-left: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
    background: #F0F0F0;
    position: absolute;
    z-index: 2;
    width: calc(100% - 16px);
}

.suggestions-item {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding-left: 18px;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #66615b;
}

.suggestions-item:hover {
    background: #fff;
    color: #e20074;
}

.shape {
    margin-top: -10px;
}

div.dropdown{
    padding: 0px;
}

.custom-height{
    cursor: default;
}

.custom-height div{
    padding: 11px; 
    height: 100%;
}

.homeInternetToolTip {
    display:inline-block;
    position:relative;
    font-weight: bold;
    font-style: normal;
    line-height: normal;
    text-decoration: none;
    font-size: 14px;
    font-family: "Arial";
    color: #fff;
    background-color: #CF2E73;
    border-color: #CF2E73;
    border-radius: 15px;
    border-width: 1px;
    border-style: solid;
    padding-top: 3px;
    padding-right: 10px;
    padding-bottom: 3px;
    padding-left: 10px;
}

.homeInternetToolTip .tooltiptext {
    min-width:200px; 
    top:-20px;
    left:50%;
    transform:translate(-50%, -100%);
    padding:10px 20px;
    color:#000000;
    background-color:#FFFFFF;
    border-radius:3px;
    position:absolute;
    z-index:1061;
    box-sizing:border-box;
    border:1px solid #CF2E73;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
    display:none;
    font-size: 12px;
    text-align: center;
    font-weight: normal;
}

.homeInternetToolTip .tooltiptext p{
    font-size: 12px;
    font-weight: normal;
    margin: 0;
}

.homeInternetToolTip:hover .tooltiptext {
    display:block;
}

.homeInternetToolTip .tooltiptext i {
    position:absolute;
    top:100%;
    left:50%;
    margin-left:-12px;
    width:24px;
    height:12px;
    overflow:hidden;
}

.homeInternetToolTip .tooltiptext i::after {
    content:'';
    position:absolute;
    width:12px;
    height:12px;
    left:50%;
    transform:translate(-50%,-50%) rotate(45deg);
    background-color:#FFFFFF;
    border:1px solid #CF2E73;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
}
.shape_circle {
    height: 30px;
    left: -1px;
    position: absolute;
    color: #fff;
    padding-top: 7px;
    border-radius: 50%;
    width: 30px;
    top: -6px;
    background: #e20074;
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.shape-text-circle {
    font-size: 11px;
}

.heading_font {
    font-size: 90%;
}

.features {
    margin-top: 5px;
    margin-bottom: 5px;
}
.sku_heading_font {
    font-size: 13px;
}
