:root {
    --adtf-primary-color: #152036;
    --adtf-theme-color: #0077FF;
    --adtf-text-color: #8A8C98;
    --adtf-bg-color: rgba(0, 119, 255, .1);
}

.toplevel_page_advanced-date-time-field #wpcontent {
    padding-left: 0;
    background-color: #F6F7FF;
}

/*  Header Style Start */
.adtf_dashboard {
    padding: 24px;
}

.adtf_dashboard_header {
    background: #fff;
    padding: 20px 24px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: rgba(149, 157, 165, 0.04) 0px 5px 14px;
    border: 1px solid rgba(149, 157, 165, 0.1);
    margin-bottom: 30px;
}

.adtf_menu_wrap {
    display: flex;
    align-items: center;
    gap: 20px;
}

.adtf_logo img {
    height: 40px;
}

.adtf_logo {
    padding-right: 20px;
    position: relative;
    z-index: 1;
}

.adtf_logo:before {
    position: absolute;
    content: '';
    height: 20px;
    width: 1px;
    background: var(--adtf-theme-color);
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

ul.adtf_menu_item {
    margin: 0;
    display: flex;
    gap: 14px;
}

ul.adtf_menu_item li {
    margin: 0;
}

ul.adtf_menu_item a {
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 12px 18px;
    transition: 0.3s;
    border-radius: 6px;
    color: var(--adtf-primary-color);
    cursor: pointer;
    text-decoration: none;
}

ul.adtf_menu_item a svg {
    height: 18px;
    width: 18px;
}

ul.adtf_menu_item a:hover,
ul.adtf_menu_item li a.active {
    background: var(--adtf-bg-color);
    color: var(--adtf-theme-color);
}

.adtf_version {
    font-size: 15px;
    display: flex;
    gap: 8px;
    align-items: center;
}

.adtf_version span {
    background: var(--adtf-bg-color);
    color: var(--adtf-theme-color);
    font-size: 13px;
    padding: 2px 5px;
    border-radius: 4px;
    font-weight: 500;
}

.adtf_dashboard_wrap {
    display: grid;
    grid-template-columns: 8fr 4fr;
    gap: 30px;
}

.adtf_integration {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.single_integrate_item {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}


.adtf_in_demo svg {
    height: 18px;
}

.single_integrate_item {
    border: 1px solid var(--adtf-bg-color);
    border-radius: 6px;
    padding: 12px;
    display: flex;
    align-items: center;
    background: #FFFFFF;
    transition: all 0.3s ease;
}

.single_integrate_item.checked {
    border-color: rgba(149, 157, 165, 0.1);
}

.single_integrate_item .adtf_in_btns {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 16px;
}

.single_integrate_item img {
    width: 40px;
    height: auto;
}

.single_integrate_item h4 {
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    color: var(--adtf-primary-color);
    font-weight: 400;
}

.single_integrate_item:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.adtf_in_btns .adtf_icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.adtf_in_btns .adtf_checkbox {
    display: inline-block;
    position: relative;
}

.adtf_in_btns .adtf_icons .adtf_in_demo {
    display: flex;
}

.adtf_in_btns .adtf_icons .adtf_in_demo svg {
    color: #8A8C98;
    transition: all 0.3s ease;
}

.adtf_in_btns .adtf_icons .adtf_in_demo:hover svg {
    color: var(--adtf-theme-color);
}

.adtf_in_btns .adtf_checkbox input[type=checkbox] {
    position: absolute;
    z-index: -99;
    visibility: hidden;
    opacity: 0;
}


.adtf_dashboard_right {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

.single_info_box {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: rgba(149, 157, 165, 0.04) 0px 5px 14px;
    border: 1px solid rgba(149, 157, 165, 0.1);
}

.single_info_box h3 {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 500;
    align-items: center;
    display: flex;
    gap: 8px;
}

.single_info_box p {
    color: var(--adtf-text-color);
    font-size: 14px;
}

.adtf_info_btn {
    text-decoration: none;
    color: var(--adtf-theme-color);
    transition: 0.3s;
}

.adtf_info_btn:hover {
    color: var(--adtf-primary-color);
}

.single_info_box h3 img {
    height: 18px;
    max-width: 24px;
}

.adtf_dashboard_content_wrap {
    background: #FFF;
    box-shadow: rgba(149, 157, 165, 0.04) 0px 5px 14px;
    border: 1px solid rgba(149, 157, 165, 0.1);
    border-radius: 6px;
    padding: 26px 26px 26px 40px;
    display: grid;
    grid-template-columns: 7fr 5fr;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.dashboard_content h2 {
    margin: 0 0 18px;
    font-size: 32px;
    line-height: 40px;
}

.gradient_text {
    position: relative;
    background: linear-gradient(270deg, var(--adtf-theme-color) 20%, var(--adtf-primary-color) 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.dashboard_content p {
    margin: 0 0 25px;
    font-size: 18px;
}

.adtf_dashboard_btn {
    display: inline-block;
    font-size: 15px;
    text-decoration: none;
    background: var(--adtf-theme-color);
    padding: 14px 28px;
    border-radius: 6px;
    color: #FFF;
    transition: 0.3s;
    outline: none;
    border: none;
}

.adtf_dashboard_btn:focus {
    box-shadow: none;
    color: #FFF;
}

.adtf_dashboard_content_wrap img {
    height: 370px;
}

.adtf_dashboard_btn:hover {
    background: #000;
    color: #FFF;
}

.adtf_notification {
    position: fixed;
    bottom: 45px;
    right: 45px;
    width: 350px;
    opacity: 0;
    visibility: hidden;
    z-index: -99;
    background: #fff;
    display: flex;
    align-items: center;
    padding: 18px 16px 20px 50px;
    border-radius: 4px;
    gap: 8px;
    overflow: hidden;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%2352CB98"><path fill-rule="evenodd" d="M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12Zm13.36-1.814a.75.75 0 1 0-1.22-.872l-3.236 4.53L9.53 12.22a.75.75 0 0 0-1.06 1.06l2.25 2.25a.75.75 0 0 0 1.14-.094l3.75-5.25Z" clip-rule="evenodd" /></svg>');
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 15px center;
    max-width: max-content;
    font-size: 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.adtf_notification:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    border-radius: 0 0 4px 4px;
    background-color: #52cb98;
}

.adtf_notification.open {
    visibility: visible;
    opacity: 1;
    z-index: 999;
}

.adtf_checkbox label {
    height: 22px;
    width: 46px;
    background: var(--eagf-bg-color);
    display: block;
    border-radius: 30px;
    position: relative;
    transition: 0.3s;
    cursor: pointer;
    background: #D0DCF1;
}

.adtf_checkbox label::before {
    content: '';
    position: absolute;
    height: 16px;
    width: 16px;
    top: 3px;
    left: 3px;
    background: #FFF;
    border-radius: 50%;
    transition: 0.5s ease-in-out;
    box-sizing: border-box;
    box-shadow: 0 7px 7px rgba(15, 16, 45, .15);
}


/* Spinner on Checked + Spinner Class */
.adtf_checkbox.checking label::before {
    background: #fff;
    border: 2px solid #FFF;
    border-top-color: var(--adtf-theme-color);
    animation: spin 1s linear infinite;
    top: 3px;
    left: 3px;
    width: 16px;
    height: 16px;
    box-shadow: none;
}

.single_integrate_item.checked input:checked+label {
    background-color: var(--adtf-theme-color);
}

.single_integrate_item.checked input:checked+label:before {
    left: 27px;
}

.adtf_checkbox.unchecking label::before {
    border: 2px solid #fff;
    border-top-color: var(--adtf-theme-color);
    animation: spin 1s linear infinite;
    background: #FFF;
    box-shadow: none;
    left: 27px;
}

.adtf_checkbox.unchecking label {
    background-color: var(--adtf-theme-color);
}

/* Spinner animation */
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* Plugins */
.adtf_plugins_box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
}

.single_plugin .p__name {
    padding: 0 24px;
    background: #FFF;
    border-radius: 8px 8px 0 0;
    border: 1px solid rgba(0, 119, 255, .08);
    display: flex;
    align-items: center;
    gap: 15px;
    height: 82px;
}

.single_plugin .p__content {
    padding: 24px;
    background: #FFF;
    border-radius: 0 0 8px 8px;
    border-color: rgba(0, 119, 255, .08);
    border-style: solid;
    border-width: 0 1px 1px 1px;
}

.single_plugin .p__content .p__desc {
    font-size: 14px;
    padding-bottom: 16px;
    line-height: 20px;
    font-weight: 400;
    height: 100px;
}

.single_plugin .p__content .p__btns {
    border-top: 1px solid rgba(0, 119, 255, .08);
    padding-top: 16px;
    display: flex;
    justify-content: space-between;
}

.single_plugin .p__name img {
    max-width: 24px;
    max-height: 24px;
}

.single_plugin .p__name h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
    color: #1D2327;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.single_plugin .p__content .p__btns a {
    text-decoration: none;
    font-size: 14px;
    color: #1d2939;
    position: relative;
    transition: 0.3s;
    z-index: 1;
    outline: none;
    user-select: none;
}

.single_plugin .p__content .p__btns a:focus {
    outline: none;
    box-shadow: none;
}

.single_plugin .p__content .p__btns a:hover {
    color: #0077FF;
}

.single_plugin .p__content .p__btns .install_btn {
    color: #0077FF;
}

.install_btn {
    display: flex;
    align-items: center;
    gap: 4px;
}

.p__btns .loader {
    width: 14px;
    height: 14px;
    border: 2px solid #0077FF;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: none;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.p__btns .loader.active {
    display: inline-block;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.p__activated {
    display: flex;
    margin: 0;
    font-size: 14px;
    gap: 4px;
    align-items: center;
    color: #0077FF;
}