﻿/*********** 

    Additional CSS For Layout PGA Sompo

************/


.card-border, .alert-border {
    border: 2px solid #EBEDF3 !important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 1px 3px !important;
    /*box-shadow: 5px 5px #6ec083 !important;*/
}

a:active {
    color: #fff;
}

/* 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;
}

.card {
    border-radius: 2rem !important;
}


