/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 29 Jun 2020, 15:01:21
    Author     : sum
*/

.code_box{
    padding: 5px;margin-top: 5px;font-size: 10pt
}
body{
     background-color:#F9FCFF;
    background: linear-gradient(180deg, rgba(249, 252, 255, 0.22) 0%, #F9FCFF 100%);
    min-height: 100vh;
}

.php-email-form button[type="submit"] {
    background: #fdc134;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
}

.image_container {
  background-color: lightgrey;
  width: 100%;
  padding-top: 52.5%; /*  16:9 Aspect Ratio */
  position: relative; /* If you want text inside of it */
}

.banner_container {
  background-color: lightgrey;
  width: 100%;
  padding-top: 44.44%; /*  1080:480 Aspect Ratio */
  position: relative; /* If you want text inside of it */
}

.image_square_container {
  background-color: lightgrey;
  width: 100%;
  padding-top: 100%; /*  1:1 Aspect Ratio */
  position: relative; /* If you want text inside of it */
}

.center-cropped {
  background-position: center center;
  background-repeat: no-repeat;
  background-size:     cover;                      /* <------ */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

#profile-upload {
    min-height: 150px;
    border: 2px dotted #fdc134;
    background: white;
    padding: 20px 20px;
}

#profile-upload .dz-message {
    text-align: center;
    margin: 2em 0;
    cursor: pointer;
}

body {
  scroll-behavior: smooth;
}

.text_dots {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ant-badge-status-dot {
    position: relative;
    top: -1px;
    display: inline-block;
    width: 6px;
    height: 6px;
    vertical-align: middle;
    border-radius: 50%;
}
.ant-badge-status-processing {
    position: relative;
    background-color: #1890ff;
}

.ant-badge-status-active {
    position: relative;
    background-color: #00cc00;
}

.ant-badge-status-danger{
     position: relative;
    background-color: red;
}

.ant-badge-status-orange {
    position: relative;
    background-color: orange;
}

.btn-yellow{
    background: #fdc134;
}
.btn{
    display: inline-block;
    padding: 6px 30px;
    border-radius: 20px;
    transition: none;
    font-size: 14px;
    font-weight: 400;
    font-family: "Raleway", sans-serif;
    transition: 0.3s;
}
.text_length{
    width: 100%;
}

.btn-black {
    background: #213b52;
    color: #fff !important;
    border-radius: 50px;
    margin: 2px 0 0 15px;
    padding: 4px 25px 6px 25px;
    border: 2px solid #fdc134;
}

/* Large desktops and laptops */
@media (min-width: 1200px) {

}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    .text_length{
        width: 280px;
    }

    .steps li.disabled{
        display:none;
    }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
.text_length{
        width: 240px;
    }
}
ul.list_ok li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
}
ul.list_ok {
    list-style: none;
    margin: 0 0 25px 0;
    padding: 0;
    line-height: 1.3;
}
ul.list_ok li:before {
  font-family: 'Font Awesome 5 Free';
content: "\f058";
position: absolute;
    left: 0;
    top: 5px;
    font-size: 16px;
    color: #409fff;
}

.no-radius{
    border-radius:0px;
}

.overview-row {
    background: linear-gradient(90deg, rgba(88, 70, 249, 0.5) 0%, rgba(123, 39, 216, 0.5) 100%), url(../assets/img/counts-bg.png) center center no-repeat;
    color: white;
}

.bottom_border_none{
    border-bottom:none;
}
.top_border_none{
    border-top:none;
}

 .popup-icon {
    width: 100%;
    max-width: 60px;
    margin: 0 auto;
    padding-bottom: 25px;
}

.popup-content {
    padding: 20px 20px;
    text-align: center;
}

.popup-content .close-btn {
    position: absolute;
    right: 20px;
    top: 10px;
    cursor: pointer;
}

.image_container {
  background-color: #3373C0;
  width: 100%;
  padding-top: 100%; /*  16:9 Aspect Ratio */
  position: relative; /* If you want text inside of it */
  border-radius:18px;
}

.child_blur{
    /*background-color: rgba(52,73,94,0.55);*/
   background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 58.57%, rgba(0, 0, 0, 0.55) 100%);
position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 18px;
    /*display:none;*/


}
.child_blur p{
    color:#3373C0;
    position: absolute;
    bottom: 0px;
    left: 17%;
}
.parent_img:hover .child_blur,
.parent_img:focus .child_blur {
    display: block;

}

.cta-wrapper .btn {
    padding: 10px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    border-color: #3490dc;
    min-width: 225px;
    margin-top: 10px;
    color: #000000;
    margin-right: 10px;
    margin-bottom: 15px;
}

