:root {
    --mx-color-gray: #EFF2F9;
    --mx-color-wite: #FFFFFF;
    --mx-color-black: #091A24;
    --mx-color-greys: #CCD0D4;
    --mx-color-dark: #787777;
    --mx-color-blue: #0376DA;
    --mx-color-light-grey: #F5F5F5;
    --mx-color-dark-gray: #727272;
    --mx-color-light: #E9F5FC;
    --poppins-font: 'Poppins', sans-serif;
    --raleway-font: 'Raleway', sans-serif;
}

* {
    box-sizing: border-box;
}

@font-face {
    font-family: 'Poppins';
    src: url(/assets/fonts/Poppins.ttf) format("truetype");
}

@font-face {
    font-family: 'Raleway';
    src: url(/assets/fonts/Raleway.ttf) format("truetype");
}


img {
    height: auto;
    max-width: 100%;
}

.media-sidebar {
    font-family: var(--poppins-font);
}

/* wpfpf settings banner statrt */
.wpfpf-settings-banner {
    background-color: #091A24;
    display: flex;
    flex-direction: row;
    padding: 30px 40px;
    margin: 30px 0;
    width: 98%;
}

#wpbody-content {
    margin-top: 25px;
}

.wpfpf-logo-title-content {
    width: 70%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.wpfpf-banner-title h1 {
    font-size: 42px;
    line-height: 50px;
    font-weight: 700;
    color: #FFFFFF;
    padding-left: 20px;
    padding-right: 20px;
    text-align: start;
    font-family: var(--raleway-font);
}

.wpfpf-review-content {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.wpfpf-logo-title-content .logo img {
    width: 100%;
    max-width: 90px;
    height: 100%;
    object-fit: fill;
}

.wpfpf-review-content h2 {
    font-size: 20px;
    line-height: 23px;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0;
    padding-bottom: 10px;
    font-family: var(--raleway-font);
}

.wpfpf-review-content p {
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0;
    padding-bottom: 10px;
    font-family: var(--raleway-font);
}

.wpfpf-review-content p a {
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
    color: #0376DA;
    font-family: var(--raleway-font);
}

.wpfpf-review-img {
    max-width: 150px;
}


/* wpfpf settings banner end */

.wpfpf-settings-content-area .wpfpf-tabs {
    display: none;
}

.wpfpf-plugin-settings-wrapper {
    box-shadow: 0px 0px 10px 0px #0000001F;
    border: 1px solid var(--mx-color-greys);
    margin-right: 30px;
}

.wpfpf-settings-footer {
    background-color: var(--mx-color-wite);
    padding: 20px 30px;
    text-align: right;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.wpfpf-settings-area {
    display: flex;
    align-items: stretch;
    flex-direction: row;
    height: 660px;
}

.wpfpf-settings-nav-area {
    width: 20%;
    background-color: var(--mx-color-wite);
    border-right: 1px solid var(--mx-color-greys);
}

.wpfpf-settings-content-area {
    width: 80%;
    background-color: var(--mx-color-gray);
    position: relative;
    padding-bottom: 85px;
}


.wpfpf-content-nav-area {
    position: sticky;
    top: 32px;
    max-width: 100%;
}

.wpfpf-settings-brand a {
    display: block;
    padding: 8px 15px;
    text-align: center;
    border-bottom: 1px solid #dbcfcfdd;
}

.wpfpf-settings-brand img {
    max-height: 60px;
}

.wpfpf-settings-content-header {
    background-color: var(--mx-color-wite);
    padding: 15px 30px;
    position: sticky;
    top: 32px;
    z-index: 5;
}

.wpfpf-settings-content-header h2 {
    margin: 0;
    font-family: var(--poppins-font);
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    column-gap: 15px;
    font-family: var(--poppins-font);
}

.wpfpf-settings-content-header h2 .wpfpf-cheading-icon {
    display: flex;
    width: 50px;
    height: 50px;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    background-color: var(--mx-color-light);
}


.wpfpf-settings-content {
    margin: 30px;
    background-color: var(--mx-color-wite);
    padding: 25px;
    max-height: 520px;
    overflow-y: auto;
    overflow-x: hidden;
    /* overflow: scroll; */
}

#settings .wpfpf-settings-content{
    max-height: 440px;
}

#wpfpf-plugin-settings-wrapper ::-webkit-scrollbar {
    width: 5px;
}

#wpfpf-plugin-settings-wrapper ::-webkit-scrollbar-thumb {
    background-color: var(--mx-color-dark);
    border-radius: 10px;
}


