.large-icon {
    font-size: 25px;
}

.dmarc-info {
    word-break: break-all;
}

.invalid-ip-6, .invalid-ip-4 {
    color: #FF0000;
}

.invalid-color-only {
    color: #fd397a !important;
}
.valid-color-only {
    color: #0abb87 !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance:textfield;
}

.policy-percentage-row {
    display: none;
}

p.bimi-success-message{
    margin-top: 25px;
}

.bimi-upload-image-submit{
    margin-top: 30px;
}

.bimi-logo-holder{
    width: 100%;
    min-height: 320px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    background-image: url("../../media/bg/gmail-bimi-logo.png");
}

.bimi-logo-container-one {
    position: absolute;
    height: auto;
    width: 10%;
    top: 43%;
    left: 37.5%;
    max-height: 100px;
}

.bimi-image {
    width: 35%;
}

/*.bimi-logo-container-two {*/
/*    position: absolute;*/
/*    height: auto;*/
/*    width: 10%;*/
/*    top: 51%;*/
/*    left: 37.5%;*/
/*    max-height: 100px;*/
/*}*/

.mta-sts-records-wrapper table ,
.bimi-success-wrapper table {
    width: 100%;
    text-align: center;
}

.mta-sts-records-wrapper table thead,
.bimi-success-wrapper table thead{
    background-color: #fff;
    color: #1d1d2d;
    font-weight: 700;
    font-size: 14px;
    border-bottom: 1px solid #EBEDF2;
    height: 28px;
}

.bimi-success-wrapper table thead td {
    padding: 10px;
}

.bimi-table-host-column, .bimi-table-value-column {
    border-left: none !important;
}

.res-table-rows {
    display: flex;
    padding: 15px;
    /*margin-top: 20px;*/
}

.res-table-rows input {
    margin-bottom: 0 !important;
}

.bimi-success-wrapper table td span {
    font-size: 13px;
    color: #595D6E;
}

.mta-sts-records-wrapper table td,
.bimi-success-wrapper table td{
    padding: 0 10px;
}

.bimi-success-wrapper table tbody td {
    padding: 5px 10px;
}

.mta-sts-records-wrapper table tbody,
.bimi-success-wrapper table tbody,
.mta-sts-records-wrapper table tbody tr,
.bimi-success-wrapper table tbody tr{
    background-color: white;
}

.bimi-success-wrapper table input{
    margin-bottom: 10px;
}

#bimi_generator_wrapper h3{
    margin-top: 50px;
}

.mta-sts-records-wrapper .bimi-success-message,
.bimi-success-wrapper .bimi-success-message{
    margin-bottom: 10px;
}

.bimi-success-wrapper{
    margin-top: 30px;
}

button.validate-mta-sts{
    margin-top: 30px;
}

.new-logo {
    width: 80px;
}

/*  V2 implementation */
.record-result {
    word-break: break-all;
    padding: 20px;
    margin: 10px 0 5px;
    border-radius: 4px;
}

.success-border {
    border: 1px solid #0ABB87;
}

.invalid-border {
    border: 1px solid #E53935;
}

.error-bullet {
    padding: 0px 10px !important;
    margin-bottom: 0px;
}

td ul {
    list-style-type : disc;
}