@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;900&family=Righteous&display=swap');
html {
    scroll-behavior: smooth !important;
    
  }

body,*{
    font-family: 'Poppins', sans-serif;
}

.section-shaped .shape-style-1.shape-orange {
    background: linear-gradient(150deg, #ffc46c 15%, #ff8c67 70%, #f7e7b8 94%);
}
.img-responsive{
    width:100%;
}
.navbar-brand img{
    height:38px;
}
#PollmakerAdvancedSettings{
    display:none;
}
.has-success:after, .has-danger:after{
    display:none !important;
}
.custom-control-input.is-invalid~.custom-control-label span{
    color:#fb6340 !important;
}
.custom-control-alternative.has-danger .custom-control-label::before {
    box-shadow: 0 0 1px 1px #fb6340;
}

.mmp_custom_alert_container {
    z-index: 9999;
    position: fixed;
    top: 0;
    bottom: 0;
    display: none;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    right: 0;
    background: rgb(0 0 0 / 25%);
    overflow-x: hidden;
}

.mmp_custom_alert {
    background: #fff;
    position: relative;
    border-radius: 8px;
    text-align: center;
    overflow: hidden;
    min-width: 250px;
}

.mmp_custom_alert_content {
    padding: 8px 16px;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    margin: 0;
    color: #555;
    min-height: 40px;
}
.file_upload_container{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display:none;
    bottom: 0;
    background: rgb(255 255 255 / 96%);
    padding: 20px;
}
.mmp_custom_alert_btn {
    display: block;
    padding: 8px 16px;
    width: calc(100% - 20px);
    background: #2196f3;
    border: 0;
    font-size: 14px;
    margin: 10px auto;
    border-radius: 8px;
    color: #fff;
    outline: 0 !important;
}
.input-group-alternative.has-danger{
    border: 1.5px solid #e96d4c !important;
    overflow: hidden;
}
.navbar-nav .nav-link .nav-link-inner--text{
    font-weight: 600;
}
.section-hero{
    min-height:auto !important;
}

.custom-control-input:checked~.custom-control-label.check-warning::before{
    background-color: #fb6d40;

}

@media(min-width:992px){
    .transform-perspective-up{
        transform: scale(1) perspective(1040px) rotateY(0deg) rotateX(-10deg) rotate(0deg);
    } 
}
.error-page {
    min-height: 100vh;
    max-height: 999px;
    padding: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    background:url('../img//ill/404.svg') no-repeat center;
    background-size: cover;

}

.adgest_header{
    height:115px;

}
.nf_title{
    font-size: 12em;
    color: #172b4d;
    letter-spacing: 14px;
    font-weight: 700;
}

.custom-control-alternative .custom-control-label::before {
    box-shadow:0 0 1px 1px #bfbfbf;
}

.topover{
    padding: 3px 10px;
    font-size: 9px;
    border-radius: 6px;
    position: absolute;
    right: -8px;
    top: -10px;
}
.radius9{
    border-radius: 9px;
}
.radius12 .card-header{
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.radius12{
    border-radius: 12px;
}

.border-2 {
    border-width:2px !important;
    border-style:solid !important;
}

.border-right-2 {
    border-right-width:2px !important;
    border-right-style:solid !important;
}

.display-5{
    font-size:19px;
    text-transform: uppercase;
    font-weight: bold;
}

.epoll_loader_container{
    display: none;
    align-items: center;
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    bottom: 0;
    justify-content: center;
    background: rgb(0 0 0 / 18%);
}

.epoll_loader{
    background: #fff;
    padding: 10px 20px;
    min-width: 120px;
    text-align: center;
    border-radius: 6px;
    box-shadow: 0 0 5px #d8d8d8;
}

.epoll_loader svg {
    width:auto;
    height:23px;
}
.modal-backdrop{
    opacity:0.6;
}
.file_picker{
    border: 2px dashed #a3a2a2;
    border-radius: 6px;
    background:#fafafa;
    font-size:13px;
    position: relative;
}

.epoll_loader svg #svgGroup{
    stroke: #fb6340 !important;
    stroke-width: 0.4;
    fill: transparent;
    stroke-dasharray: 700;

    stroke-dashoffset: 700;
    animation: dash 2s linear infinite;    
}
@keyframes dash {
    to {
      stroke-dashoffset: 0;
      
      /* works, know why */
      fill:#fb6340;
      
    }
  }
  