.wpfpf-settings-nav-area .wpfpf-nav-item {
    display: flex;
    align-items: center;
    column-gap: 15px;
}

.wpfpf-settings-nav-area .wpfpf-nav-title h4 {
    font-family: var(--poppins-font);
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    color: var(--mx-color-black);
    margin: 0;
}

.wpfpf-settings-nav-area .wpfpf-nav-title p {
    font-family: var(--poppins-font);
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: var(--mx-color-dark-gray);
    margin: 0;
    padding-top: 4px;
}

.wpfpf-nav-wrapper {
    margin: 0;
}

.wpfpf-settings-nav-area .wpfpf-nav-wrapper li {
    margin: 0;
}

.wpfpf-settings-nav-area .wpfpf-nav-wrapper li a {
    text-decoration: none;
    padding: 20px;
    display: block;
}

.wpfpf-settings-nav-area .wpfpf-nav-wrapper li.active {
    background-color: var(--mx-color-light);
    border-right: 3px solid var(--mx-color-blue);
}

.wpfpf-settings-nav-area .wpfpf-nav-wrapper li.active img {
    filter: invert(8) sepia(1) saturate(5) hue-rotate(175deg);
}

.wpfpf-settings-nav-area .wpfpf-nav-wrapper li.active h4 {
    color: var(--mx-color-blue);
}

.wpfpf-btn,
.btn-generate-report,
.btn-primary {
    font-size: 16px;
    border: 0;
    min-width: 160px;
    margin: auto;
    border-radius: 5px;
    background-color: var(--mx-color-blue);
    color: var(--mx-color-wite);
    font-family: var(--poppins-font);
    font-weight: 500;
    padding: 10px 15px;
    cursor: pointer;
    border: 1px solid var(--mx-color-blue);
    transition: all 0.4s ease-in-out;
}

.wpfpf-btn:hover {
    background-color: #000;
}

.wpfpf-settings-footer .wpfpf-btn:hover,
.btn-generate-report:hover,
.btn-primary:hover {
    background-color: var(--mx-color-light);
    color: var(--mx-color-blue);
}

.wpfpf-settings-content-header .wpfpf-cheading-icon img {
    filter: invert(8) sepia(1) saturate(5) hue-rotate(175deg);
}

.wpfpf-tabs.active {
    display: block;
}

.wpfpf-nav-wrapper li.active {
    color: var(--mx-color-blue);
    background-color: var(--mx-color-light);
    border-right: 3px solid var(--mx-color-blue);
}

#wpfpf-plugin-settings-wrapper a:focus {
    outline: none;
    box-shadow: none;
}

/* flagged-phone-field start */


.wpfpf-settings-wrapper input[type="text"],
.wpfpf-settings-wrapper select{
    max-width: 640px;
    width: 100%;
    margin-bottom: 25px;
    background-color: #f6f7f7;
    font-size: 16px;
    line-height: 24px;
}

.wpfpf-data-section{
    display: flex;
    flex-direction: column;
}

.wpfpf-data-section .country-wrapper .select2 {
    width: 100% !important;
}
.wpfpf-data-section .country-wrapper .select2 .select2-selection:not(.select2-selection--multiple) button { 
    margin-right: 0;
}

.wpfpf-data-section .country-wrapper .select2 .select2-selection {
    border-radius: 6px;
    border: 1px solid #ccd0d4;
    height: auto;
    width: 100%;
    z-index: 1;
    padding: 6px !important;
}

.wpfpf-data-section .country-wrapper .select2 .select2-selection .select2-selection__rendered {
    gap: 10px;
}

.wpfpf-data-section .country-wrapper .select2 .select2-selection:not(.select2-selection--multiple) button.select2-selection__clear {
    margin-right: 0;
    margin-top: 0;
}

.wpfpf-data-section .country-wrapper .select2 .select2-selection .select2-selection__rendered li{
    height: 32px;
    align-items: center;
    margin: 0;
    background: #f0f2f9;
    border-color: #ccd0d4;
    color: #000;
    border-radius: 6px;
}

.wpfpf-data-section .country-wrapper .select2 .select2-selection .select2-selection__rendered li button.select2-selection__choice__remove {
    height: 100%;
    border-color: #ccd0d4;
    color: #727272;
    font-size: 18px;
    font-weight: 400;
}

.wpfpf-data-section .country-wrapper .select2 .select2-selection .select2-selection__rendered li .select2-selection__choice__display {
    padding-left: 8px;
}

