.fcom_mobile_onboarding_app{
}

.fcom_mobile_onboarding_app_card {
    margin: 40px auto 0;
    background-color: #f4f4f5;
    border: 1px solid rgb(229, 231, 235);
    background-image: linear-gradient(to bottom right, #f4f4f5, #f4f4f5 50%, #f4f4f5 50%, #f4f4f5);
    box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px #0000000d;
    border-radius: 8px;
}

.fcom_mobile_content_wrapper{
    background-color: white;
    padding: 10px;
    border-radius: 4px;
}
.fcom_mobile_license_status{
    border: 1px solid #ddd;
    border-radius: 4px;
}
.fcom_mobile_header_title {
    font-size: 20px;
    font-weight: 600;
}
.text-center {
    text-align: center;
}
.mt-0{
    margin-top: 0px;
}

.my-0{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.my-1{
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}
.my-2{
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}
.pb-0{
    padding-bottom: 0 !important;
}

.pb-2{
    padding-bottom: 0.5rem !important;
}

.pb-3{
    padding-bottom: 0.75rem !important;
}
.py-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.flex {
    display: flex;
    gap: 25px;
}

.column {
    flex: 1;
    padding: 15px;
    background-color: rgb(245, 248, 249);
    border-radius: 4px;
}
.mb-0{
    margin-bottom: 0 !important;
}
.mb-1 {
    margin-bottom: 0.25rem !important;
}
.border-bottom{
    border-bottom: 1px solid #E1E4EA
}

.tab {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 16px;
    overflow: hidden;
    padding-top: 12px;
    padding-bottom: 8px;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    background-color: inherit;
    /*float: right;*/
    border: none;
    outline: 1px solid #ccc;
    cursor: pointer;
    padding: 12px 16px;
    transition: 0.3s;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ED7D31;
    color: white;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ED7D31;
    color: white;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 12px;
    /*border: 1px solid #ccc;*/
    /*border-top: none;*/
}
.fcom_mobile_license_status .active {
    display: block;
}

#wpModal {
    display: none;
}
/* Background Overlay */
#wpModal.active {
    display: block;
    z-index: 9999;
}
/* Close Button */
#closeModalBtn {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 30px;
    cursor: pointer;
}
.font-16{
    font-size: 16px;
}
.font-14{
    font-size: 14px;
}
.font-12{
    font-size: 12px;
}