﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

html {
    position: relative; 
}


/*@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}*/

    @media only screen and (max-width: 600px) {
        body {
            overflow-x: hidden;
        }

        .form-group {
            width: 100%;
        }

        .acceptance-text {
            width: 100%;
        }

        .top-curousel {
            max-width: 100%;
        }
    }


/***************************/

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */

.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

/*Scrollbar start css
_________________________________________________*/
::-webkit-scrollbar {
    width: 8px !important;
    scrollbar-width: thin;
    scrollbar-color: #cfcacaa3;
}

    ::-webkit-scrollbar:horizontal {
        height: 8px !important;
        scrollbar-width: thin;
        scrollbar-color: #cfcacaa3;
    }

::-webkit-scrollbar-thumb {
    background: #cfcacaa3 !important;
    border-radius: 10px !important;
    visibility: hidden;
}

::-webkit-scrollbar-track {
    background: transparent !important;
    border-radius: 10px !important;
}

.scrollable {
    overflow: auto;
}

.scrollableX {
    overflow: hidden;
    overflow-x: auto;
    overflow-y: hidden;
}

.scrollableY {
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;
}

.scrollableY_scrolled {
    overflow: hidden;
    overflow-y: scroll;
}

    .scrollable:hover::-webkit-scrollbar-thumb,
    .scrollableX:hover::-webkit-scrollbar-thumb,
    .scrollableY:hover::-webkit-scrollbar-thumb,
    .scrollableY_scrolled:hover::-webkit-scrollbar-thumb,
    .input_textarea:hover::-webkit-scrollbar-thumb,
    .k-multiselect-wrap:hover::-webkit-scrollbar-thumb,
    .div.k-virtual-content:hover::-webkit-scrollbar-thumb,
    .k-list-scroller:hover::-webkit-scrollbar-thumb,
    .k-grid-content:hover::-webkit-scrollbar-thumb,
    .k-menu-popup:hover::-webkit-scrollbar-thumb,
    .inner_right_section_k_window .k-window-content:hover::-webkit-scrollbar-thumb,
    .k-splitter .k-scrollable:hover::-webkit-scrollbar-thumb,
    .iti__country-list:hover::-webkit-scrollbar-thumb {
        visibility: visible;
    }

/************************common css*********************/
.panel_container {
    background-image: url("/Assets/Icons/onborderimages/main-bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.panel_container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('main-bg.png');
    filter: blur(6px);
    z-index: 1;
}

.App_SignupLeftBg {
    height: 100%;
    position: relative;
    padding: 0;
}

.App_SignupForm {
    background: #ffffff;
    width: 800px;
    min-height: 437px;
    z-index: 1;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.23);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 22px;
    padding: 35px;
}

.mobile-view {
    display: none;
}

.desktop-view {
    display: block;
}

.main-heading {
    color: #1B7B98;
    font-size: 26px;
    font-weight: 500;
    line-height: 32px;
    padding-bottom: 10px;
}

.top-border {
    border-top: 2px solid black;
    width: 120px;
}

.wilfred-image-wrapper {
    padding: 30px 30px 30px 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wilfred-text {
    color: #1B7B98;
    font-size: 13px;
    font-weight: 500;
    line-height: 13px;
    padding-left: 35px;
}

.Headingh3 {
    margin: 0;
    color: #000000;
    line-height: normal;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 25px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.right_Tooltip i.fa {
    position: absolute;
    right: -11px;
    top: 0px;
    font-size: 16px;
    cursor: pointer;
}

.invalid-feedback {
    color: red;
    padding-left: 20px;
    font-size: 10px;
    display: block;
}

.text_left {
    text-align: left !important;
}

.form_page-height {
    max-height: 353px;
}

/*css for btn loader
--------------------------------------------*/
.btn_loader {
    position: absolute;
    top: 0.875rem;
    right: 1rem;
}

.btn_loader .spinner-border {
    color: #fff;
    width: 1.5rem;
    height: 1.5rem;
    border-width: 0.125rem;
    z-index: 1;
}


/*css for page carousel
--------------------------------------------*/
.panel_carousel {
    position: relative;
    width: 100%;
}

.carousel_body {
    width: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
}

.panel_carousel ul {
    width: 100%;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0px;
    margin-bottom: 0px;
}

.panel_carousel ul li {
    width: 12px;
    height: 12px;
    border: 1px solid #000000;
    border-radius: 50%;
    background-color: #fff;
}

.panel_carousel ul li + li {
    margin-left: 18px;
}

.panel_carousel ul li.active {
    border: 1px solid #299BB5 !important;
    background-color: #299BB5 !important;
}

/* media query for mobile view
--------------------------------------------*/

@media only screen and (max-width: 992px) {
    .mobile-view {
        display: block !important;
    }

    .desktop-view {
        display: none !important;
    }

    .App_SignupForm {
        background: #ffffff !important;
        width: 100% !important;
        min-height: none !important;
        z-index: 1 !important;
        box-shadow: 0 0px 20px rgba(0, 0, 0, 0.23) !important;
        position: relative !important;
        left: 0% !important;
        top: 0% !important;
        transform: translate(0,0) !important;
        border-radius: 0px !important;
        padding: 35px !important;
    }

    .pb-new {
        padding-bottom: 1.5rem;
    }

    #VeryfyMailSent.App_SignupForm {
        height: 100% !important;
    }

    .sign-in-input-ctr {
        padding-bottom: 1.5rem !important;
    }

    .form_page-height {
        max-height: 600px !important;
    }

    .pb_mob_view {
        padding-bottom: 1.5rem !important;
    }

    .panel_container.blur {
        display: none;
    }

    #div_panel_inprogress .App_SignupForm,
    #div_panel_success .App_SignupForm {
        height: 100%;
        box-shadow: none !important;
    }
}


