@import "bootstrap-social.css";

html,
body {
    padding: 0;
    margin: 0;
    background-color: #ededed;
    font-family: pdfont;
}
h4 {
    font-weight: bold;
}
h1 {
    font-weight: bold;
}
/* .nav-fill .nav-item {
    text-align: left;
    padding-left: 0px;
} */
.nav-fill {
    padding-left: 0px;
}

.main-header-height {
    height:88px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
}

.logo {
    width: auto;
    height: 80px;
}
.navbar-toggler {
    border: none;
}
.avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.fundraiser-avatar {
    width: 90px;
    height: 90px;
    border-radius: 50%;
}
.nav-top-bottom-padding {
    padding-bottom: 1rem;
    padding-top: 1rem;
}
.stepper-pl-pr {
    padding-left: 50px;
    padding-right: 42px;
}
.satabfontright {
    font-size: small;
}

.font-weight-bold {
    margin-bottom: 0px;
}

.progress {
    width: auto;
}
.progress-bar {
    background-color: #58cfed;
}

.donate-btn-sticky {
    width: 100%;
    color: #fff;
    background-color: #145bdd;
    border-color: #145bdd;
    font-size: 1.7em;
    padding: 0.6em 0.8em;
    font-weight: 800;
    position: fixed;
    right: 0;
    bottom: 10px;
    opacity: 90%;
    left: 0;
    z-index: 1030;
}

.donate-btn {
    width: 100%;
    color: #fff;
    background-color: #145bdd;
    font-size: 1.7em;
    padding: 0.6em 0.8em;
    font-weight: 800;
    border-color: #145bdd;
}

.donate-btn:hover {
  background-color: #145bdd;
  opacity: 1;
}

.donate-btn-next {
    height: 90px;
    width: 100%;
    color: #fff;
    background-color: #145bdd;
    font-size: 1.1em;
    padding: 0.6em 0.8em;
    font-weight: 800;
}
.donate-btn-prev {
    height: 90px;
    width: 100%;
    color: black;
    background-color: #ededed;
    font-size: 1.1em;
    padding: 0.6em 0.8em;
    font-weight: 800;
}
.bg-info {
    background-color: #58cfed;
}
.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 12px;
    text-align: center;
}
.share-icons i {
    color: white;
    margin-right: 20px;
}
.powered-by {
    font-size: x-small;
    font-weight: 200;
}
#myModalLabel {
    font-family: pdfont;
    justify-content: center;
}
.modal-header {
    display: inline;
    justify-content: unset;
}
.modal-footer > * {
    margin: 0px;
}
.modal-footer {
    padding: 0px;
}
.modal-body {
    padding-left: 64px;
    padding-right: 64px;
}




.daily-boost {
    font-size: 30px;
}

#agreeModal .modal-dialog {
    width: 80%;
    height: auto;
}
.agree-modal-padding {
    padding: 64px 80px 64px 80px;
}

.pl-pr-65 {
    padding-left: 64px;
    padding-right: 64px;
}

.form-control {
    border-radius: 0px;
    height: 48px;
}
textarea.form-control {
    height: 200px;
}

.progress {
    border-radius: 0px;
}

#info {
    display: none;
}

/* TABS_SECTION */

.nav-pills .nav-link.active {
    border: none;
    border-bottom: 0.5px solid #145bdd;
    background-color: #fff;
    color: #145bdd;
    border-radius: 0px;
}

.nav-pills .nav-link-tab {
    color: #cacaca;
}
.nav-pills .nav-link-tab:hover {
    color: #145bdd;
}
.small {
    font-size: large;
    font-weight: bold;
}

#donors .btn-primary {
    color: #ced4da;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-left: none;
}
#teams .input-group-append .btn-primary {
    color: #ced4da;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-left: none;
}

.donate-btn2keepinmobile {
    display: none;
    width: 100%;
    color: #fff;
    background-color: #145bdd;
    font-size: 1.4em;
    padding: 0.6em 0.8em;
    font-weight: 800;
    border-color: #145bdd;
}

.donate-btn2keepinmobile:hover {
    background-color: #145bdd;
    opacity: 1;
}

.donate-btn2keepinmobile-next {
    height: 90px;
    width: 100%;
    color: #fff;
    background-color: #145bdd;
    font-size: 1.1em;
    padding: 0.6em 0.8em;
    font-weight: 800;
}
.donate-btn2keepinmobile-prev {
    height: 90px;
    width: 100%;
    color: black;
    background-color: #ededed;
    font-size: 1.1em;
    padding: 0.6em 0.8em;
    font-weight: 800;
}

.content_desktop{
    display: block;
}

.content_mobile{
    display: none;
}

@media (max-width: 575.98px) {
}
    
