﻿
#community-tool-main-container {
    font-size: 13px;
    font-family: work-sans-regular, Arial, sans-serif;
}

/*banner css*/
.community-tool-banner-section {
    background-color: #161732;
    padding-top: 20px;
    background-image: url('/images/community-overview-images/banner-bg.svg');
}

.community-tool-banner-container {
    padding: 0 15px;
    padding-top: 130px;
    padding-bottom: 20px;
}

.community-tool-banner-title {
    color: rgb(240, 240, 240);
    position: relative;
    z-index: 2;
    font-size: 1.8em;
}

.community-tool-banner-lg-title {
    color: #4182e0;
    font-size: 1.9em;
}

.community-tool-banner-subtitle {
    color: #FBA910;
    margin: 40px auto;
    font-size: 1.7em
}

.community-tool-banner-desc {
    color: rgb(240, 240, 240);
    padding-bottom: 30px;
}

.community-tool-feature-wrapper {
    margin-bottom: -130px;
    position: relative;
    z-index: 2;
}

.community-tool-feature-container {
    border-radius: 10px;
    max-width: 1040px;
    margin: auto;
    background: linear-gradient(180deg, rgba(237, 244, 255, 1) 0%, rgba(217, 231, 252, 1) 100%);
    box-shadow: rgb(0 0 0 / 20%) 0px 2px 8px 0px;
}

.community-tool-pane-wrapper{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding: 4px;
}

.community-tool-pane {
    margin: 20px 0;
    text-align: left;
    max-width: 340px;
    padding: 0 25px;
}

.community-tool-pane-heading-wrapper {
    gap: 15px;
    align-items: center;
    display: flex
}

.pane-icon-wrapper {
    display: inline-block;
    vertical-align: middle;
}

.pane-icon svg {
    margin-bottom: 5px;
}

.pane-heading-wrap {
    color: #0928b7;
    margin-bottom: 5px;
    letter-spacing: 0.2px;
    font-size: 1.2em;
    font-family: poppins-semibold, Arial, Helvetica, sans-serif;
}

.pane-desc {
    color: rgb(38 38 38);
    font-size: 1em;
    line-height: 1.6em;
    font-family: work-sans-regular, Arial, sans-serif;
    padding-left: 45px;
}

.pane-highlight {
    font-size: 1.5em;
    display: inline-block;
    vertical-align: middle;
    color: #1710ae;
}

.community-tool-pane-discord {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px;
    padding-bottom:20px;
    max-width:600px;
    margin: 0 auto;
}

.pane-discord-desc {
    color: rgb(38 38 38);
    font-size: 1em;
    line-height: 1.6em;
    font-family: work-sans-regular, Arial, sans-serif;
}

.community-pane-desc-highlight{
    color: blue;
}

.pane-discord-join-button {
    color: #193cdd;
    background-color: transparent;
    border: 1px solid #1982dd;
    border-radius: 3px;
    padding: 4px 12px;
    font-family: 'work-sans-medium';
}

.pane-discord-join-button:hover {
    background-color: #1982dd;
    color: white;
}

.animation-slide-in {
    animation: slide-in .6s cubic-bezier(0.37, 0.55, 0.22, 1.48) 0.5s backwards;
}

.animation-slide-out {
    animation: slide-out .6s cubic-bezier(0.37, 0.55, 0.22, 1.48) 0.5s backwards;
}


/*SMART ADMINSTRATION SECTION*/

.smart-administration-section {
    background-color: #F6FBFF;
    position: relative;
    padding-top: 120px;
}

.smart-administration-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('/images/community-overview-images/sparkle.svg');
    background-size: 500px auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: calc(45% - -500px) 25%;
    opacity: 0.1;
    z-index: 0;
}

.smart-administration-main-title {
    background: linear-gradient(90deg, #1581a6 0%, #734aab 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    vertical-align: middle;
}

.title-icon-wrap {
    display: inline-block;
    vertical-align: middle;
}

.sparkles-icon-title i {
    font-size: 1.2em;
    color: #1280A5;
}

.smart-administration-feature-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin: 15px auto;
    padding: 30px;
    overflow: hidden;
}

.smart-administration-feature-card {
    min-width: 274px;
    max-width: 307px;
    width: 100%;
    min-height: 227px;
    height: auto;
    border-top: 2px solid rgba(18, 128, 165, 0.3);
    position: relative;
    border-radius: 10px;
    background-color: white !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    flex: 1 1 270px;
}

.feature-card-header-content {
    display: flex;
    align-items: center;
    column-gap: 15px;
    margin-top: 15px;
}

.feature-card-droid-tag{
    font-size: 0.7em;
    color: #b3b3b3;
    position: absolute;
    top: 21px;
}

.feature-card-wrapper {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    text-align: left;
    overflow: hidden;
}

.feature-card-icon-wrapper {
    flex: 0 0 13%;
}

.feature-card-icon {
    background-color: #1280A5;
    padding: 10px;
    width: 55px;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
    text-align: center;
}

.feature-card-icon i {
    color: white;
    font-size: 1.5em;
}

