@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

:root{
    --gray-color: #f1f3f4;
    --secondarygray-color: #dadce0;
    --thirdgray-color: #80868b;
    --purple-color: #8430ce;
    --blue-color: #4285f4;
    --black-color: #000;
    --white-color: #fff;
}


.page-loader{
	width: 100%;
height: 100%;
position: fixed;
background: #f1f3f4;
z-index: 1000;
}

/* SPINNER ANIMATION */
.spinner {
	position: relative;
	top: 35%;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background-color: #fff;

  border-radius: 100%;  
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}

.container .row {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    margin-bottom: 0;
}

.container .row .col{
    padding: 0 0.5rem;
}

body{
    /*min-height: 800px;*/
    font-family: 'Roboto', sans-serif;
}

nav{
    background: var(--white-color);
    box-shadow: none;
}

nav ul a {
  color: var(--black-color);
}
nav ul li{
  padding: 0;
  margin: 10px 2px;
}

nav ul a.btn, nav ul a.btn-large, nav ul a.btn-large, nav ul a.btn-flat, nav ul a.btn-floating {
  margin-top: -2px;
  margin-left: 6px;
  margin-right: 15px;
}

nav ul li.btnCustom{
  margin: 0;
}

nav ul li.btnCustom a{
  background: #2d79ba;
  border-radius: 5px;
padding: 0px 15px;
font-size: 14px;
}

nav ul li.btnCustom a:hover{
  background: #2d79ba;
  opacity: 0.8;
}

nav ul li a{
  height: 44px;
  min-width: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  display: flex;
  margin: 0;
padding: 0;
}

nav .custumDrop{
  margin-right: 15px;
}

nav .custumDrop a{
  background: #2d79ba;
  color: white;
}
nav a.button-collapse {
    display: block;
    color: var(--black-color);
}

.brand-logo{
  width: 200px;
  margin-top: 13px;
  left: 58px;
}

img{
  max-width: 100%;
}

.logo-text{
  position: absolute;
font-size: 20px;
left: 100px;
font-weight: 500;
color: gray;
}

#form1{
    
}


/*Snackbar Start*/

#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
  font-size: 17px;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}
/*Snackbar End*/

.navbarSearch .input-field {
  padding: 8px 0;
  margin: auto;
}

