/*
 * Copyright (c) 2022 OCLC, Inc. All Rights Reserved.
 *
 * OCLC proprietary information: the enclosed materials contain proprietary information of OCLC Online Computer
 * Library Center, Inc. and shall not be disclosed in whole or in any part to any third party or used by any person
 * for any purpose, without written consent of OCLC, Inc.  Duplication of any portion of these materials shall include
 * this notice.
 */

 .smcx-modal {
    width: 360px !important;
    height: 180px !important;
    right: 12px !important;
    bottom: 16px !important;
    top: unset !important;
    left: unset !important;
    background: #236192 !important;
    box-shadow: 0px 3px 3px -2px rgb(0 0 0 / 20%), 0px 3px 4px 0px rgb(0 0 0 / 14%), 0px 1px 8px 0px rgb(0 0 0 / 12%) !important;
}
.smcx-modal-content {
    height: 180px !important;
    border-radius: 6px !important;
    padding : 8px !important;
}
.smcx-modal-invitation > .smcx-modal-content{
    margin: 4px 0 0 0 !important;
    border: 1px #e2e2e2 !important;
    border-style: none solid solid !important;
}
.smcx-modal-close{
    display:none !important;
}
.smcx-modal-h1{
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 32px !important;
    color:#2b3545 !important;
    margin:8px 16px !important;
    text-align: left !important;
}
.smcx-modal-p{
    color:#49515f !important;
    font-size: 16px !important;
    line-height: 24px !important;
    text-align: left !important;
    margin: 8px 16px !important;
}
.smcx-btn.smcx-btn-secondary{
    background: #FFF !important;
    color: #1074C3 !important;
    border: 1px solid rgba(16, 116, 195, 0.5) !important;
    Padding: 8px 16px !important;
    font-weight : 700 !important;
    border-radius: 6px !important;
}
.smcx-btn.smcx-btn-secondary:hover {
    border: 1px solid #1074C3 !important;
    background: rgba(16, 116, 195, 0.04) !important;
}

.smcx-btn.smcx-btn-primary{
    background: #1074C3 !important;
    color: #fff !important;
    border: 1px solid rgba(16, 116, 195, 0.5) !important;
    Padding: 8px 16px !important;
    font-weight : 700 !important;
    border-radius: 6px !important;
}
.smcx-btn.smcx-btn-primary:hover {
    background: rgb(11, 81, 136) !important;
}
.smcx-modal-actions {
    position: relative !important;
    bottom: 4px !important;
    width: 90% !important;
    margin: 24px 16px 0 !important;
    padding: 0 !important;
}

@media (max-width: 480px) {
    .smcx-modal {
        width: 98% !important;
        max-width: 500px !important;
    }
}

@media (max-width: 300px) {
    .smcx-modal {
        height: 236px !important;
    }
    .smcx-modal-content {
        height: 234px !important;
    }
}
