/*
 * Specific styles of signin component
 */
/*
 * General styles
 */

/* css/style.css new */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
    font-family: 'Outfit' !important;
    /* background-color: #F5FBFB; */
    background-color: #f5fdfd;
    scroll-behavior: smooth;
    /* cursor: none; */
}

/* ------- Scrollbar --------- */

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: #fafafa;
}

::-webkit-scrollbar-thumb {
    background-color: #F37C23;
    transition: all 0.5s ease;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #dd6b00;
}

/*---------- Cursor ----------*/
.cursor {
    position: fixed;
    width: 30px;
    height: 30px;
    border: 1px solid #ff6c03;
    border-radius: 50%;
    left: 0;
    right: 0;
    top: 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: 0.1s;
    z-index: 99999 !important;
}

.cursor2 {
    position: fixed;
    width: 10px;
    height: 10px;
    background-color: #ff6c03;
    box-shadow: 0 0 100px #ff6c03;
    border-radius: 50%;
    left: 0;
    right: 0;
    top: 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 99999 !important;
}

/*---------- Cursor ----------*/

.content {
    display: flex;
    align-items: center;
}

.content .hand {
    margin-left: 10px;
}

.tfportal-banner {
    background: url(../images/tfportal-bannerimg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    padding: 20px 20px;
    background-size: cover;
    height: 100%;
}

.tfportal-banner .container {
    height: calc(100vh - 40px);
}

.tfportal-bannerlt{
    padding-left: 0px;
}

.tfportal-banner .row {
    display: flex;
    flex-wrap: wrap;
    height: calc(100vh - 90px);
    width: 100%;
    justify-content: space-evenly;
    /* flex-direction: column; */
}

.tfportal-bannerrt img {
    width: 120%;
}

.tfportal-bannerlogo {
    text-align: center;
    margin-bottom: 60px;
}

.tfportallogin-logo {
    text-align: left !important;
    margin-bottom: 20px;
}

.tfportal-bannerlogo a {
    display: block;
    width: auto;
    margin: 0px auto;
}



.tfportal-bannerlt h5 {
    color: #14176C;
    font-size: 22px;
    font-weight: 600;
}

.tfportal-bannerlt h1 {
    color: #14176C;
    font-size: 64px;
    font-weight: 600;
    margin: 0px 0px;
}

.tfportal-bannerlt{
    padding-left: 0 !important;
}

.txt-typing {
    /* min-height: 132px; */
    min-height: 142px;
}



.tfportal-bannerlt p {
    color: #14176C;
    font-size: 22px;
    margin-top: 15px;
}

.tfportal-bannerlt a {
    /* background-color: #14176C;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    padding: 12px 45px;
    border-radius: 15px 15px 15px 0px;
    display: block;
    width: fit-content;
    margin-top: 30px;
    transition: all 0.3s ease-out 0s; */

    color: #fff;
    border: 3px solid #14176C;
    background-image: -webkit-linear-gradient(30deg, #14176C 50%, transparent 50%);
    background-image: linear-gradient(30deg, #14176C 50%, transparent 50%);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0%;
    font-size: 24px;
    padding: 10px 45px;
    border-radius: 15px 15px 15px 0px;
    display: block;
    width: fit-content;
    margin-top: 30px;
    font-weight: 400;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
}

.tfportal-bannerlt a:hover {
    background-position: 100%;
    text-decoration: none;
    color: #14176C;
    font-weight: 400;
}

.tfportal-bannerlt a:focus{
    text-decoration: none;
    color: #fff !important;
}
.tfportal-logout:focus{
    color: #fff !important;
}

.arrow {
    font-size: 30px;
    margin-left: 5px;
    font-weight: bolder;
}

.tfportal-bannerlt a img {
    margin-left: 8px;
    width: 25px;
}

.tfportal-header {
    /* padding: 10px 20px 0px; */
}

.tfportal-logout {
    color: #fff;
    border: 3px solid #14176C;
    background-image: -webkit-linear-gradient(30deg, #14176C 50%, transparent 50%);
    background-image: linear-gradient(30deg, #14176C 50%, transparent 50%);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0%;
    font-size: 20px;
    padding: 5px 45px;
    border-radius: 15px 15px 15px 0px;
    display: block;
    width: fit-content;
    /* font-weight: 400; */
    transition: all 0.3s ease-out 0s;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
}

.tfportal-logout img {
    margin-left: 8px;
    width: 25px;
}

.tfportal-logout:hover {
    background-position: 100%;
    text-decoration: none;
    color: #14176C;
    font-weight: 400;
}

.tfportal-header ul {
    padding-left: 0px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.tfportal-header ul li {
    list-style: none;
}

.tfportal-boxesrow {
    /* padding: 20px 20px; */
    padding: 11px 20px;
}

.tfportal-boxtitle {
    text-align: center;
    margin-bottom: 40px;
}

.tfportal-boxtitle h4 {
    color: #FF8A43;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 0px;
    font-weight: 600;
    letter-spacing: 5px;
}

.tfportal-boxtitle h2 {
    color: #14176C;
    font-size: 40px;
    font-weight: 700;
    margin-top: 10px;
}

.tfportal-item {
    /* box-shadow: 0px 8px 24px rgba(210, 210, 210, 0.2); */
    box-shadow: 0px 8px 24px #cdcdcd33;
    border-radius: 10px;
}

.txt-typing {
    color: #F37C23 !important;
}

.tfportal-thumb img {
    width: 100%;
    border-radius: 10px 10px 0px 100px;
}

.tfportalbox-content {
    position: relative;
    padding: 20px 30px 30px;
    background: #fff;
    /* border-radius: 0px 0px 10px 10px; */
    border-radius: 10px;
}

.tfportalbox-content .icon {
    background-color: #ECF6FA;
    width: 60px;
    height: 60px;
    display: flex;
    padding: 15px;
    border-radius: 60px;
    border: 2px solid #fff;
    position: absolute;
    top: -40px;
    left: 25px;
    z-index: 1;
}

.tfportal-boxesingle {
    margin-bottom: 40px;
}

.tfportalbox-content .title {
    margin-bottom: 20px;
}

.tfportalbox-content .title a {
    color: #14176C;
    /* font-size: 20px; */
    font-size: 24px;
    font-weight: 600;
}

.tfportalbox-content .title a:hover {
    text-decoration: none;
}

.tfportalbox-content p {
    color: #3E4073;
    font-family: 'Inter', sans-serif;
    margin: 0px 0px 20px;
}

.tfportalbox-content a.btn {
    /* background-color: #ECF6FA; */
    background-color: #dff6ff;
    color: #250D70;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 10px;
    padding: 12px 15px;
    display: flex;
    width: fit-content;
    align-items: center;
    transition: all 0.3s ease-out 0s;
    overflow: hidden;
    position: relative;
}

.tfportalbox-content a.btn:hover,
.tfportalbox-content a.btn:focus-visible {
    background-color: #250D70;
    color: #fff;
}

.ar-hide,
.tfportalbox-content a.btn:hover .ar-show,
.tfportalbox-content a.btn:focus-visible .ar-show {
    display: none;
}

.tfportalbox-content a.btn:hover .ar-hide,
.tfportalbox-content a.btn:focus-visible .ar-hide {
    display: block;
}

.tfportalbox-content a.btn img {
    margin-left: 7px;
}

.shine-animate {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-out 0s;
}

.shine-animate-box {
    transition: all 0.3s ease-out 0s;
}

/* .shine-animate-box:hover .tfportalbox-content .icon{
    background-color: #250D70;
} */
.shine-animate-box:hover {
    /* box-shadow: 0px 4px 30px 0px #CFDEE4; */
    box-shadow: 0px 4px 30px 0px #ced5d8;
    cursor: pointer;
}

.shine-animate::before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
}

.shine-animate-box:hover .shine-animate::before {
    animation: hovershine 1.2s;
}

.tfportal-footer {
    width: 100%;
    padding: 10px;
    background-color: #250D70;
}

@keyframes hovershine {
    100% {
        left: 125%;
    }
}

@media (max-width: 1292px) {
    .tfportal-banner .container{
        height: 100vh;
    }
}
@media (max-width: 991px) {

    .tfportal-banner .container,
    .tfportal-banner .row {
        height: 100%;
    }

    .tfportal-boxesrow .row {
        display: flex;
        flex-wrap: wrap;
    }

    .tfportal-boxtitle {
        width: 100%;
    }

    .tfportal-boxesingle {
        width: 48%;
        margin: 1%;
    }

    .txt-typing {
        min-height: 72px;
    }

    .tfportal-bannerrt img {
        width: 100%;
        margin-top: 60px;
    }
}

@media (max-width: 479px) {
    .tfportal-boxesingle {
        width: 100%;
        margin: 0px auto 30px;
    }

    .tfportal-boxtitle {
        margin-bottom: 20px;
    }

    .tfportal-boxtitle h2 {
        font-size: 30px;
    }

    .tfportal-bannerlt h1 {
        font-size: 40px;
    }

    .txt-typing {
        min-height: 92px;
    }

    .tfportal-bannerlt p {
        font-size: 18px;
    }

    .tfportal-logout {
        font-size: 16px;
        padding: 0px 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .tfportal-headerlogo img {
        width: 80%;
    }

    .tfportal-bannerrt {
        margin-top: 40px;
    }

    .tfportal-bannerrt img {
        width: 100%;
        margin-top: 10px;
    }

    .progress-div{
        right: 10px !important;
    }
}

@media (max-width: 325px){
    .tfportal-bannerlt a{
        display: flex;
        justify-content: center;
        align-items: center;
    }
}


/* Hand Animation */

.wave {
    animation-name: wave-animation;
    /* Refers to the name of your @keyframes element below */
    animation-duration: 2.5s;
    /* Change to speed up or slow down */
    animation-iteration-count: infinite;
    /* Never stop waving :) */
    transform-origin: 70% 70%;
    /* Pivot around the bottom-left palm */
    display: inline-block;
    font-size: 28px;
    margin-left: 5px;
}

@keyframes wave-animation {
    0% {
        transform: rotate(0.0deg)
    }

    10% {
        transform: rotate(14.0deg)
    }

    /* The following five values can be played with to make the waving more or less extreme */
    20% {
        transform: rotate(-8.0deg)
    }

    30% {
        transform: rotate(14.0deg)
    }

    40% {
        transform: rotate(-4.0deg)
    }

    50% {
        transform: rotate(10.0deg)
    }

    60% {
        transform: rotate(0.0deg)
    }

    /* Reset for the last half to pause */
    100% {
        transform: rotate(0.0deg)
    }
}


/* Modal CSS */

.modal.in .modal-dialog{
    width: 95%;
}

.policy {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  
  .policy img {
    max-height: 55px;
  }

  .policy a{
    text-decoration: none;
  }
  
  .modal-content {
    width: 100%;
    margin: 0px auto;
    /* background-color: #37373c; */
    background-color: #22223a;
    border-radius: 10px;
  }
  
  .modal-header {
    background-color: #ffffff;
    color: #1c1c1c;
    border-radius: 10px 10px 0px 0px;
  }
  
  .modal-header .close {
    background-color: #22223a;
    padding: 7px 13px;
    border-radius: 10px;
    border: 2px solid #22223a;
  }

  .modal-header .close:hover{
    background-color: #ffffff;
    opacity: 1;
    color: #22223a;
  }

  .close {
    color: #ffffff;
    opacity: 1;
    transition: all 0.5s ease;
    font-size: 24px;
    font-weight: 400;
  }

    
  @media (max-width: 1300px){
    .policy{
        width: 25%;
    }
  }

  @media (min-width: 1300px){
    .policy{
        width: 20%;
    }
  }

  @media (max-width: 1080px){
    .policy{
        width: 33%;
    }
  }

  @media (max-width: 991px) {
    .modal-content {
      width: 100%;
    }

    .container .card{
        width: 200px !important;
    }
  }
  
  @media (max-width: 768px) {
    .modal-content {
      width: 90%;
    }
    .policy{
        width: 50%;
    }
    .modal.in .modal-dialog{
        width: 100%;
    }

  }

  @media (max-width: 575px) {
    .policy {
      width: 100%;
    }

    .modal-title{
        font-size: 16px !important;
    }
  }

  @media (max-width: 480px){
    .container .card{
        width: 180px !important;
    }
  }

  @media (max-width: 370px){
    .container .card{
        width: 140px !important;
    }

    .container .card .content1 .hh3{
        font-size: 14px !important;
    }

    .policy img{
        max-width: 50px !important;
    }
  }

  @media (max-width: 1024px){
    .cursor{
        display: none;
    }
    .cursor2{
        display: none;
    }
}

  .container .card {
    position: relative;
    width: 240px;
    height: 140px;
    /* margin: 30px; */
    box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    cursor: pointer;
  }
  
  .container .card .content1 {
    /* padding: 20px; */
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    transition: 0.5s;
    /* transform: translateY(100px); */
    opacity: 1;
  }
  
  .container .card .content1 .hh2 {
    position: absolute;
    /* top: -90px; */
    top: -18px;
    right: 10px;
    font-size: 3em;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.03);
  }
  
  .container .card .content1 .hh3 {
    font-size: 18px;
    color: #fff;
    z-index: 1;
    max-height: 0px;
  }
  
  .container .card .content1 .pp {
    font-size: 1em;
    color: #fff;
    font-weight: 300;
  }
  
  .container .card .content1 .img1 {
    /* margin-bottom: 20px; */
  }
  
  .container .card .content1 .aa {
    position: relative;
    display: inline-block;
    padding: 8px 20px;
    margin-top: 15px;
    background: #fff;
    color: #000;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 500;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  
  .container .card:hover .content1 {
    /* transform: translateY(0); */
    opacity: 1;
  }
  
  /* .modal-body {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
  } */

  .modal-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .modal-title{
    width: 100%;
    font-size: 20px;
    font-weight: 600;
  }


  /* Back to top */

  .progress-div {
	position: fixed;
	right: 40px;
	bottom: 40px;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	box-shadow: inset  0 0 0 2px rgba(0,0,0,0.1);
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
	/* animation: updown 2s ease infinite; */
}
.progress-div.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.progress-div::after {
	position: absolute;
	font-family: 'fontawesome';
	content: "\f106";
	text-align: center;
	line-height: 46px;
	font-size: 24px;
	color: #F37C23;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 1;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
	animation: updown 2s ease infinite;
}
.progress-div:hover::after {
	opacity: 0;
}
.progress-div::before {
	position: absolute;
	font-family: 'fontawesome';
	content: "\f102";
	text-align: center;
	line-height: 46px;
	font-size: 24px;
	opacity: 0;
	background: #F37C23;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 2;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-div:hover::before {
	opacity: 1;
}
.progress-div svg path { 
	fill: none; 
}
.progress-div svg.progress-round path {
	stroke: #F37C23; /* --- Lijn progres kleur --- */
	stroke-width: 4;
	box-sizing:border-box;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

@keyframes updown {
	0% {
	  transform: translateY(-7%);
	}
  
	50% {
	  transform: translateY(7%);
	}
  
	100% {
	  transform: translateY(-7%);
	}
  }

  /* Loader */

  .loader-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    font-size: 0;
    color: #00c9d0;
    display: inline-block;
    margin: -25px 0 0 -25px;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.lead{
  font-size:13px;
}
.loader div {
    background-color: #F37C23;
    display: inline-block;
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    opacity: .5;
    border-radius: 50%;
    -webkit-animation: ballPulseDouble 2s ease-in-out infinite;
    animation: ballPulseDouble 2s ease-in-out infinite;
}

.loader div:last-child {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes ballPulseDouble {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ballPulseDouble {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