.navbarSearch .input-field label{
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.navbarSearch .input-field input[type="search"]{
  border-radius: 5px;
  background: var(--gray-color);
}

.navbarSearch .input-field input[type="search"]:focus{
border: none;
box-shadow: none;
}

.navbarSearch .input-field label i{
  color: var(--black-color);
}

.newForm{
    background: var(--gray-color);
}

.newForm header{
  height: 64px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.newForm header .rightSec{
  display: flex;
  align-items: center;
}

.newForm header .rightSec .dropdown-button{
  margin-left: 10px;
}

.newForm header .rightSec .hideSecBtn a{
  display: flex;
  align-items: center;
  font-size: 14px;
  color: var(--black-color);
}

.newForm header .rightSec .hideSecBtn a i{
  margin-left: 10px;
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  font-size: 18px;
}

.newForm .mainSectionNewForm{
    background: var(--gray-color);
}

.newForm .mainSectionNewForm .s2{
    width: 20%;
}

.newForm .mainSectionNewForm a{
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -ms-user-select: none;
    color: var(--black-color);
}

.newForm .mainSectionNewForm .newFormBox{
    background: var(--gray-color);
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -ms-user-select: none;
}

.newForm .mainSectionNewForm .newFormBox{
    border-radius: 3px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -ms-user-select: none;
}

.newForm .mainSectionNewForm .newFormBox p{
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -ms-user-select: none;
}

.newForm .mainSectionNewForm .newFormBox img{
    max-width: 100%;border-radius: 3px;
    overflow: hidden;
    border: solid 1px var(--secondarygray-color);
}

.newForm .mainSectionNewForm .newFormBox:hover img{
    border: solid 1px var(--purple-color)
}

.recentForm header{
  display: flex;
  align-items: center;
  height: 64px;
}

.recentForm header h6{
  font-weight: 500;
}

.recentForm .mainRecentForm .s2{
    width: 20%;
}

.card-content-custom .orderBtnsDrop{
  min-width: 230px;
}
.card-content-custom .orderBtnsDrop li {
  min-height: 40px;
}
.card-content-custom .orderBtnsDrop li a{
  font-size: 13px;
  padding: 10px 10px;
}
.card-content-custom .orderBtnsDrop li a i {
  line-height: 24px !important;
  margin-right: 10px;
}

.cardMain{
  color: var(--thirdgray-color);
}

.cardMain:hover .card{
  border: solid 1px var(--purple-color)
}

.card{
  box-shadow: none;
  border-radius: 5px;
  border: solid 1px var(--secondarygray-color)
}

.card .card-image{
  border-radius: 5px 5px 0 0;
  border-bottom: solid 1px var(--secondarygray-color);
}

.card .card-title {
  font-size: 14px;
  font-weight: 500;
}

.cardMain .card-content a{
  color: #212121 !important;
}

.card .card-content {
  padding: 13px;
  font-size: 12px;
}

.card .card-content .card-title {
  line-height: 20px;
}

.card .card-content-custom .btn-floating {
  box-shadow: none;
  color: var(--thirdgray-color);
  background: white;
  float: right;
  margin-right: -10px;
}

.card .card-content-custom .card-title i{
  color: var(--thirdgray-color) !important;
}

.headerTab{
  padding-top: 35px;
  background: var(--white-color);
}

.headerTab .tabs{
  height: 30px;
  width: auto;
  display: flex;
  justify-content: center;
}
.headerTab .tabs .tab{
  line-height: 30px;
height: 30px;
}
.headerTab .tabs .tab a {
  padding: 0 14px;
  font-size: 13px;
  font-weight: 500;
}

.headerTab .tabs .tab .activeResponse {
  background: #2d79ba;
  padding: 4px;
  border-radius: 100%;
  color: white;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  line-height: 13px;
  position: relative;
  top: -1px;
}

.innerBody{
  
  background: rgb(240, 235, 248);
}

.innerContainer{
}

.QuestionBoxes{
  position: relative;
  width: 80%;
margin: auto;
}

.activeDiv{
  position: absolute;
  left: 100%;
  margin-left: 15px;
  top: 0;
  box-shadow: 0 2px 1px -1px rgba(0,0,0,0.2),0 1px 1px 0 rgba(0,0,0,0.141),0 1px 3px 0 rgba(0,0,0,0.122);
  transition: box-shadow 280ms cubic-bezier(0.4,0.0,0.2,1);
  background-color: #fff;
  border: 1px solid #dadce0;
  -moz-border-radius: 8px;
  border-radius: 8px;
  transition: all ease 0.3s;
}

.activeDiv ul{
  padding: 10px;
  margin: 0;
}

.activeDiv ul li{
  margin-bottom: 5px;
}

.activeDiv .btn{
  padding: 0;
  background: none;
  box-shadow: none;
  color: #5f6368;
}

.activeDiv .btn .material-icons{
  font-size: 24px;
}

.material-tooltip {
  padding: 7px 7px;
  font-size: 12px;
  min-height: 28px;
}

.Questions .QuestionSec{
  background: var(--white-color);
  margin: 15px 0;
  border-radius: 10px;
  position: relative;
  padding: 25px 22px 0;
  border: 1px solid #dadce0;
  width: 100%;
  cursor: move;
}

.Questions .QuestionSec.headSection{
  cursor: auto;
  padding: 25px 22px;
}

.Questions .QuestionSec.headSection.selected{

  border: none;
}

.Questions .QuestionSec.headSection .borderTop{
  height: 10px;
  width: 100%;
  background: #2d79ba;
  display: block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.Questions .QuestionSec.headSection .input-field{
  margin: 0;
}

.Questions .QuestionSec.headSection .titleInput input{
  font-size: 36px;
  margin-top: 5px;
  margin-bottom: 0;
  border: none;
}

.Questions .QuestionSec.headSection .formDescription input{
  height: 2rem;
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 4px;
  border: none;
}

.required {
   color: #ff0000;
}

.errvalidation {
    color: #ff0000;
    font-size: 12px;
}

.errvalid_icon {
    float: left;
    margin-top: -3px;
    margin-right: 10px;
}

.Mid-header-20 {
   font-size: 18px;
}

.Master-header-30 {
   font-size: 30px;
}

.divtext {
    border: ridge 2px;
    padding: 5px;
    width: 20em;
    min-height: 5em;
    overflow: auto;
}
}

.Questions .QuestionSec.selected::before {
  content: "";
  width: 8px;
  height: 100%;
  background: var(--blue-color);
  position: absolute;
  top: 0;
  left: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.Questions .QuestionSec.selected{
  box-shadow: 0 2px 1px -1px rgba(0,0,0,0.2),0 1px 1px 0 rgba(0,0,0,0.141),0 1px 3px 0 rgba(0,0,0,0.122);
transition: box-shadow 280ms cubic-bezier(0.4,0.0,0.2,1);
border: none;
}

.Questions .QuestionSec .bodyQuestion .mat-div{
  margin-top: 0;
}

.bodyQuestion .addContentInput{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 20px;
}

.bodyQuestion .addContentInput span{
  width: 30px;
  color: #5f6368;
}

.bodyQuestion .addContentInput .formDescription{
  width: 100%;
}

.bodyQuestion .addContentInput .formDescription .mat-input{
  margin-bottom: 0;
  height: 2rem;
  font-size: 14px;
  border-bottom: solid 1px var(--secondarygray-color);
}

.bodyQuestion .addContentInput .closeContentInput{
  width: 32px;
  text-align: right;
  color: #5f6368;
}

.bodyQuestion .addContentInput .closeContentInput i{
  font-size: 24px;
}

.bodyQuestion .addContentInputOption{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.bodyQuestion .addContentInputOption span{
  width: 30px;
}

.bodyQuestion .addContentInputOption .formDescription{
  width: 90px;
}

.bodyQuestion .addContentInputOption .formDescription.addLinksDescription{
  width: auto;
  display: flex;
  align-items: center;
}

.bodyQuestion .addContentInputOption .formDescription.addLinksDescription .mat-input{
  width: 90px;
  margin-right: 10px;
}

.bodyQuestion .addContentInputOption .formDescription.addLinksDescription .orText{
  margin-right: 10px;
}

.bodyQuestion .addContentInputOption .formDescription.addLinksDescription .mat-input{
  width: 90px;
  margin-right: 10px;
}

.bodyQuestion .addContentInputOption .formDescription .mat-input{
  margin-bottom: 0;
  font-size: 14px;
  height: 2rem;
  border-bottom: solid 1px var(--secondarygray-color);
}

.bodyQuestion .addContentInput.shortPara span{
  display: none;
}

.bodyQuestion .addContentInput.shortPara .formDescription{
  width: 60%;
}

.bodyQuestion .addContentInput.shortPara .closeContentInput{
  display: none;
}


.mat-input {
  position: relative;
  background: transparent;
  width: 100%;
  border: none;
  outline: none;
  font-size: 16px;
  border-bottom: none;
}

.Questions .QuestionSec .bodyQuestion .mat-bg{
  background: var(--gray-color);
  border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
}
.Questions .QuestionSec .bodyQuestion .mat-bg:hover{
  background: var(--secondarygray-color);
}

.Questions .QuestionSec .bodyQuestion .materialize-textarea {
  /*padding: 15px 15px 0;*/
min-height: 0.6rem;
height: 0.6rem;
margin-bottom: 0;
font-size: 16px;
}

.Questions .QuestionSec .bodyQuestion .materialize-textarea::placeholder {
  color: var(--thirdgray-color);
}

.Questions .QuestionSec .bodyQuestion .materialize-textarea::-moz-placeholder {
  color: var(--thirdgray-color);
}

.mat-div {
  position: relative;
}

.mat-div:after, .mat-div:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e2e2e2; 
  bottom: 0;
  left: 0;
  transition: all 0.5s;
}

.mat-div::after {
  background-color: #8E8DBE;
  transform: scaleX(0);
}

.is-active::after {
  transform: scaleX(1);
}

.is-active .mat-label {
  color: #8E8DBE;
}

.is-completed .mat-label {
  font-size: 12px;
  transform: translateY(0);
}

/* .is-active .mat-bg,.is-completed .mat-bg{
  background: var(--secondarygray-color);
} */

.unselectable {
  -moz-user-select: -moz-none,
  -moz-user-select: none,
  -o-user-select: none,
  -khtml-user-select: none,
  -webkit-user-select: none,
  -ms-user-select: none,
  user-select: none
}

.dragaware {
  cursor: pointer;
}

.draggable_clone {
  position: absolute; /* also set via javascript */
  z-index: 100001;
  pointer-events:none; /* disable mouse events on the clone */
}

.draggable.dragging, .draggable .dragging {
  opacity: 0.5;
}

.sortable .sortable_clone {
  position: absolute; /* also set via javascript */
  z-index: 100001;
  list-style-type: none;
  opacity: 0.5;
}

.sortable .sortable_placeholder {
  box-sizing: border-box;
  list-style-type: none;
  background: #eee;
  border: 1px dotted var(--purple-color);
  border-radius: 10px;
}

.whiteBtnBr{
  background: var(--white-color);
  border: solid 1px var(--secondarygray-color);
  box-shadow: none;
  border-radius: 3px;
  color: #5f6368;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  text-transform: none;
}

.whiteBtnBr span{
  margin-right: auto;
margin-left: 15px;
}

.whiteBtnBr:hover,.whiteBtnBr:focus{
  box-shadow: none;
  background: none;
}

.whiteBtnBr i{
  font-size: 24px;
}

.dropdown-content li > a, .dropdown-content li > span {
  font-size: 16px;
  color: #5f6368;
  display: block;
  line-height: 22px;
  padding: 14px 16px;
}

.txtHeight{
  height: 50px;
}

.footerQuestion {
  border-top: solid 1px var(--secondarygray-color);
  margin-top: 15px;
}

.footerRequire{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.footerRequire .break {
  border-right: solid 1px var(--secondarygray-color);
  display: block;
  margin: 0 8px;
  height: 26px;
}

.footerRequire li {
  display: flex;
  margin: 0 15px;
}

.footerRequire li:last-child {
  margin: 0;
}

.footerRequire li .switch label .lever {
  margin-right: 0;
}

.footerRequire li a{
  color: #5f6368;
}

.activeInactive .Inactive .top{
  display: none;
}

.activeInactive .Inactive .footerQuestion{
  display: none;
}

.activeInactive .Inactive .InactiveInner .InactiveContent{
  display: none;
}

.activeInactive .Inactive .activeInner{
  display: none;
}

.activeInactive .PrevActiveConent{
  display: none;
}

.activeInactive .Inactive .PrevActiveConent {
  display: block;
}

.tabs .indicator {
  position: absolute;
  bottom: 0;
  height: 3px;
  background-color: #2d79ba;
  will-change: left, right;
  border-radius: 5px 5px 0 0;
}

.tabs .tab a {
  color: #122245;
  opacity: .5;
}

.tabs .tab a:hover, .tabs .tab a.active {
  background-color: transparent;
  color: #122245;
  opacity: 1;
}

.Response .responseSec{
  margin: auto;
  width: 80%;
}

.Response .topHeaderResponse {
  background: var(--white-color);
  margin: 15px auto;
  border-radius: 10px;
  position: relative;
  padding: 25px;
}

.Response .topHeaderResponse h4{
  margin: 0;
  font-size: 24px;
}
.Response .topHeaderResponse .pullrightDrop{
  float: right;
}
.Response .topHeaderResponse .pullrightDrop .whiteBtnBr {
  background: var(--white-color);
  border: none;
  box-shadow: none;
  border-radius: 3px;
  color: #5f6368;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  text-transform: none;
  width: 40px;
  height: 40px;
  justify-content: center;
  border-radius: 50%;
  margin-right: -15px;
}
.Response .topHeaderResponse .pullrightDrop .dropdown-content {
  min-width: 360px;
}
.Response .topHeaderResponse .pullrightDrop .dropdown-content li > a,.Response .topHeaderResponse .pullrightDrop .dropdown-content li > span {
  font-size: 14px;
}

.Response .topHeaderResponse .acceptingSwitch{
  display: flex;
  justify-content: flex-end;
}

.Response .topHeaderResponse .acceptingSwitch li{
  display: flex;
  margin-top: 10px;
  font-size: 13px;
}

.Response .topHeaderResponse .acceptingSwitch li .switch label .lever {
  margin-right: 0px;
}

.Response .waitResponse {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .3px;
  line-height: 16px;
  color: #70757a;
  background-color: #fff;
  border: 1px solid #dadce0;
  border-radius: 8px;
  margin-bottom: 12px;
  padding: 24px;
  text-align: center;
}

.tabRow{
  margin-bottom: -25px;
}

.tabRow .tabs {
  height: 38px;
margin-top: 10px;
display: flex;
flex-wrap: wrap;
width: 100%;
justify-content: space-around;
}

.tabRow .tabs .tab {
  line-height: 38px;
  height: 38px;
  text-transform: none;
}

.tabRow .tabs .tab a {
  padding: 0 14px;
font-size: 13px;
font-weight: 500;
}

.boxSummary{
  background: var(--white-color);
  margin: 15px auto;
  border-radius: 10px;
  position: relative;
  padding: 20px 25px;
}

.boxSummary h5{
  font-size: 22px;
  border-bottom: solid 1px var(--secondarygray-color);
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.boxSummary .responses{
  font-size: 13px;
}

.boxSummary .respondedEmail li, .boxSummary .respondedName li{
  background: var(--gray-color);
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 5px;
}

.boxSummary .respondedEmail li a, .boxSummary .respondedName li a{
  color: rgba(0, 0, 0, 0.87);
}



























  
  form p {
    font-size: 120%;
  }
  
  .ctrlqHeaderMast {
    height: 278px;
    background: #009688;
  }
  
  .ctrlqFormContent {
    color: rgba(0,0,0,.87);
    padding: 20px 35px
  }
  
  .ctrlqFormContentWrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-flex-direction: column;
    flex-direction: column
  }
  
  .ctrlqAccent {
    background-color: #a7ffeb;
    height: 8px;
  }
  .ctrlqCenteredContent {
    margin: auto;
    width: 600px; 
  }
  .ctrlqFormCard {
    background-color: #fff;
    margin-bottom: 48px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.37);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.37);
    word-wrap: break-word
  }
  
  .ctrlqFormCard:first-of-type {
    margin-top: -100px
  }
  
  .ctrlqHeaderTitle {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 34px;
    line-height: 135%;
    max-width: 100%;
    min-width: 0%;
    margin-bottom: 22px
  }
  
  @media (max-width: 660px) {
    .ctrlqHeaderMast {
      height: 122px;
    }
    .ctrlqFormCard:first-of-type {
      margin-top: -50px;
    }
  
    .ctrlqCenteredContent {
      width: 90%;
    }
  }
  
  div.error {
    position: relative;
    top: -1rem;
    left: 0rem;
    font-size: 0.8rem;
    color: #FF4081;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }

  input:not([type]).invalid + label:after, input:not([type]):focus.invalid + label:after, input[type=text]:not(.browser-default).invalid + label:after, input[type=text]:not(.browser-default):focus.invalid + label:after, input[type=password]:not(.browser-default).invalid + label:after, input[type=password]:not(.browser-default):focus.invalid + label:after, input[type=email]:not(.browser-default).invalid + label:after, input[type=email]:not(.browser-default):focus.invalid + label:after, input[type=url]:not(.browser-default).invalid + label:after, input[type=url]:not(.browser-default):focus.invalid + label:after, input[type=time]:not(.browser-default).invalid + label:after, input[type=time]:not(.browser-default):focus.invalid + label:after, input[type=date]:not(.browser-default).invalid + label:after, input[type=date]:not(.browser-default):focus.invalid + label:after, input[type=datetime]:not(.browser-default).invalid + label:after, input[type=datetime]:not(.browser-default):focus.invalid + label:after, input[type=datetime-local]:not(.browser-default).invalid + label:after, input[type=datetime-local]:not(.browser-default):focus.invalid + label:after, input[type=tel]:not(.browser-default).invalid + label:after, input[type=tel]:not(.browser-default):focus.invalid + label:after, input[type=number]:not(.browser-default).invalid + label:after, input[type=number]:not(.browser-default):focus.invalid + label:after, input[type=search]:not(.browser-default).invalid + label:after, input[type=search]:not(.browser-default):focus.invalid + label:after, textarea.materialize-textarea.invalid + label:after, textarea.materialize-textarea:focus.invalid + label:after, .select-wrapper.invalid + label:after{
    transform: translateY(20px);
    -webkit-transform: translateY(20px);;
    -ms-transform: translateY(20px);;
    -o-transform: translateY(20px);;
  }

.btnround {
  display:block;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  background-color: navy;
  border: 0px solid navy;
  color: navy;
}

  .loginScreen{
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/bg-1.png) no-repeat center;
    background-size: cover;
  }

  .loginScreen .login-form{
    width: 400px;
  }
  .logo{
    width: 300px;
    margin: 20px auto;
  }

  .loginScreen .login-form .input-field .prefix{
    font-size: 1.5rem;
  }

  .loginScreen .login-form .input-field input{
    height: 2rem;
    margin-bottom: 10px;
  }

  .loginScreen .login-form .input-field label{
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }

  .loginScreen .login-form .input-field label:not(.label-icon).active{
    -webkit-transform: translateY(-14px) scale(0.8);
    transform: translateY(-14px) scale(0.8);
    -webkit-transform-origin: 0 0;
    transform-origin: -15px -8px;
  }

  .loginScreen .checkBoxArea {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    font-size: 13px;
    align-items: center;
  }

  .loginScreen .checkBoxArea [type="checkbox"] + label{
    font-size: 13px;
  }

  .loginScreen .copyrightText{
    text-align: center;
font-size: 14px;
margin-top: 0;
  }

.loginScreen .copyrightText p{
font-size: 13px;
text-align: center;
margin-bottom: 5px !important;
margin-top: 6px;
  }

.modal.custom {
    outline:none;
    
}

.modal.custom .modal-dialog {
    width:50%;
    margin:0 auto;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #1e173a;
  background-color: #d7d5e2;
  border-color: #c8c4d7;
}

.alert-primary hr {
  border-top-color: #bab5cd;
}

.alert-primary .alert-link {
  color: #0b0915;
}

.alert-secondary {
  color: #737373;
  background-color: #f8f8f8;
  border-color: #f6f6f6;
}

.alert-secondary hr {
  border-top-color: #e9e9e9;
}

.alert-secondary .alert-link {
  color: #5a5a5a;
}

.alert-success {
  color: #025f38;
  background-color: #cdf1e1;
  border-color: #b9ebd6;
}

.alert-success hr {
  border-top-color: #a5e5ca;
}

.alert-success .alert-link {
  color: #012d1b;
}

.alert-info {
  color: #064d80;
  background-color: #ceeafd;
  border-color: #bbe1fd;
}

.alert-info hr {
  border-top-color: #a2d6fc;
}

.alert-info .alert-link {
  color: #04304f;
}

.alert-warning {
  color: #7f5612;
  background-color: #fdedd3;
  border-color: #fce6c1;
}

.alert-warning hr {
  border-top-color: #fbdca9;
}

.alert-warning .alert-link {
  color: #52380c;
}

.alert-danger {
  color: #ffff;
  background-color: #fe3030;
  border-color: #fe3030;
}

.alert-danger hr {
  border-top-color: #ffb9bf;
}

.alert-danger .alert-link {
  color: #602329;
}

.alert-light {
  color: #79797c;
  background-color: #fbfafc;
  border-color: #f9f9fb;
}

.alert-light hr {
  border-top-color: #eaeaf1;
}

.alert-light .alert-link {
  color: #606062;
}

.alert-dark {
  color: #1e212a;
  background-color: #d8d9dc;
  border-color: #c8c9ce;
}

.alert-dark hr {
  border-top-color: #bbbcc2;
}

.alert-dark .alert-link {
  color: #090a0c;
}