.hide {
    display: none !important;
}
strong{font-weight: bold;}
.result_tienich {
    padding: 15px;
    background: #8fc74a0f;
    margin-top: 15px;
}

.content_home_page {
    float: left;
    width: 100%;
    padding: 30px 0;
}

main#main {
    /* background: white; */
}
.frm_tienich_input_gr.d-flex {
    grid-gap: 10px;
}
.frm_tienich_gr {
    float: left;
    width: 100%;
    margin: auto;
}

.frm_tienich {
    width: 800px;
    max-width: 100%;
    margin: auto;
    background: white;
    padding: 30px;
    position: relative;
}

input#btnSubmit_vat {
    margin: auto;
}
.g-5 {
    grid-gap: 5px !important;
}
.j-c {
    align-items: center;
    justify-content: center;
}
.frm_tienich input, .frm_tienich select {
    font-size: 15px;
}
div#frm_tienich_tinhphantram {
    width: 100%;
    background: none;
    padding: 0;
}

.tooltip_hover {
    display: none;
}

.tooltip_cus {
    background: #74b830;
    width: 25px;
    height: 25px;
    color: white;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all ease 300ms;
    position: relative;
}

.tooltip_cus:hover {
    background: #58a50b;
    color: white;
}

.tooltip_cus:hover .tooltip_hover{
    display: block;
    position: absolute;
    background: white;
    color: black;
    z-index: 1;
    top: 25px;
    right: 0;
    border: 1px solid #0000000d;
    padding: 10px;
    box-shadow: 0 0 10px #020b1578;
}

.tooltip_hover {
    display: none;
    width: max-content;
    text-align: left;
}

span.tooltip_hover_dinamic {
    float: left;
    width: 100%;
}
.tooltip_hover span {
    display: block;
}

code {
    color: black;
    font-size: 14px;
    padding: 10px;
    float: left;
    width: 100%;
}
.d-grid {
    display: grid;
    grid-gap: 30px;
    position: relative;
}

.grid-3 {
    grid-template-columns: repeat(3,1fr);
}
.grid-4 {
    grid-template-columns: repeat(4,1fr);
}
.space-between {
    justify-content: space-between;
}

.frm_tienich input[type=text], .frm_tienich input[type=number],.frm_tienich select {
    color: #5c5555;
    font-weight: normal;
}
.tooltip_hover span:first-child {
    margin-bottom: 10px;
    color: #74b834;
}
.grid-1-1 {
    grid-template-columns: 50% 50%;
    grid-gap: 5px;
}
.grid-1-1\.5 {
    grid-template-columns: 1fr 1.5fr;
}
label.large_pt {
    font-size: 30px;
    padding-right: 10px;
}
.frm_tienich_input_gr_ct {
    background: #f5f5f5;
    padding: 10px;
    margin-bottom: 20px;
    box-shadow: 0 0 10px #00000059;
    border-radius: 5px;
}
div#frm_tienich_tinhphantram .frm_tienich_input_gr_ct{
    background: whitesmoke;
    box-shadow: 0 2px 10px #00000070;
}
span.time_ping {
    background: #0000001a;
    float: left;
    width: 100%;
    margin-bottom: 5px;
    padding: 10px;
}
.time_ping_gr {
    background: #ff000069 !important;
}
.frm_tienich input:disabled {
    background: #0d0f0b38;
    cursor: none;
}
div#qrcode {
    text-align: center;
    margin: 15px 0;
}
.copy_url {
    float: right;
    background: #8fc74a;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
    color: white;
    font-weight: normal;
    text-transform: uppercase;
    cursor: pointer;
}
.copy_url:hover,.copy_url.actived {
    background: #bf0a0a;
}
input#url_rs {
    background: none;
    border: none;
    width: 100%;
    margin: auto;
}
.result_div {
    background: rgba(143, 199, 74, 0.3);
    margin: 10px 0;
    padding: 10px;
}
div#convertcase_rs {
    height: auto;
    width: 100%;
    overflow-y: auto;
    max-height: 150px;
}
ul.list_link_by_keyword {
    list-style: none;
}

ul.list_link_by_keyword li {
    background: #d6e7c1;
    margin: 5px 0;
    padding: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
}

ul.list_link_by_keyword li:first-child {
    background: #8fc74a;
}

ul.list_link_by_keyword li:nth-child(2) {
    background: #8fc74ad4;
}

ul.list_link_by_keyword li:nth-child(3) {
    background: #a0ce67c2;
}
.frm_tienich button[name=btnSubmit] {
    color: white;
}
.table-rs-infor-tienich td {
    padding: 10px;
    color:black;
}
.table-rs-infor-tienich tbody tr:nth-of-type(odd) {
    background: #b1b2b4;
}
div#frm_tienich_responsive-mockup {
}
ul.list-tool-related {
    list-style: none;
    margin-bottom: 0;
}
.frm_tienich_input_gr label {
    /* font-size: 17px; */
}
span.ad-preview-icon {
    font-weight: bold;
}
div#ggad_rs .ad-preview-ct > div {
    margin-bottom: 10px;
}
.ad-preview-title {
    color: #1558d6;
}
div#ggad_rs {
    border: solid #dadce0;
    border-width: 70px 20px;
    border-radius: 15%/10%;
    width: 100%;
    height: 73%;
    max-height: 100%;
    margin: auto;
    overflow-y: auto;
    padding: 10px;
}

.ad-preview-ct {
    font-size: 14px;
    background-color: #fff;
    margin-bottom: 10px;
    box-shadow: 0 1px 6px rgb(32 33 36 / 28%);
    border-radius: 8px;
    padding: 10px;
}

.ggad-group {
    justify-content: center;
}

button.ggad-group-btn {
    margin: 15px auto !important;
    display: flex;
    justify-content: center;
}
.frm_tienich_input_gr_lg1 {
    background: whitesmoke;
    padding: 15px;
    margin-bottom: 15px;
}

.frm_tienich_input_gr_lg1 .frm_tienich_input_gr:last-child input {
    margin: auto;
}
::-webkit-scrollbar{width:5px}
::-webkit-scrollbar-track{background:#f1f1f1}
::-webkit-scrollbar-thumb{background:rgb(188 191 195)}
::-webkit-scrollbar-thumb:hover{background:rgb(188 191 195)}
.tool-related-fullwidth > div {
    width: 100%;
}

@media only screen and (max-width: 860px) {
    .d-grid {
        display: block !important;
    }
    .frm_tienich {
        padding: 15px !important;
    }
}
.frm_tienich_input_sm {
    font-family: arial,verdana, helvetica, sans-serif;
}
.frm_tienich_input_sm label {
    font-family: 'Elle Futura';
}
.tooltip_cus i {
    font-family: arial,verdana, helvetica, sans-serif;
    font-style: normal;
}