.cta-wrapper .cta:hover, .cta-wrapper .cta.active {
    color: #ffffff;
    background: #3490dc;
    border: 1px solid #3490dc;
}

.cta-wrapper .btn input{
    /*display:contents;*/
    appearance: none;
}

.badge-risk{
    padding: 10px 25px 10px 25px;
}

.badge-risk1, .badge-risk2 {
  color: #fff;
  background:  #43ACE1 !important; /* deepskyblue*/
}

.badge-risk3, .badge-risk4 {
  color: #fff;
 background:  #a0ef8b !important; /* lightgreen*/
}

.badge-risk5, .badge-risk6 {
  color: #fff;
  background: #D7F8CE !important; /* lightgoldenrodyellow*/
}

.loading_overlay {
  background: #ffffff;
  color: #666666;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 5000;
  top: 0;
  left: 0;
  float: left;
  text-align: center;
  padding-top: 25%;
  opacity: .80;
  display: none;
}

.spinner {
    margin: 0 auto;
    height: 64px;
    width: 64px;
    animation: rotate 0.8s infinite linear;
    border: 5px solid #00AEEF;
    border-right-color: transparent;
    border-radius: 50%;
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.btn-main {
    background: #3490dc;
    background: -moz-linear-gradient(left, #3996f4 0%, #5d5ffa 100%);
    background: -webkit-linear-gradient(left, #3490dc 0%,#742ddf 100%);
    background: linear-gradient(to right, #3490dc 0%, #742ddf 51%, #3490dc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3490dc', endColorstr='#742ddf',GradientType=1 );
    background-size: 200% auto;
    border: medium none;
    border-radius: 3px;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    /* font-size: 0.875em;
    font-weight: 600;
    letter-spacing: 1.25px;
    line-height: 2em; */
    text-align: center;
    /* text-transform: uppercase; */
    transform: scale(1);
    transition: all 0.4s ease 0s;
    /* font-family: 'Poppins', sans-serif; */
    text-decoration: none;
    padding: .375rem .75rem;
}

.btn-green {
    background: #00c0a6;
    background: -moz-linear-gradient(left, #3996f4 0%, #5d5ffa 100%);
    background: -webkit-linear-gradient(left, #00c0a6 0%,#00ac95 100%);
    background: linear-gradient(to right, #00c0a6 0%, #00ac95 51%, #00c0a6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c0a6', endColorstr='#00ac95',GradientType=1 );
    background-size: 200% auto;
    border: medium none;
    border-radius: 3px;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    /* font-size: 0.875em;
    font-weight: 600;
    letter-spacing: 1.25px;
    line-height: 2em; */
    text-align: center;
    /* text-transform: uppercase; */
    transform: scale(1);
    transition: all 0.4s ease 0s;
    /* font-family: 'Poppins', sans-serif; */
    text-decoration: none;
    padding: .375rem .75rem;
}

.btn-green:hover,.btn-main:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
}

.btn-green:focus,.btn-main:focus, .btn-green:active,.btn-main:active {
    color: #fff;
    text-decoration: none;
}

.right-img .right-img-img{
  position: relative;
  z-index: 0;
}

.right-img {
  position: relative;
  width: 100%;
}

.right-img-bg-1 {
  background-color: #3490dc;
  position: absolute;
  width: 470px;
  height: 470px;
  top: 4px;
  z-index: -1;
  background-size: cover;
  left: 47px;
  border-radius: 100%;
  box-shadow:0px 3px 50px rgba(0, 0, 0, 0.16)
}

.right-img-bg-2 {
  background-color: #3490dc;
  position: absolute;
  width: 450px;
  height: 450px;
  top: -50px;
  z-index: -1;
  background-size: cover;
  left: 10px;
  box-shadow: 0px 6px 50px rgba(0, 0, 0, 0.2);
  border-radius: 100%;
}

.form-box {
    border-radius: 10px;
    padding: 20px;
    box-shadow: 1px 1px 3px 3px rgba(0,0,0,.1);
}
.referral_input{
  background-color: transparent;
  color: white;
  border: none;
  min-width: 400px;
}


.referral_copy{
  color:white;
  text-decoration: none;
}
.referral_copy:hover{
  color:white;
  text-decoration: none;
}

.color-white{
  color:white;
}

.text-justify{
  text-align: justify;
  text-justify: inter-word;
}

.collapse_link{
  color:black;
  text-decoration: none;
  font-size: 18px;
}

.collapse_link:hover,.collapse_link:active{
  color:black;
  text-decoration: none;

}

.color-darkblue{
  color:#152860
}

.custom-badge{
    padding: 5px 15px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 20px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider.round:before {
    border-radius: 50%;
}
.slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}