/* font-family */
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');

/* files */
@import url('../css/header_footer.css');

/*----- BASIC -----*/
body {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    background: #F6F9FC;
    color: #000000;
    line-height: 1.5;
    position: relative;
    overflow-x: hidden;
}

main {
    padding: 60px 0 0;
}

:hover {
    -webkit-transition: ease-in-out 0.5s;
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
}

a, a:hover {
    color: inherit;
    text-decoration: none;
    -webkit-transition: ease-in-out 0.5s;
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
}

header a:hover {
    color: #B3559F;
    text-decoration: none;
    -webkit-transition: ease-in-out 0.5s;
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
}

ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

select {
    appearance: none;
    background: #F2F2F2 url("../images/arrow-down.png") no-repeat !important;
    background-position-x: 0%;
    background-position-y: 0%;
    background-position: 95% 45% !important;
}

select:focus-visible {
    outline: none;
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #00213A;
}

.form-control::-moz-placeholder { /* Firefox 19+ */
    color: #00213A;
}

.form-control:-ms-input-placeholder { /* IE 10+ */
    color: #00213A;
}

.form-control:-moz-placeholder { /* Firefox 18- */
    color: #00213A;
}

.srch-blog .form-control::-webkit-input-placeholder {
    color: #828282;
}

.favicon {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

/* main-section */
.banner img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: left;
}

.login-blog {
    background: #FFFFFF;
    border: 1px solid rgba(179, 85, 159, 0.3);
    box-shadow: 0px 10px 15px rgb(0 0 0 / 15%);
    border-radius: 35px;
    padding: 25px;
    width: 550px;
    margin: -100px auto 30px;
    text-align: center;
    position: relative;
}

.login-blog .brand-logo {
    display: block;
    margin-bottom: 10px;
}

.login-blog h5 {
    font-size: 24px;
    font-weight: 700;
    color: #00213A;
    display: block;
    margin-bottom: 5px;
}

.login-blog h6 {
    font-size: 16px;
    color: rgb(100 100 100 / 50%);
    display: block;
    margin-bottom: 0;
}

.login-form_blog {
    border-top: 0.4px solid #9C9C9C;
    margin-top: 18px;
    padding-top: 18px;
}

.login-form_blog .form-group {
    margin-bottom: 16px;
}

.login-form_blog .form-control {
    background: #F2F2F2;
    border: none;
    border-radius: 13px;
    height: auto;
    line-height: normal;
    padding: 15px 20px;
    display: block;
    font-size: 14px;
    color: #00213A;
}

.login-form_blog button {
    background: #005CA1;
    border: 1px solid #005CA1;
    box-shadow: 0px 7px 18px #005CA1;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF;
    padding: 15px 15px;
    line-height: normal;
    display: block;
    width: 100%;
    margin-top: 27px;
}

.login-form_blog button:hover {
    background: #B3559F;
    border: 1px solid #B3559F;
    box-shadow: 0px 7px 18px rgb(179 85 159 / 36%);
}

.error {
    font-size: 12px;
    color: red;
    font-weight: 400;
    display: block;
    text-align: left;
}

.btn-grp {
    max-width: 100%;    
    display: flex;
    align-items: center;
    justify-content: center;
    /*display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));*/
}
.btn-grp a{
  margin: 0 35px;
}

.btn-grp img {
    width: 100%;
    height: 50px;
    object-fit: contain;
}

.srch-blog {
    position: relative;
    margin-top: -30px;
}

.srch-blog form {
    position: relative;
}

.srch-blog .form-control {
    background: #FFFFFF;
    box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.1);
    border-radius: 75px;
    height: auto;
    line-height: normal;
    font-size: 16px;
    font-weight: 500;
    color: #828282;
    padding: 20px 30px;
    display: block;
    width: 100%;
    position: relative;
    border: none;
}

.srch-blog svg {
    position: absolute;
    right: 0;
    top: 0;
    margin: 5px 10px;
}

