.pricecall-main-div {
    margin: 15px 0;
    position: relative;
}
.pricecall-input-field{
    margin: 8px;
}
.pricecall-input-field label {
    display: block;
    margin-bottom: 4px;
}
.pricecall-input-field input, .pricecall-input-field textarea {
    display: block;
    width: 100%;
    padding: 10px 15px;
    border-radius: 0px;
    border: 1px solid #000;
    box-shadow: none;
    font-size: 14px;
    outline: none;
}
.pricecall-primary-btn {
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    border: 1px solid #000;
    padding: 8px 15px;
    box-shadow: none;
    cursor: pointer;
}
.pricecall-secondary-btn {
    background-color: #fff;
    color: #000;
    text-transform: uppercase;
    border: 1px solid #000;
    font-size: 15px;
    padding: 8px 15px;
    box-shadow: none;
    cursor: pointer;
}
#pricecall-popupModal {
    position: fixed;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 25px;
    display: none;
    opacity: 0;
}
.pricecall-popup-details {
    max-width: 448px;
    margin: 50px auto;
    background-color: #FFF;
    color: #000;
    border-radius: 4px;
}
.interface-interface-skeleton__sidebar, .interface-interface-skeleton__header {
    z-index: 8 !important;
}
.pricecall-popup-head{
    display: flex; 
    justify-content: flex-start; 
    padding: 5px;
    border-bottom: 1px solid #e5e7eb;
}
.btnclose{
    color: #9CA3AF; 
    background: transparent; 
    font-size: 20px; 
    border: none; 
    border-radius: 9999px;
}
.btnclose:hover{
    color: #111827;
    background: #E5E7EB;
}
#pricecall-popup-cont{
    padding: 15px;
}
#pricecall-popup-footer > button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
#pricecall-popup-footer {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 8px;
    padding: 15px;
    border-top: 1px solid #e5e7eb;
}
#pricecall-form-title {
    font-size: 24px;
    font-weight: 600;
    padding: 0 10px;
}
#pricecall-error-msg {
    padding: 8px;
    margin-bottom: 15px;
    border: 1px solid #F8B4B4;
    color: #9B1C1C;
    background: #FDF2F2;
    display: none;
}
#pricecall-success-msg {
    padding: 8px;
    margin-bottom: 15px;
    border: 1px solid #84E1BC;
    color: #03543F;
    background: #F3FAF7;
    display: none;
}   
#pricecall-loader {
    border: 3px solid #f3f3f3; 
    border-top: 3px solid transparent; 
    border-radius: 62%;
    width: 15px;
    height: 15px;
    animation: spin 500ms linear infinite;
    margin: auto 35px;
    position: absolute;
    display: none;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.pricecall-btn:after {
    box-shadow: none;
}
.pricecall-btn:hover:after {
    box-shadow: none !important;
}
.pricecall-btn > svg {
    width: 25px;
    height: 25px;
    margin-right: 12px;
    flex-shrink: 0;
}