.feature-card-main-heading {
    margin-bottom: 0;
}

.feature-card-desc-wrapper {
    color: #5e5e5e !important;
}

.feature-card-explore-button > a {
    cursor: pointer;
    text-decoration: underline currentcolor;
    color: #484747 !important;
}

.feature-card-explore-button > a:hover {
    color: #242424 !important;
}

.feature-card-explore-button > a:after {
    font-family: "office365icons";
    content: "\e054";
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
    font-size: 1em;
}

.feature-card-green {
    background-color: #1EB973;
    border-color: rgba(34, 174, 111, 0.6);
    color: #276427;
}

.feature-card-cyan {
    background-color: #1280A5;
    border-color: rgba(18, 128, 165, 0.6);
    color: #085974;
}

.feature-card-blue {
    background-color: #5A61BF;
    border-color: rgba(90, 97, 191, 0.6);
    color: #2C3389;
}

.feature-card-purple {
    background-color: #7649AC;
    border-color: rgba(118, 73, 172, 0.6);
    color: #441C73;
}

/*comming soon*/

.feature-card-comming-soon:after {
    content: "";
    position: absolute;
    /* display: block; */
    width: 100%;
    height: 100%;
    top: -1px;
    background-image: url(/images/community-overview-images/comming-soon-2.gif);
    border-radius: 10px;
    opacity: 0.5;
    background-color: rgb(239 246 249);
    background-position: 34px 99px;
    background-repeat: no-repeat;
    background-size: 210px 146px;
}

.feature-card-comming-soon:before {
    content: "Launching Soon...";
    position: absolute;
    bottom: 24px;
    color: #0641a5;
    z-index: 3;
    font-size: 1.4em;
    font-family: 'work-sans-regular';
    text-align: center;
    width: 100%;
}

.feature-header-comming-soon {
    filter: blur(4px);
}

/*powershell-script-section*/

.powershell-script-section {
    background-color: #F0F2F5;
    position: relative;
}

.powershell-script-container:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('/images/community-overview-images/powershell.svg');
    background-size: 600px auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: calc(45% - 450px) 25%;
    opacity: 0.4;
    z-index: 1;
}

