.always-hiden {
    display: none;
}

.box-shadow {
    -webkit-box-shadow: -1px 4px 6px -6px rgba(45, 47, 48, 1);
    -moz-box-shadow: -1px 4px 6px -6px rgba(45, 47, 48, 1);
    box-shadow: -1px 4px 6px -6px rgba(45, 47, 48, 1);
}

.included-box {
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 5px;
    padding: 10px;
    text-align: center;
}

.included-box h5 {
    color: #350690;
    margin-top: 8px;
    font-weight: bold;
    font-size: 20px;
}

.included-box p {
    text-align: left;
    color: #999999;
}

.review-col img,
.name-n-text {
    float: left;
}

.review-col .name-n-text {
    margin: 20px;
    line-height: 5px;
}

.review-col .reviwer-name {
    font-weight: bold;
    color: #434343;
}

.review-col .reviewer-text {
    color: #999999;
}

.fa-checked {
    color: orange;
}

.reviw-time {
    color: #999999;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: 15px;
}

.w-col-3 {
    width: 25%;
    float: left;
}

.w-col-6 {
    width: 50%;
    float: left;
}

.w-col-9 {
    width: 75%;
    float: left;
}

.selected {
    background-color: #dddddd !important;
    pointer-events: none;
}

.default-total {
    color: #3B3A90;
    font-weight: bold;
}

.w-row {
    width: 100% !important;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.table {
    font-size: 12px;
    text-align: center;
}

.table input {
    width: 100%;
    border: 0.5px dotted #350690;
    color: #350690;
    text-align: center;
}

.user-default-info {
    cursor: pointer;
    font-weight: bold;
    text-decoration: underline;
    color: #3B3A90;
}

.file-upload::-webkit-file-upload-button {
    visibility: hidden;
}

.file-upload::before {
    content: 'upload';
    display: inline-block;
    background: linear-gradient(top, #f9f9f9, #e3e3e3);
    border: 1px solid #999;
    border-radius: 3px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
    font-size: 10pt;
}

.file-upload:hover::before {
    border-color: black;
}

.file-upload:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}


/* test /*
/* custom file upload  */

.file-element {
    display: inline-flex;
    align-items: center;
}

i.fa-arrow-up {
    margin: 4px;
    cursor: pointer;
    font-size: 15px;
}

i:hover {
    opacity: 0.6;
}

.file-input {
    display: none;
}

.fixed-bottom-over-all {
    bottom: 0;
    position: fixed;
    z-index: 3000;
}

.fixed-top-over-all {
    top: 80px;
    position: fixed;
    z-index: 3000;
}

.w-100 {
    width: 100% !important;
}

.color-violet {
    color: #3B3A90;
}

.color-gray-like {
    color: #707070;
}

.a-shape-border {
    border-top: 1px solid rgba(153, 153, 153, 0.4);
    border-left: 1px solid rgba(153, 153, 153, 0.4);
    border-right: 1px solid rgba(153, 153, 153, 0.4);
}

.border-thin {
    border: 1px solid rgba(153, 153, 153, 0.4);
}

.input-cart-mobile {
    overflow: hidden !important;
    border: 1px solid rgba(63, 121, 197, 0.125);
    border-radius: 10px !important;
    background-color: #F4F1FC;
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.input-cart-mobile button {
    width: 10px !important;
    height: 25px !important;
    background-color: none !important;
    outline: none !important;
    background: none !important;
    border: none !important;
}

.input-cart-mobile input {
    width: 18px !important;
    height: 25px !important;
}

.show-on-map {
    font-size: 10px !important;
}

.text-limit-25 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 24ch;
}

.head-row {
    background-color: #f5f6fa;
    padding: 10px !important;
    text-align: center;
    font-size: 12px;
}

.head-btn-row {
    background-color: #f5f6fa;
    font-size: 12px;
}

.data-row {
    text-align: center;
    font-size: 12px;
}

.data-row input {
    width: 70px !important;
    text-align: center;
    font-size: 12px;
}

.data-row span {
    font-size: 10px !important;
}

.fluid-title-bg {
    width: 100%;
    background-color: #3B3A90;
    color: white;
    padding: 10px;
}

.nth-info {
    color: #3B3A90;
    font-size: 20px !important;
}

.underlined-btn {
    color: #3B3A90;
    text-decoration: underline;
    cursor: pointer;
}

.no-click {
    background-color: #dddddd !important;
    pointer-events: none !important;
}

.default-btn {
    background-color: #350690;
    border-radius: 5px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white !important;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

.color-white i {
    color: white !important;
}