.wpfpf-data-section .country-wrapper .select2 .select2-selection .select2-selection__rendered li .select2-selection__choice__display span, .wpfpf-data-section .country-wrapper .select2 .select2-selection.select2-selection--single .select2-selection__rendered span {
    font-size: 16px;
    color: #727272;
    line-height: 32px;
}

.wpfpf-data-section .country-wrapper .select2 .select2-selection .select2-selection__rendered li .select2-selection__choice__display span span, .wpfpf-data-section .country-wrapper .select2 .select2-selection.select2-selection--single .select2-selection__rendered span span {
    font-size: 22px !important;
}

.wpfpf-data-section .country-wrapper .select2 .select2-selection button.select2-selection__clear {
    border-color: #ccd0d4;
    color: #727272;
    font-size: 22px;
    font-weight: 400;
    height: auto;
    margin: 0;
    line-height: 22px;
    margin-right: 7px;
    margin-top: 2px;
}

.wpfpf-data-section .country-wrapper .select2 .select2-selection.select2-selection--single .select2-selection__rendered span {

}

.wpfpf-data-section .country-wrapper .select2 .select2-selection.select2-selection--single .select2-selection__arrow {
    height: 32px;
    top: unset;
}

.wpfpf-data-section .country-wrapper .select2 .select2-selection.select2-selection--single .select2-selection__arrow b {
    border-width: 6px 6px 0 6px;
    margin-left: -10px;
}

.wpfpf-data-section .country-wrapper .select2 .select2-selection span.select2-search textarea {
    font-size: 16px;
    color: #727272;
    margin: 0;
    padding: 0 0;
    line-height: 32px;
    height: 32px;
}

span.select2-container.select2-container--default span.select2-dropdown {
    border-color: #ccd0d4;
}

span.select2-container.select2-container--default span.select2-dropdown input.select2-search__field {
    border-color: #ccd0d4;
}

span.select2-container.select2-container--default span.select2-dropdown span.select2-search {
    border-bottom: 1px solid #ccd0d4;
}

span.select2-container.select2-container--default span.select2-dropdown .select2-results ul.select2-results__options li.select2-results__option {
    background: #fff;
    font-size: 16px;
    color: #727272;
    line-height: 32px;
    border-bottom: 1px solid #ccd0d4;
    margin: 0;
    padding: 6px;
}

span.select2-container.select2-container--default span.select2-dropdown .select2-results ul.select2-results__options li.select2-results__option span span {
    font-size: 22px !important;
}

span.select2-container.select2-container--default span.select2-dropdown .select2-results ul.select2-results__options li.select2-results__option.select2-results__option--selected, span.select2-container.select2-container--default span.select2-dropdown .select2-results ul.select2-results__options li.select2-results__option.select2-results__option--selected.select2-results__option--highlighted {
    background: #e9f5fc;
    color: #0476da;
}

span.select2-container.select2-container--default span.select2-dropdown .select2-results ul.select2-results__options li.select2-results__option.select2-results__option--highlighted {
    background: #f0f2f9;
}

.wpfpf-settings-wrapper label{
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 5px;
    font-weight: 400;
    color: #091a24;
}


.disable-international div,
.enable-auto-country div{
    margin-top: 5px;
}

.wpfpf-settings-wrapper .enable-auto-country div label, 
.wpfpf-settings-wrapper .disable-international div label {
    font-size: 16px;
    font-weight: 400;
    color: #727272;
    margin-right: 10px;
}

.radio-first-section{
    display: flex;
    flex-direction: row;
    align-items: center;
    
    p{
        margin: 0;
    }
}

.radio-button{
    margin-left: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
}

.radio-text-section{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;

    span{
        font-size: 16px;
        line-height: 24px;
    }
}
.radio-title{
    font-size: 16px;
    line-height: 24px;
}

.big-text-area{
    margin: 0 0 20px 0;
    color: #8d8282;
    max-width: 640px;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
}

/* flagged-phone-field end */

.custom-control-input {
    opacity: 0;
}

.custom-control-label {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--poppins-font);
    padding-top: 3px;
}

.custom-control-label::before,
.custom-control-label::after {
    content: '';
    position: absolute;
    display: block;
    transition: all 0.2s linear;
}

.custom-control-label::before {
    left: -38px;
    width: 30px;
    pointer-events: all;
    border-radius: 18px;
    top: 3px;
    background-color: var(--mx-color-wite);
    border: 1px solid #adb5bd;
    height: 16px;

}