/*-------------------------------------------------------------*/

/*@media (max-width: 900px) {
    .form_page-height {
        max-height: 600px !important;
    }
}*/

/*@media (max-width: 1400px) {
    .rightSlideText {
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(50%, -50%) !important;
    }

    .app-signform_responsive {
        height: 480px !important;
        padding-right:10px;
        padding-left:10px;       
    }

    .top_text_padding {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (max-width: 1300px) {
    .app-signform_responsive {
        height:565px !important;
       
    }

    .form_page-height {
        height: 444px;
    }

   
}

@media (max-width: 1200px) {
    .app-signform_responsive {
        height: 360px !important;
    }  
}

@media (max-height: 802px) {
    .app-signform_responsive {
        height: 550px !important;
    }

    .form_page-height {
        height:438px;
    }
}

@media (max-height: 600px) {
    .app-signform_responsive {
        height: 540px !important;
    }

    .form_page-height {
        height: 385px;
    }

    .wilfred-img-create {
        height: 270px;
    }

}

@media (max-height: 530px) {
    .app-signform_responsive {
        height: 500px !important;
    }
}*/
/*-------------------------------------------------------------*/

.full_100 {
    height: 100vh;
}

@media only screen and (max-width: 600px) {
    body {
        overflow-x: hidden;
    }

    .form-group {
        width: 100%;
    }

    .acceptance-text {
        width: 100%;
    }

    .top-curousel {
        max-width: 100%;
    }
}

@media (max-width: 2560px) {
    .testimonial-content {
        font-size: 1rem;
        line-height: 1.8rem;
        max-width: 55rem;
    }

    .middle-section {
        position: absolute;
        top: 35%;
        width: 55rem;
    }

    .top-curousel {
        position: absolute;
        top: 3rem;
        max-width: 54rem;
    }

    .owl-prev {
        position: absolute;
        top: 5px;
        font-size: 30px;
        color: #fff;
        left: -10px;
    }


    .owl-next {
        position: absolute;
        top: 5px;
        font-size: 30px;
        color: #fff;
        right: -7px;
    }
}

@media (max-width: 1921px) {
    html {
        font-size: 112.5% !important;
    }

    .top-curousel {
        max-width: 40rem;
    }

    .top-curousel {
        position: absolute;
        top: 3rem;
    }

    .testimonial-image-wrapper {
        width: 120px;
        height: 120px;
    }

    .testimonial-brand {
        width: 100px;
    }

    .testimonial-content {
        font-size: 1.2rem;
        line-height: 1.8rem;
    }

    .testimonial-title {
        font-size: 1.2rem;
        line-height: 1.2rem;
        margin: 10px 0
    }

    .testimonial-brand {
        width: 100px;
    }

    .company-logo {
        width: 120px;
        height:3.5rem;
    }

    .middle-section {
        position: absolute;
        top: 40%;
        width: 46rem;
    }

    .middle-section_pcloudy {
        position: absolute;
        top: 40%;
        width: 37rem;
    }


    .owl-prev {
        position: absolute;
        top: 5px;
        font-size: 30px;
        color: #fff;
        left: -10px;
    }

    .owl-next {
        position: absolute;
        top: 5px;
        font-size: 30px;
        color: #fff;
        right: -7px;
    }

    label {
        position: absolute;
        top: 18px;
        left: 20px;
        font-size: 15px;
        color: #999;
        pointer-events: none;
        transition: 0.2s ease-out;
    }
}

@media (max-width: 1600px) {
    html {
        font-size: 100% !important;
    }

    .top-curousel {
        position: absolute;
        top: 2rem;
        max-width:35rem;
    }

    .testimonial-image-wrapper {
        width: 100px;
        height: 100px;
    }

    .testimonial-brand {
        width: 80px;
    }

    .testimonial-content {
        font-size: 1rem;
        line-height: 1.6rem;
    }

    .testimonial-title {
        font-size: 1rem;
        line-height: 1rem;
        margin: 10px 0
    }

    .testimonial-brand {
        width: 80px;
    }

    .company-logo {
        width: 100px
    }

    .middle-section {
        position: absolute;
        top: 42%;
        width: 37rem;
    }

    .middle-section_pcloudy {
        position: absolute;
        top: 40%;
        width: 35rem;
    }


    .owl-prev {
        position: absolute;
        top: 0px;
        font-size: 30px;
        color: #fff;
        left: -10px;
    }

    .owl-next {
        position: absolute;
        top: 0px;
        font-size: 30px;
        color: #fff;
        right: -7px;
    }

   /* .verify_mail_padding {
        padding: 0rem 6rem !important;
    }*/
}