.powershell-script-main-title {
    background: linear-gradient(90deg,#2671bd 0%, #398e3e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    vertical-align: middle;
}

.powershell-script-highlight {
    color: #000bff;
}

.powershell-script-content-wrapper {
    background: #10182D;
    background: linear-gradient(129deg, rgba(16, 24, 45, 1) 0%, rgba(28, 40, 60, 1) 100%);
    border-radius: 15px;
    position: relative;
}

.powershell-script-top-container {
    background-color: #1D293D;
    padding: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    position: relative;
}

.powershell-nav-buttons {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: white;
    display: inline-block;
    margin-left: 5px;
    vertical-align: central;
}

.powershell-text {
    display: inline-block;
    margin-left: 5px;
    color: #BDB3B3;
    margin-bottom: 0;
}

/*.powershell-script-github-star-wrap {
    position: absolute;
    right: 31px;
    top: 12px;
    color: white;
    background-color: #48484854;
    border: 1px solid #ffffff42;
    padding: 7px;
    border-radius: 10px;
}

.star-counter {
    display: inline-block;
    vertical-align: middle;
}

.star-count{
    background: #ffffff24;
    border-radius: 10px;
    padding: 3px 6px;
    font-size: 0.8em;
    margin-bottom: 1px;
    display: inline-block;
    vertical-align: middle;
}*/

.powershell-script-bottom-container {
    padding: 30px;
    position: relative;
}

.powershell-script-card-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.powershell-script-card {
    max-width: 400px;
    min-width: 235px;
    border: 1px solid rgba(255,255,255,0.2);
    padding: 15px;
    border-radius: 15px;
    min-height: 170px;
    height: auto;
    margin: 10px;
    position: relative;
    z-index: 2;
    flex: 1 1 350px;
    backdrop-filter: blur(6px);
    background-color: #ffffff12;
}

.powershell-card-header {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.powershell-card-icon-wrapper {
    text-align: left;
    margin-right: 12px;
}

 .powershell-card-icon-wrapper .icon i {
    font-size: 2em;
    color: #4e71c7;
}

.powershell-card-heading-wrapper {
    font-size: 1.1em;
    color: #e2e2e4;
    text-align: left;
    margin-bottom: 0;
}

.powershell-card-content {
    text-align: left;
    padding-top: 15px;
    color: #cfcfcf;
}

.box-red {
    background-color: red;
}

.box-yellow {
    background-color: yellow;
}

.box-green {
    background-color: lightgreen;
}

.powershell-script-button-wrapper {
    position: relative;
    z-index: 2;
}

.powershell-script-button {
    background-color: #2e9fec;
}

.powershell-script-button:hover {
    background-color: #1794ea;
}


/*power automate section*/

.power-automate-section {
    overflow: hidden;
}

.power-automate-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('/images/community-overview-images/Microsoft_Power_Automate.svg');
    background-size: 400px auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: calc(45% - -500px) 25%;
    opacity: 0.2;
    z-index: -1;
}

.power-automate-main-title {
    background: #EA458A;
    background: linear-gradient(to right, #114cca 0%, #b363fb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    vertical-align: middle;
}

.power-automate-icon-title {
    color: #114cca;
    font-size: 1.2em;
}

.power-automate-content-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
    margin-top: 40px;
    margin-left: 20px;
}

.power-automate-card {
    max-width: 500px;
    min-width: 270px;
    border-radius: 10px;
    min-height: 138px;
    height: auto;
    position: relative;
    padding: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.power-automate-card-icon-wrapper {
    width: 42px;
    height: auto;
    position: absolute;
    top: -14px;
    left: -18px;
    border-radius: 10px;
    border: 1px solid grey;
}

.power-automate-card-icon {
    padding: 7px;
}

.power-automate-card-icon-wrapper .power-automate-card-icon i {
    font-size: 2em;
}

.power-automate-heading-wrapper {
    text-align: left;
    margin-left: 20px;
    margin-top: 10px;
}

.power-automate-card-content {
    text-align: left;
    padding: 10px;
    color: #5e5e5e !important;
}

.power-automate-card-blue {
    color: #3282D9;
    background-color: #F2F8FF;
    border-color: #3282D9;
}

.power-automate-card-green {
    color: #00B969;
    background-color: #F8FFFD;
    border-color: #00B969;
}

.power-automate-card-orange {
    color: #FF9500;
    background-color: #FFFDF7;
    border-color: #FF9500;
}

.power-automate-card-purple {
    color: #7835CB;
    background-color: #FBF8FF;
    border-color: #7835CB;
}

.power-automate-button {
    background-color: #12438c;
}

.power-automate-button:hover {
    background-color: #123870;
}

/*admin community section*/

.admin-community-section {
    background: linear-gradient(315deg, #2e3582, #1c236b);
    position: relative;
    color: white;
}

.admin-community-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('/images/community-overview-images/discord.svg');
    background-size: 300px auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: calc(45% - 450px) 25%;
    opacity: 0.5;
    z-index: 1;
}

.admin-community-main-title {
    background: #F01B9A;
    background: linear-gradient(to right, #40ccf7 0%, #40ffc0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.admin-community-content-wrapper {
    background-color: #0d14503d;
    max-width: 1000px;
    min-width: 280px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 12px;
    backdrop-filter: blur(6px);
    border: 1px solid #161c7829;
    position: relative;
    z-index: 1;
    height: auto;
}

.admin-community-highlight-icon-wrapper {
    display: inline-block;
    vertical-align: middle;
    padding: 8px;
    border-radius: 5px;
    border: 2px solid #ffffff5e;
    transform: rotate(-45deg);
}

.admin-community-highlight-icon i {
    font-size: 1.2em;
}

.admin-community-highlight-icon-wrapper .admin-community-highlight-icon {
    transform: rotate(45deg);
    margin-right: 3px;
}

.admin-community-highlight-text {
    display: inline-block;
    vertical-align: middle;
    padding: 0px 14px;
}

.admin-community-highlight-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
    flex-wrap: wrap;
    text-align: left;
    overflow: hidden;
}

.admin-community-highlight-content {
    border-radius: 10px;
    padding: 8px;
    border-radius: 10px;
    min-width: 214px;
}

.admin-community-join-button {
    margin-top: 30px;
    display: inline-block;
    cursor: pointer;
    padding: 12px 10px;
    text-align: center;
    color: #ffffff;
    border-radius: 10px;
    background: linear-gradient(to right, #0477c1 0%, #2a5ecf 100%);
    transition: .5s ease;
}

.admin-community-join-button:hover {
    background: linear-gradient(to right, #0477c1c7 0%, #2a5ecfcf 100%);
    transition: .5s ease;
    color: white;
}

.join-button-icon-wrapper {
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
}

.join-button-icon-wrapper i {
    color: white;
    font-size: 1.5em;
    display: inline-block;
    vertical-align: middle;
}

.join-button-text-wrapper {
    display: inline-block;
    vertical-align: middle;
}

.join-button-text-wrapper p:after {
    font-family: "office365icons";
    content: "\e054";
    font-weight: 400;
    text-decoration: none;
    font-size: 1em;
}

.admin-main-content-hightlight {
    color: aqua;
}

.discord-user-count {
    margin: auto;
    width: fit-content;
    margin-top: 15px;
    margin-bottom: 10px;
    color: #ffffffde;
    border-bottom: 1px solid #add8e68a;
}

.discord-user-count span{
    color: #80d5ff;
    font-size: 1.2em;
}

@media (max-width: 1024px) {
    .smart-administration-section::before, .admin-community-section::before,
    .powershell-script-container:before, .power-automate-section::before {
        display: none;
    }
}

@media (max-width: 707px) {
    .title-icon-wrap, .join-button-icon-wrapper, .pane-discord-icon-wrap {
        display: none !important;
    }
}

@keyframes slide-out {
    from {
        opacity: 0.001;
        transform: translateX(-30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slide-in {
    from {
        opacity: 0.001;
        transform: translateX(30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}