.custom-control-label::after {
    width: 12px;
    height: 12px;
    background-color: #adb5bd;
    border-radius: .5rem;
    top: 6px;
    left: -34px;
}

.custom-control-input:checked~.custom-control-label::before {
    color: var(--mx-color-wite);
    border-color: rgba(38, 169, 224, 1);
    background-color: rgba(38, 169, 224, 1);
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: var(--mx-color-wite);
    -webkit-transform: translateX(.75rem);
    transform: translateX(.75rem);
}

.user-role-wrapper,
#php_config .wpfpf-settings-footer {
    display: none;
}


.notice-success-wrapper,
.notice-error-wrapper {
    border-radius: 5px;
    position: relative;
    padding: 6px 40px 6px 14px;
    margin: 24px 30px 24px 0;
}

.notice-error-wrapper {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.notice-success-wrapper {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.notice-success-wrapper .notice-dismiss,
.notice-error-wrapper .notice-dismiss {
    top: 50%;
    transform: translateY(-50%);
}

.notice-success-wrapper p,
.notice-error-wrapper p {
    font-size: 16px;
    font-family: var(--poppins-font);
    line-height: 1;
}

.wpfpf-heading {
    color: var(--mx-color-black);
    font-size: 22px;
    line-height: 1;
    text-transform: capitalize;
    margin-top: 0;
    font-family: var(--poppins-font);
}

.wpfpf-data-section ul {
    display: flex !important;
    flex-wrap: wrap !important;
    margin: 0 !important;
}

.wpfpf-data-section ul li {
    display: flex !important;
}

.wpfpf-data-section .select2-selection {
    display: flex !important;
    padding: 0 !important;
}

.country-wrapper {
    padding-bottom: 15px;
    display: flex;
    flex-direction: column;
}

.enable-auto-country{
    padding-bottom: 15px;
}

.disable-international{
    padding-bottom: 15px;
}

/* ================================
    Storage Usage Analysis
================================ */

.card-section .card-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 5%;
}

.card-content-wrapper {
    width: 55%;
}

.card-section .mx-heading {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.2;
    font-family: var(--poppins-font);
}

.card-section .mx-text {
    font-size: 36px;
    line-height: 54px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--mx-color-black);
    margin-bottom: 20px;
    display: block;
    font-family: var(--poppins-font);
}

.card-section .text-muted {
    font-size: 24px;
    line-height: 42px;
    font-weight: 500;
    font-family: var(--poppins-font);
}

table {
    border-collapse: collapse;
}

.card-section table {
    width: 70%;
    font-size: 20px;
    line-height: 1.2;
}

.card-section table th {
    text-align: left;
    color: #9F9F9F;
    font-weight: 400;
    border-bottom: 1px solid #9F9F9F;
    padding: 12px 0;
    font-family: var(--raleway-font);
}

.card-section table td {
    padding: 6px 0;
}

.card-section table td,
.card-section table td .file-label {
    color: var(--mx-color-black);
    font-family: var(--poppins-font);
}

.card-section table td .file-label {
    margin: 0;
    font-size: 20px;
    line-height: 1.2;
    font-family: var(--poppins-font);
}


.card-section table tr td:first-child {
    display: flex;
    align-items: center;
    gap: 10px;
}

.card-section table tr:nth-child(1) td {
    padding-top: 16px;
    font-family: var(--poppins-font);
}

.card-block {
    text-align: center;
}

.card-block .main-title {
    font-size: 36px;
    line-height: 1.2;
    text-align: center;
    margin-top: 0;
    margin-bottom: 16px;
    font-family: var(--poppins-font);
}

.card-block .lead {
    margin: 0 0 40px 0;
    font-size: 16px;
    line-height: 1.2;
    font-family: var(--poppins-font);
}

.error-text {
    font-size: 20px;
    line-height: 1.2;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    border-radius: 6px;
    padding: 10px;
    font-family: var(--poppins-font);
}

/* ================================
    About Us
================================ */
#about_us .wpfpf-settings-footer {
    display: none;
}

#about_us .wpfpf-bfs-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

#about_us .wpfpf-image-block {
    background-color: var(--mx-color-black);
    padding: 44px;
    display: flex;
    align-items: center;
    height: 80%;
}

#about_us .wpfpf-image-block img {
    display: block;
}