.brand-blog {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px -1px 9px rgba(0, 0, 0, 0.03);
    height: 75px;
}

.brand-blog .btn-grp {
    max-width: 55%;
    margin: 0 auto;
}

.doctor-blogsec h3 {
    font-size: 24px;
    font-weight: 700;
    display: block;
    text-align: center;
    margin: 20px 0;
    color: #00213A;
}

.doctor-blogsec .form-group {
    position: relative;
    margin-bottom: 0;
}

.doctor-blogsec .form-control {
    background: #F2F2F2;
    border-radius: 13px;
    line-height: normal;
    height: auto;
    font-size: 16px;
    color: #00213A;
    padding: 16px 20px;
    border: none;
    position: relative;
}

.doctor-blogsec svg {
    position: absolute;
    right: 0;
    top: 0;
    margin: 15px 15px;
}

.col-grid_three {
    max-width: 100%;
    margin: 20px auto;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}

.col-grid_two {
    max-width: 100%;
    margin: 20px auto;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.flag-form img {
    position: absolute;
    z-index: 1;
    margin: 13px 20px;
}

.flag-form .form-control {
    padding-left: 70px;
}

.doctor-blogsec form {
    width: 60%;
    margin: 0 auto;
}

.btn-save {
    background: #009DA4;
    border-radius: 14px;
    padding: 10px 40px;
    font-size: 18px;
    font-weight: 700;
    color: #FFFFFF;
    border: none;
}

.btn-save:hover {
    background: #B3559F;
}

.card-blog {
    background: #FFFFFF;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    padding: 16px 16px 0;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    border: 1px solid #FFFFFF;
}
.card-blog:hover {
    border: 1px solid #009da4;
}

.card-blog img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    border-radius: 50%;
    margin-bottom: 20px;
}

