﻿/*
    extra helper css
*/
.div-waiting {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
}

.invalid {
    border: 1px solid red;
}

.ins-table-tab {
    display: none;
}
.ins-table-tab.show{
    display:block;
}

.ins-table-tab .nav-link {
    width:100%;
}

.bg-transparent{
    background-color:transparent;
}

iframe{
    width:100%;
    height:100%;
}

.summary-card {
    height: 100%;
    overflow: hidden;
    transition: height 0.3s ease;
}
.summary-card.short-height{
    height:100px;
}


.btn-command {
    width: 100%;
    height: 60px;
    border: 2px solid white;
    background: transparent;
    border-radius: 50px;
    display: flex;
    align-items:center;
    gap:10px;
}
.btn-command img{
    height:50px;
}
.btn-command span{
    color: #fff;
    font-weight:bold;
}


.ins-row.active {
    border: 2px #0d6efd solid;
}

.star-button {
    background: #D082FF;
    border-radius: 50%;
    border:0;
    position: fixed;
    bottom:15px;
    right: 5px;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content:center;
    padding:10px;
    color:#fff;
    flex-direction:column;
    line-height:1;
    text-align:center;
}


