td {
    vertical-align: middle!important;
}

.gclid-textarea {
    resize: none;
    width: 100%;
    border: 1px dashed gray;
}

/* Alert custom styling */
.alert-xs {
    border: none;
    padding: 8px 10px;
}

/* Margin bottom presets */
.mb-3 {
    margin-bottom: 3px;
}
.mb-5 {
    margin-bottom: 5px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-20 {
    margin-bottom: 20px;
}

/* Loader styles */
#loading-container {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100vw;
    height: 100vh;
    background-color: #ffffff;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.75;
}
.loading-small img {
    width: 10vw;
}

/* More information on conversion popup */
#more-information-conversion-container {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff80;
}
#more-information-popup {
    background-color: #ffffff;
    width: 70vw;
    height: auto;
    padding: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}