.card-blog h6 {
   font-size: 18px;
    font-weight: 700;
    color: #00213A;
    margin-bottom: 3px;
    word-break: break-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.login-blog .btn-grp {
    margin-top: 20px;
}
.card-blog small {
    font-size: 12px;
    font-weight: 500;
    color: #808194;
}

.card-btn {
    border-top: 1px solid rgb(0 0 0 / 21%);
    border-left: 1px solid rgb(0 0 0 / 21%);
    border-right: 1px solid rgb(0 0 0 / 21%);
    border-radius: 16px 16px 0 0;
    font-size: 12px;
    font-weight: 500;
    color: #B3559F;
    display: block;
    padding: 10px 15px;
    width: 100%;
    text-align: center;
    line-height: normal;
    margin-top: 15px;
    background: transparent;
    border-bottom: none;
}

.doctor-blogsec {
    padding-bottom: 100px;
}

.doctor-blog {
    margin-top: 30px;
}

.match-blogs {
    background: #FFFFFF;
    box-shadow: 0px 10px 15px rgb(0 0 0 / 15%);
    border-radius: 10px;
    border-top: 14px solid #009DA4;
    margin-bottom: 30px;
}

.matches_main {
    background: url("../images/match-bg.png") no-repeat;
    width: 100%;
    height: 100%;
    padding: 30px 0 80px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.match-grid li {
   max-width: 100%;
    margin: 20px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}
.top-mblog{
  padding: 0px 20px 0px;
}
.match-blogs .title {
    font-size: 14px;
    color: #00213A;
    border-bottom: 1px solid #009DA4;
    border-right: 1px solid #009DA4;
    border-left: 1px solid #009DA4;
    border-radius: 0 0 10px 10px;
    padding: 4px 15px 6px;
    display: inline-block;
}
.left-mblog {
    display: flex;
    align-items: center;
    width: 50%;
    justify-content: flex-start;
}
.right-mblog{
  display: flex;
  align-items: center;
  width: 50%;
  justify-content: flex-end;
}
.match-grid li h5 {
    font-size: 18px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 0;
}
.match-grid .left-mblog img {
    width: 70px;
    height: 50px;
    object-fit: contain;
    margin-right: 10px;
}
.match-grid .right-mblog img {
    width: 70px;
    height: 50px;
    object-fit: contain;
    margin-left: 10px;
}
.match-grid li span {
    background: #B3559F;
    border-radius: 10px;
    width: 60px;
    height: 50px;
    font-size: 24px;
    font-weight: 700;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bottom-mblog {
    background: rgb(161 161 161 / 10%);
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bottom-mblog h6 {
    font-size: 16px;
    color: #000;
    margin-bottom: 0;
}
.bottom-mblog span{
  color: #009DA4;
}
.bottom-mblog svg{
  margin: 0 6px;
}
.bottom-mblog button {
    background: #009DA4;
    border-radius: 10px;
    border: none;
    font-size: 14px;
    color: #FFFFFF;
    padding: 5px 15px;
}
.bottom-mblog button img{
  margin-right: 10px;
}
.campaign{
  position: relative;
  text-align: center;
}
.row-grid {
    max-width: 100%;
    margin: 0px auto;
    display: grid;
    grid-gap: 0px;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}
.row-grid a{display: block;}
.row-grid a img{
  width: 100%;
  height: 100vh;
    object-fit:cover;
}
.camp{
  position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 60px 0 0;
}
.no-scroll {
  overflow: hidden;
}
.brand-blog.transparent-blog {
  background: transparent;
  box-shadow: unset;
  position: relative;
}
.selected-match_main{
  background: url("../images/selectmatch-img.png") no-repeat;
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.selected_brandblog img {
  display: block;
  margin: 0 auto;
}
.selected_brandblog {
  text-align: center;
  width: 100%;
  padding: 30px 0;
}
.selected_brandblog img:first-child {
  margin-bottom: 20px;
}
.custom-radiogrp [type="radio"]:checked,
.custom-radiogrp [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.custom-radiogrp  label{
  background: #FFFFFF;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  width: 280px;
  height: 210px;
  position: relative;
  display: flex;
  align-items: center;
  flex-flow: column;
  justify-content: center;
  cursor: pointer;  
}
.custom-radiogrp  label:before{
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  border-top: 14px solid #009DA4;
  position: absolute;
  top: 0;
  border-radius: 10px 10px 0 0;
}
.custom-radiogrp  label img{
  width: 80px;
  height: 70px;
  object-fit: contain;
}
.custom-radiogrp span{
  font-size: 20px;
    font-weight: 700;
    color: #000000;
    margin-top: 5px;
}
.custom-radiogrp [type="radio"]:checked + label
{
  background: #009DA4;
  border: 3.5px solid #FFFFFF;
  border-radius: 10px;
}
.custom-radiogrp [type="radio"]:checked + label span{
  color: #FFFFFF;
}
.custom-radiogrp {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.vstext{
  background: #B3559F;
  border-radius: 10px;
  font-size: 40px;
  font-weight: 700;
  color: #FFFFFF;
  width: 100px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
.selected-matchblog{
  margin: 0px auto 40px;
  width: 90%;
}
.btn-confirm{
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
}
.bottom-confirm{
  display: block;
  width: 100%;
}
.btn-confirm {
  background: #009DA4;
    border: 3px solid #FFFFFF;
    box-shadow: 0px 4px 4px rgb(0 157 164 / 47%);
    border-radius: 20px;
    padding: 11px 90px;
    line-height: normal;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
}
.btn-confirm img{
  margin-right: 10px;
}
.bottom-confirm {
  display: block;
  width: 100%;
  text-align: center;
  margin: 100px 0 0;
}
.set_target img{
  width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: 100% 25%;
}
.modal .modal-body{
  text-align: center;
    position: relative;
    z-index: 111;
}
.modal .modal-body h6{
  font-size: 20px;
    font-weight: 700;
    color: #000000;
}
.modal-content {
  background: #FFFFFF;
  border: 1px solid rgba(179, 85, 159, 0.3);
  box-shadow: 0px 10px 9px rgb(0 0 0 / 20%);
  border-radius: 35px;
}
.modal-content p{
  font-size: 20px;
  color: #808080;
  font-weight: 500;
}
.modal .modal-body .btn-modal {
  background: #009DA4;
  border-radius: 25px;
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 700;
  border: none;
  margin: 20px 0;
  padding: 10px 50px;
  display: inline-block;
}
.modal-content img{
  height: 160px;
    object-fit: contain;
    margin-bottom: 20px;
}
.target-trophy img {
  width: 200px;
  height: 200px;
  object-fit: contain;
}
.iconlogo{
  margin: 0 20px;
}
.progress-report {
    background: #FFFFFF;
    box-shadow: 0px 10px 15px rgb(0 0 0 / 15%);
    border-radius: 10px;
    padding: 20px 20px;
    margin-top: 30px;
    text-align: center;
}
.progress-report h5{
  font-size: 22px;
  font-weight: 500;
  color: #00213A;
  display: block;
}
.campaign-logout {
    position: fixed;
    top: 20px;
    right: 20px;
}
.right-mblog h5 {
    text-align: right;
}
.target-trophy a img {
    height: auto;
}
.zoom-in-zoom-out {
  animation: zoom-in-zoom-out 3s ease-out infinite;
  cursor: pointer;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.3, 1.3);
  }
  100% {
    transform: scale(1, 1);
  }
}
.tabimg{
	display: none;
}
.topbgimg{
	background: url("../images/topbg.png") no-repeat;
  height: 50vh;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: flex !important;
  align-items: center;
}
.botbgimg{
	background: url("../images/botbg.png") no-repeat;
  height: 50vh;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: flex !important;
  align-items: center;
}
.topbgimg img{
	margin-top: 60px !important;
}
.tabimg img{
	height: auto !important;
    width: 100% !important;
    object-fit: contain !important;
    margin: 0 auto;
}
.confirm-click {
    transform: scale(1.1);
}

.first_target{
  background: url(../images/mainbg.png) no-repeat;
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: 100%  25%;
    background-attachment: fixed;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 30px;
}
.sec_target{
  background: url(../images/mainbg.png) no-repeat;
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 30px;
}
.modal-content:after{
  content: "";
  background: url(../images/ribbon.gif) no-repeat;
  background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    display: inline-block;
    right: -90%;
    top: -90px;
}
.modal-content:before{
  content: "";
  background: url(../images/ribbon.gif) no-repeat;
  background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    display: inline-block;
    left: -90%;
    top: -90px;
}
.brand-blog.transparent-blog.position-other {
    position: fixed;
}
a.topbgimg {
    height: 50vh;
}
.brand3{
  position: relative;
  top: -8px;
}
.brand img {
    width: 60%;
}
.modal-content .btn-grp img {
    height: 50px;
    margin-bottom: 0;
}
.tabimg_settartget{
  display: block;
    position: absolute;
    object-fit: contain !important;
    height: auto !important;
    object-position: top !important;
    width: auto !important;
    top: 0;
    left: 0;
}
.first_target:before, .sec_target:before{
  content: "";
    background: url(../images/shape.png) no-repeat;
    background-size: auto;
    background-position: 100% 0%;
    width: 300px;
    height: 300px;
    position: absolute;
    right: 0;
    top: 0;
}
.target_vinnertro{
  flex-flow: column;
  display: flex;
  align-items: center;
}
.target_vinnertro a {
    margin-top: 30px;
    text-align: center;
}
.login-blog .btn-grp a:last-child, .doctor-btngrp a:last-child {
    position: relative;
    top: -5px;
}
.modal-content .brand3 img {
    height: 60px !important;
}
.current-value svg {
    margin-right: 5px;
}
.brand3 img {
    height: 60px;
}
.login-blog .btn-grp a:last-child img {
    height: 65px;
}
.doctor-btngrp a:last-child img{
    height:60px;
}

.notep {
    text-align: center;
    margin: 20px 0 0;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 500;
}