@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

body {
    font-family: 'Roboto', sans-serif !important;
    font-size: 1.1rem !important;
    background-color: #F5F7FA;
}

.hover_bar {
    height: 2.8125rem;
    border-bottom: 4px solid #edf6ff;
}

.hover_bar:hover {
    border-bottom: 4px solid #0d6efd;
    border-radius: inherit;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    border-color: #edf6ff;
}

button {
    background: none;
    text-decoration: inherit;
    font-family: system-ui;
    font-size: 1rem;
    padding: 1rem 2rem;
}

.border-gradient {
    border: 3px solid;
    border-image-slice: 1;
    border-width: 3px;
}

.border-gradient-purple {
    border-image-source: linear-gradient(to left, #0a80ff, #d53a9d);
    background: #fff;
    padding: 0.3rem;
    cursor: pointer;
}
.para-top{
    margin-top: 1rem;
    display: flex;
}

.border-gradient-purple:hover {
    background-color: #fff;
    color: #000;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
.Comming_Soon_Align {
    font-size: 12px;
    width: 100%;
    display: flex;
    justify-content: end;
}

a,
a:hover {
    text-decoration: none !important;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #37517e;
}

.Allconnectbackground_image {
    background-image: url("./Images/Allconnect_power.jpg");
    /* The image used */
    background-color: #cccccc;
    /* Used if the image is unavailable */
    height: 500px;
    /* You must set a specified height */
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #37517e;
    border-top-color: #fff;
    border-bottom-color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# END Preloader
--------------------------------------------------------------*/
.bgNavbar {
    background-color: #EDF6FF;
}

.flexend {
    justify-content: end;
}

.DemoALlignment {
    margin-left: 0.1rem;

}

.dropdown-item {
    border-bottom: 1px solid #cdcdcd !important;
    padding: 0.6rem 1.5rem !important;
}

.vertical_flow {
    margin-top: 4rem;
}

.nav-link {
    padding: 0px 0.8rem !important;
}

.navbar {
    padding: 0rem 1rem !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #494949 !important;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgb(10 128 255) !important;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgb(10 128 255) !important;
}

.nav_spacingAllignment {

    justify-content: space-between;
    margin: 0.4rem;
}

.dropdown-menu {
    box-shadow: 3px 3px 10px 3px #cdcdcd;
    border-bottom: 1px solid #cdcdcd !important;
    background-color: #edf6ff !important;
    border: none !important;
    padding: 0px !important;
}

.content_font {
    /* margin-bottom: 3rem; */
    font-size: 1.2rem;
}

.center_align {
    justify-content: center;
}

.center-alignments {
    display: flex;
    align-items: center;
    justify-content: center;
}

.center-nav {
    display: flex;
    align-items: center;
}

.width_dd {
    margin: 0rem 0.6rem;
    line-height: 17px;
    display: flex;
    align-items: center;
}

.Info_alignment {
    position: relative;
    top: -0.6rem;
    width: 0.7rem;
}

/* start book a demo css */
.centerAlign_Data {
    align-items: center;
    display: flex;
    width: 100%;
}

.full_width {
    width: 100%;
}

.bottom_Spacing {
    margin-bottom: 1.25rem;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 16px !important;
}
.background_color {
    /* background: #EDF6FF !important; */
    border: 1px solid #ced4da !important;
    color: rgba(0, 0, 0, 0.5) !important;
    padding: 0.5rem !important;
    font-size: 16px !important;
}


.Demo_Header {
    color: #0A80FF;
    font-weight: 500;
    font-size: 1.7rem;
}

.font_para {
    font-size: 1.1rem;
}

.Header_Alignment {
    margin: 2rem 3rem;
}



.Demo_bottom {
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
    width: 100%;
}




/*start Platform screen css*/
.card {
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.3);
    border: none;
    margin-bottom: 30px;
    background: #EDF6FF;
}

.card:hover {
    transform: scale(1.05);
    transition: all 1s ease;
    z-index: 999;
    cursor: pointer;
}

.PowerMoveHeader {
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.ListedCustomers {
    font-size: 1rem;
}

.powerMovepadding {
    margin: 0rem 0rem;
}

.card-01 .card-body {
    position: relative;
    background: #EDF6FF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
}

.card-01 .badge-box {
    padding: 0.9rem;
    border-radius: 50%;
    width: 5rem;
    height: 5rem;
    position: absolute;
    top: 0;
    background: #EDF6FF;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.Card_IconAlign {
    width: 100%;
    aspect-ratio: 2/2;
    object-fit: contain;
    mix-blend-mode: darken;
    font-weight: bold;
}

.btn_learnMore {
    width: 50%;
    background: #0A80FF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 16px;
    font-size: 20px;
}

.card-title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
    margin: 3rem 0rem 1rem 0rem !important;
    font-weight: initial !important;
}
.PressAlign{
    color: #000;
}
.PressAlign:hover{
    color: #0A80FF;
    text-decoration: underline;
}

p.card-text {
    /* font-family: 'Verdana'; */
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    min-height: 50px;
    text-align: center;
    letter-spacing: 0.4px;
    /* overflow-y: scroll; */
    overflow: hidden;
}
p.card-text2 {
    /* font-family: 'Verdana'; */
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    min-height: 82px;
    text-align: center;
    letter-spacing: 0.4px;
    /* overflow-y: scroll; */
    overflow: hidden;
}
/*End Platform screen css*/

/* start Media conceert css */
.centerAlignData {
    display: flex !important;
    justify-content: center;
}

.img_mediacencert_align {
    display: flex;
    align-items: center;
    justify-content: start;

}

.content_Align_Data {
    margin: 0rem 3rem;
}

.text-muted_details {
    margin-bottom: 2rem;
    font-size: 1.1rem;
}

/* End Media conceert css */

/* start Media chameleon css */
.StartDataTOp {
    display: flex !important;
    align-items: start;
    justify-content: flex-start;
}

/* End Media chameleon css */
.radius_Image {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.HomecontentAlignment {
    /* padding: 3px; */
    background: #fff;
    box-shadow: 0 4px 13px rgba(56, 87, 140, .2);
    border-radius: 10px;
}

.multichanneelAlign {
    min-height: 18.2rem;
}

@media only screen and (max-width: 820px) {
    .width_dd {
        margin: 0.4rem 1.5rem;
    }

    .multichanneelAlign {
        min-height: auto;
    }

    .Input_bottom_spacing {
        margin-bottom: 1rem;
    }

    .DemoALlignment {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 1rem;
    }

    .nav_spacingAllignment {
        font-size: 20px;
    }

    .bottom_Spacing {
        margin-bottom: 0px;
    }

    .Header_Alignment {
        margin: 1rem;
    }

    .font_para {
        font-size: 14px;
    }

    .Demo_Header {
        color: #0A80FF;
        font-weight: 700;
        font-size: 1.5rem;
    }

    .btn_margin {
        margin-bottom: 1rem;
    }

    .vertical_flow {
        margin-top: 0rem;
    }

    .content_font {
        /* margin-bottom: 3rem; */
        font-size: 1.1rem;
        text-align: center;
    }

    .text-muted_details {
        margin-bottom: 1rem;
        font-size: 1.1rem;
    }

    .content_Align_Data {
        margin: 0rem 1rem;
    }
}