#about_us .wpfpf-abount-content {
    display: grid;
    grid-template-columns: 60% 40%;
    justify-content: space-between;
    margin-bottom: 40px;
}

#about_us .wpfpf-about-block .wpfpf-heading {
    font-size: 26px;
    line-height: 39px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 16px;
    font-family: var(--poppins-font);
}

#about_us .wpfpf-about-block p {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin: 0;
    font-family: var(--poppins-font);
}

#about_us .wpfpf-about-block p+p {
    margin-top: 18px;
}

#about_us .wpfpf-about-content-wrap {
    padding: 30px 30px 30px 0;
}

#about_us .wpfpf-about-content-wrap a{
    text-decoration: none;
}

#about_us .wpfpf-plist {
    background-color: var(--mx-color-light-grey);
    padding: 25px;
}

#about_us .wpfpf-plist .text-with-media img {
    width: auto;
    height: 80px;
}

#about_us .text-with-media {
    display: flex;
    /* align-items: center; */
    gap: 16px;
    margin-bottom: 24px;
}

.wpfpf-heading-wrapper .plugin-heading {
    margin-top: 0;
    margin-bottom: 6px;
    font-size: 25px;
    line-height: 30px;
    font-weight: 500;
    color: var(--mx-color-blue);
    font-family: var(--poppins-font);
}

#about_us .wpfpf-about-block .wpfpf-description {
    color: var(--mx-color-dark);
    margin-bottom: 24px;
}

#about_us .wpfpf-plists {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

#about_us .btn-download {
    display: inline-block;
    text-decoration: none;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    background-color: var(--mx-color-blue);
    color: var(--mx-color-wite);
    font-family: var(--poppins-font);
    padding: 10px 15px;
    line-height: 1.2;
}

#about_us .btn-download:hover {
    background-color: var(--mx-color-light);
    color: var(--mx-color-blue);
}

#about_us .btn-download.button-disabled {
    pointer-events: none;
}

#php_config .wpfpf-php-section table {
    width: 100%;
}

#php_config .wpfpf-php-section table,
#php_config .wpfpf-php-section table td,
#php_config .wpfpf-php-section table th {
    border: 1px solid #9F9F9F;
    line-height: 1;
    padding: 16px;
    font-family: var(--poppins-font);
    font-size: 16px;
    font-weight: 500;
}

#php_config .wpfpf-php-section table th {
    padding: 22px;
}

#php_config .wpfpf-php-section table p {
    margin: 0;
    font-size: 16px;
    line-height: 1;
}

#php_config .wpfpf-php-section table th:not(:nth-child(2)) {
    text-align: left;
}

#php_config .wpfpf-php-section table tr td:nth-child(2) {
    text-align: center;
}

#php_config .wpfpf-php-section table thead {
    background-color: var(--mx-color-black);
    color: var(--mx-color-wite);
}

#php_config .wpfpf-php-section table svg {
    width: auto;
    height: 24px;
    fill: green;
}

@media screen and (max-width: 1440px) {
    .wpfpf-settings-nav-area {
        width: 30%;
    }

    .wpfpf-settings-content-area {
        width: 70%;
    }

    .card-content-wrapper {
        width: 70%;
    }

    #about_us .wpfpf-abount-content {
        grid-template-columns: 70% 30%;
    }

    #about_us .wpfpf-image-block {
        height: 50%;
    }
}

@media screen and (max-width: 1260px) {

    .wpfpf-settings-nav-area {
        width: 35%;
    }

    .wpfpf-settings-content-area {
        width: 65%;
    }

    .wpfpf-settings-banner {
        flex-direction: column;
    }

    .wpfpf-logo-title-content {
        width: 100%;
    }

    .wpfpf-review-content {
        width: 100%;
        align-items: flex-start;
        padding-top: 10px;
    }

    .card-section .card-wrapper {
        flex-direction: column;
    }

    .card-section table {
        width: 100%;
    }

    .card-content-wrapper {
        width: 100%;
        padding-bottom: 50px;
    }

    #about_us .wpfpf-abount-content {
        grid-template-columns: 100% 0%;
    }

    #about_us .wpfpf-bfs-image {
        display: none;
    }

    #about_us .wpfpf-about-content-wrap {
        padding: 0;
    }

    #about_us .wpfpf-plists {
        grid-template-columns: repeat(1, 1fr);
        gap: 32px;
    }
}

@media screen and (max-width: 849px) {
    .wpfpf-banner-title h1 {
        font-size: 35px;
        line-height: 35px;
        margin: 0;
    }
}
