/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 14, 2020, 5:21:48 PM
    Author     : AD1
*/

.loader {
    height: 25px;
    padding: 0;
    width: 25px;
    position: absolute;
    top: 12px;
    right: 20px;
}
.loader::before {
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;

    border-color: rgba(255, 255, 255, 0.9) rgba(255, 255, 255, 0.9) rgba(255, 255, 255, 0.9) #000;
    border-radius: 50%;
    border-style: solid;
    border-width: 3px;
    content: "";
    display: block;
    height: 20px;
    width: 20px;
}
.loader-position{
    position: relative;
}
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.errorMessage {
    color: red !important;
    font-size: 14px;
}
.actionMessage {
    color: green;
    font-size: 14px;
}

modal-dialog-city .text-black-50 {
    color: rgba(0,0,0,.5) !important;
}
modal-dialog-city small, .small {
    font-size: .875em;
}
.display-none{
    display: none;
}
.modal-dialog-pickup{max-width:900px;}
.modal-dialog-finalweight{max-width:1100px;}
.profile-pic img{
   height: 100px;
   width: 100px;
}
.icon-view{ border:none; padding:17px; background-position:-38px -84px; background-color:#FFF; margin-bottom: 2px;}
.card-add-item{border-color:#a1a1a1;border-radius:0.4375rem;font-size: 0.875rem;color:#363636;flex:1 auto;margin-bottom:1.875rem; margin: 0px !important}

.my-account .user-avatar-img img{width:152px;height:152px;}

.m-l-20{
   margin-left: 20px; 
}
.faq-question{
    font-size: 14px;font-weight: bold;
}
.terms h4{font-size:1.225rem;font-weight:700;}
.terms p{font-size:0.875rem;color:#2d2d2d;margin-left: 20px;text-align: justify}
.terms p:not(:last-child){margin-bottom:1.2rem;}

.progress{
    background: url(../images/indicator.gif) no-repeat right !important;
}