/* For mobile phones: */
@media only screen and (max-width: 760px) {
/* Fundraiser-Section */
    #first {
        order: 1;
    }
    #second {
        order: 3;
    }
    #third {
        order: 2;
    }
    #first img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }
    /* Fundraiser-Section ENDS*/
    #prevBtn .donate-btn-next button {
        font-size: 1em;
    }
    #nextBtn .donate-btn-prev button {
        font-size: 1em;
    }

    #address {
        display: none;
    }
    #pdLogo {
        display: none;
    }
    #info {
        display: inline;
    }
    .navbar-nav {
        width: 100%;
        text-align: center;
    }
    .navbar-nav > li {
        float: none;
        display: inline-block;
    }
    .navbar-nav > li.navbar-right {
        float: right !important;
    }
    .stepper-pl-pr {
        padding-left: 5px;
        padding-right: 6px;
    }

    .main-header-height {
        height:78px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 20px;
    }

    .logo {
        width: auto;
        height: 60px;
    }
    .donate-btn {
        width: 100%;
        color: #fff;
        background-color: #145bdd;
        border-color: #145bdd;
        font-size: 1.7em;
        padding: 0.6em 0.8em;
        font-weight: 800;
        position: fixed;
        right: 0;
        bottom: 10px;
        opacity: 90%;
        left: 0;
        z-index: 1030;
    }
    .progress {
        height: 4px;
    }
    #third .progress {
        height: 12px;
    }
    .modal-body {
        padding-left: 16px;
        padding-right: 16px;
    }
    #amountRaised .progress {
        height: 15px;
    }
    h1 {
        font-size: 30px;
    }
    .nav-top-bottom-padding {
        padding-bottom: 1rem;
        padding-top: 1rem;
    }
    .modal-dialog {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }
    .agree-modal-padding {
        padding: 64px 80px 64px 80px;
    }

    .modal-content {
        height: auto;
        min-height: 100%;
        border-radius: 0;
    }

    #infoModal .modal-dialog {
        width: auto;
        height: auto;
        margin: 0.5rem;
        pointer-events: none;
    }
    #agreeModal .modal-dialog {
        width: auto;
        height: auto;
        margin: 0.5rem;
        pointer-events: none;
    }

    #myModal h3 {
        font-size: 20px;
    }
    .daily-boost {
        font-size: 20px;
    }
	
	#formRightArea_padding{
		padding-right: 15px;
	}

    .donate-btn2keepinmobile{
        display: block;
    }

    .content_desktop{
        display: none;
    }

    .content_mobile{
        display: block;
    }
}

@media only screen and (max-width: 1600px) {
    h1 {
        font-size: 30px;
    }
    h4 {
        font-size: 17px;
    }
    .nav-top-bottom-padding {
        padding-bottom: 1rem;
        padding-top: 1rem;
    }
    #myModal h3 {
        font-size: 20px;
    }
    .daily-boost {
        font-size: 20px;
    }
	
	#formRightArea_padding{
		padding-right: 0px;
	}
}
@media only screen and (max-width: 1200px) {
    .donate-btn {
        width: 100%;
        color: #fff;
        background-color: #145bdd;
        /* font-size: 1.3em; */
        padding: 0.6em 0.8em;
        font-weight: 800;
    }
	
	#formRightArea_padding{
		padding-right: 0px;
	}
}

.pidyon-blue-dark {
    color: #145bdd;
}
.pidyon-tab-grey {
    color: #BDBDBD;
}
.pidyon-card {
    border-radius: 0;
}

div.pac-container {
    z-index: 99999999999 !important;
}
/* loader section */
#cover-spin {
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255,255,255,0.7);
    z-index:9999;
    display:none;
}

@-webkit-keyframes spin {
    from {-webkit-transform:rotate(0deg);}
    to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

#cover-spin::after {
    content:'';
    display:block;
    position:absolute;
    left:48%;top:40%;
    width:40px;height:40px;
    border-style:solid;
    border-color:black;
    border-top-color:transparent;
    border-width: 4px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

/* Text : Read more effect  max-height: 150px;*/
.sidebar-box {

    position: relative;
    overflow: hidden;
}
.sidebar-box .read-more {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0; padding: 40px 0 0 0;
    height: 65px;

    /* "transparent" only works here because == rgba(0,0,0,0) */
    /*background-image: linear-gradient(to bottom, transparent, #f8f9fa);*/
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), white);
}

/* collapes section*/
.accordion .card {
    border: none;
    margin-bottom: 20px;
}
.accordion .card h2 {
    background: url(../assets/icons8-collapse-arrow-16.png) no-repeat calc(100% - 10px) center;
    cursor: pointer;
    font-size: 1.5em;
    color: #fbcfcc;
    text-align: center;
}
.accordion .card h2.collapsed {
    background-image: url(../assets/icons8-expand-arrow-24.png);
    color: #f172a9;
}
.accordion .card-body {
    padding-left: 0;
    padding-right: 0;
}
/* collapes section ends*/
/* aligns words left after each line ends */
.justify h1 {
    text-align: justify; /* For Edge */
    text-align-last: justify;
}