@media (max-width: 1400px) {
    .top-curousel {
        max-width: 35rem;
    }
}

@media (max-width: 1366px) {
    html {
        font-size: 81.25% !important;
    }

    .Title-text {
        margin-bottom:20px !important;
    }

    .form-group {
        margin-bottom: 1.20rem !important;
    }

    .top-curousel {
        position: absolute;
        top: 3rem;
    }

    .company-logo {
      
        height: 2.2rem;
    }

    .testimonial-image-wrapper {
        width: 80px;
        height: 80px;
    }

    .testimonial-brand {
        width: 80px;
    }

    .testimonial-content {
        font-size: 1rem;
        line-height: 1.6rem;
    }

    .testimonial-title {
        font-size: 1rem;
        line-height: 1rem;
        margin: 10px 0
    }

    .testimonial-brand {
        width: 100px;
    }

    .company-logo {
        width: 80px
    }

    .middle-section {
        position: absolute;
        top: 48%;
        width: 42rem;
    }

    .middle-section_pcloudy {
        position: absolute;
        top: 42%;
        width: 35rem;
    }

    .owl-prev {
        position: absolute;
        top: -5px;
        font-size: 30px;
        color: #fff;
        left: -10px;
    }

    .owl-next {
        position: absolute;
        top: -5px;
        font-size: 30px;
        color: #fff;
        right: -7px;
    }

    label {
        position: absolute;
        top: 10px;
        left: 12px;
        font-size: 15px;
        color: #999;
        pointer-events: none;
        transition: 0.2s ease-out;
    }

    .domain-wrapper {
        top: 1rem !important;
        right: 2rem !important;
    }

    .fa-info-circle {
        top: 1.25rem !important;
        right: 0.75rem !important;
    }

    .right_tick {
        right:4rem !important
    }

    .http_alignment {
        top: 1rem !important;
        left: 1.5rem !important;
    }

  /*  .team_name_alignment {
        top:1.1rem !important
    }*/

    .form-wrapper .form-group input.input_team_name {
        padding-bottom: 0.75rem !important;
    }
}

@media (max-width: 1280px) {
    html {
        font-size: 71.25% !important;
    }
}

/*@media (max-width: 1024px) {
    html {
        font-size: 68.75%;
    }
}*/

@media (max-width: 992px) {
    html {
        font-size: 68.75% !important;
    }

    .top-curousel {
        position: static;
        max-width:100%;
    }

    .bottom-curousel {
        position: static;
    }

    .middle-section {
        position: static;
        margin: 40px 0px;
        width: 100%;

    }

    .progress_sec {
        height: 10px;
        width: 20rem;
    }

    .middle-section_pcloudy {
        position: static;
        margin: 40px 0px;
        width: 100%;
    }

    label {
        position: absolute;
        top: 8px;
        left: 12px;
        font-size: 12px;
        color: #999;
        pointer-events: none;
        transition: 0.2s ease-out;
    }

    .form-wrapper input {
        font-size: 12px;
    }

    input:focus + label {
        font-size: 10px;
    }

    input:valid + label {
        font-size: 10px;
    }

    .full_100 {
        height: auto;
    }

    .domain-wrapper {
        position: absolute;
        top: 10px;
        right: 30px;
        color: #00000081;
        font-size: 12px;
        line-height: 12px;
    }

    .fa-info-circle {
        position: absolute;
        top: 12px;
        right: 12px;
    }

    .arrow_style {
        line-height:1.3 !important;
    }

    .team_name_alignment {
        top: 1.12rem !important;  
    }


    .form-group.active .team_name_alignment {
        top: 4px !important;
        left: 20px !important;
    }

    input:focus + .team_name_alignment {
        top: 4px !important;
        left: 20px !important;
    }

    .left_inner_panel {
        width: 100% !important;
    }

    .full_screen_disable {
        display:block !important;
    }

    .full_screen_visible {
        display:none;
    }
}


@media (min-width: 767px) and (max-width: 768px) {
    .middle-section {
       height:24.8rem !important;
       align-items:center;
    }

    .middle-section_pcloudy {
        height: 24.8rem !important;
        align-items: center;
    }
}

@media (min-width: 819px) and (max-width: 821px) {
    .middle-section {
        height: 32rem !important;
        align-items: center;
    }

    .middle-section_pcloudy {
        height: 32rem !important;
        align-items: center;
    }



    #info-icon {
        display:none;
    }
}

@media (min-width: 911px) and (max-width: 912px) {
    .middle-section {
        height: 32rem !important;
        align-items: center;
    }

    .middle-section_pcloudy {
        height: 32rem !important;
        align-items: center;
    }
}

.main_page_loader {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    border: 2px solid #116173;
    border-color: transparent #116173 transparent #116173;
    border-radius: 50%;
    animation: spin 2s linear infinite;
}
@keyframes spin {
    0% {
        transform: translate(0%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(0%, -50%) rotate(360deg);
    }
}