*{
    box-sizing: border-box; /* or content-box */

}
/*Dashboard backend*/
#Dashboard{
  color:white;
  background-color: black;
}

/* to show feed back form */
span.check{
    color: orange;
}
/*Form Feed back*/
.feedback-form {
  max-width: 400px;
  margin: 0 auto;
}

.rating {
  margin-bottom: 20px;
  display: flex;
  flex-direction: row-reverse; /* this is the magic */
  justify-content: flex-end;
}

.rating input {
  display: none;
}

.rating label {
  font-size: 24px;
  cursor: pointer;
}

.rating label:hover,
.rating label:hover ~ label { /* reason why the stars are in reverse order in the html */
  color: orange;
}

.rating input:checked ~ label {
  color: orange;
}

.comment {
  margin-bottom: 20px;
}

.comment textarea {
  width: 100%;
  height: 100px;
  resize: none;
}

/*Form Feed back*/
:root {
  --navyblue:rgb(0,0,255);
  --red:rgb(255,0,0);
}
.navyblue{
  color:var(--navyblue);
}
.red{
  color:var(--red);
}
body{
/*  overflow-x: hidden;*/
  width: auto;
  height: auto;
  line-height: auto;
  font-family: inherit;
}
/*tooltip*/
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}





.carousel-item {
    margin: 0;
    padding: 0;
}
.carousel-inner {
/*    display: flex;*/
    align-items: center; /* Vertically center images */
}
.custom-nav {
  position: absolute; /* Make the nav position relative to the carousel */
  bottom: 0; /* Adjust distance from the bottom */
  left: 0; /* Adjust distance from the left */
  z-index: 1000; /* Ensure it’s above other carousel content */
/* background-color:#ccc;*//* Semi-transparent background */
/* padding: 10px; *//* Add some padding */
  border-radius: 5px; /* Optional: add rounded corners */
}
.searchbox{
 position: absolute;
 top: 50%;
 /*filter: blur(0) brightness(0.5) contrast(1.2) grayscale(0) 
 hue-rotate(180deg) invert(0) opacity(0.8) saturate(1.5) sepia(0);*/
 /*background-color: rgba(0, 0, 255, 0.5);*/
/* filter: blur(0) brightness(0.5) contrast(1.2) grayscale(0) hue-rotate(180deg) invert(0) opacity(0.9) saturate(1.5) sepia(0);*/
 /*background-color: rgba(0, 0, 255, 0.5);*/
 left: 50%;
 /*right: 25%;*/
/* margin: 0 auto;*/
 transform: translate(-50%, -50%);
}
 .head-cal {
/*  color: #68b917;*/
  font-size: 20px;
  font-family:"lucida calligraphy";
}

/*header css*/
body{
    font-family:"Merriweather", serif;
    line-height: 1.5;
    /*overflow-x: hidden;
    overflow-y: hidden;*/
}

.mymatchphpto{
  margin: 0 auto;
}
.contains{
	width:100%;
	height:100%;
/*	overflow: hidden;*/
}
.left-image{
	float:left;
	max-width: -webkit-fill-available;
	vertical-align: middle;
	max-height: 260px;
	padding-left: 95px;
}
.pad-82{
	margin: 115px auto;
}
.logo-heading { 
	font-family:inknut Autiqua;
	
font-size: 18vh;
vertical-align:text-top;

}

.sub-heading{
	font-family: cookie;
	font-size: 40px;	
}

.right-image{
	float:right;
	max-width: -webkit-fill-available;
	vertical-align: middle;
	max-height:fit-content;
/*    padding-right: 10px;*/
}
/*.images{
	width:100%;
	height:100%;

}*/

/*.carousel-inner img {
    width:100%;
    height: auto;
   display: block;
   background-size:auto;
  background-repeat:no-repeat;
  background-position: center; 
  }*/
  .header{
  	max-height: 25%;
  	height:25%;
  }
/*header css*/
/*Index css*/
.content-men{
    font-family:inknut Autiqua;
    font-size: 40px;
    }
    .content-men-heading{
    font-family:inknut Autiqua;
    font-size: 45px;
    }
    .content-women{
    font-family:Satisfy;
    font-size: 40px;
    }
    .content-women-heading{
    font-family:Satisfy;
    font-size: 45px;
    }
/*Index css*/
/*filp Card*/
  /*@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');*/
#team {
    background: #eee !important;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #108d6f;
    border-color: #108d6f;
    box-shadow: none;
    outline: none;
}

.btn-primary {
    color: #fff;
    background-color: #007b5e;
    border-color: #007b5e;
}

section {
   margin: 0 auto;
}

section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}

#team .card {
    border: none;
    background: #ffffff;
}
/*.card {
    width: 500px; /* Adjust as needed */
  /*  height: 350px; /* Adjust as needed */
   /* overflow: hidden; /* Ensures content doesn't overflow */
/*}*/
.mainflip {
    width: 33.3%; /* Match card width */
    height:auto; /* Match card height */
    /* Other styling for flip */
}

.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
    width:100%; /* Match card width */
    height:auto; /* Match card height */
    /* Other styling for flip */
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;

}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

.frontside .card,
.backside .cards {
/*    min-height: 312px;*/
width:100%;
height:auto;
/*overflow: hidden;*/
}

.backside .cards a {
    font-size: 18px;
    color: #007b5e !important;
}

.frontside .card .card-title,
.backside .cards .card-title {
    color: #007b5e !important;
}

.backside .cards .card-body{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.frontside .card .card-body{
    width:100%;
    height:100%;
    border-radius: 50%;
}
/*filp Card*/
/*social links in footer*/
.social-media-icons ul {
    list-style: none;
    padding-left: 12%;
    float:right;
}

.social-media-icons a {	
/*	display: inline-block;*/
	text-decoration: none;
/*	padding: 7px;*/
}

.social-media-icons a:nth-child(1) i {
	color: #d34836;
}

.social-media-icons a:nth-child(2) i {
	color: #4099FF;
}

.social-media-icons a:nth-child(3) i {
	color: #b31217;
}

.social-media-icons a:nth-child(4) i {
	color: #FF6600;
}

.social-media-icons a i:hover{
	color: black;
    cursor: pointer;
}
footer{
	background-color:white;
	border:none;
	color:black;
    
}
.footer ul li {
    list-style: none;
    text-decoration: none;
    position: relative;
    display: block;
    cursor: pointer;    
}

.footer ul li .heading{

}
.social-media-icons ul li a img{
    width:8%;
    height:8%;
/*    padding:4px;*/
   

}
.footer ul li a{
    float:none;
    text-align: center;
    display: ruby;
    align-items:left;
    width: 100%;
  height: 100%;
}

/*Form*/
@import url(https://fonts.googleapis.com/css?family=Roboto);
body,
input,
select,
textarea,
body * {
  font-family:"Merriweather", serif;
  box-sizing: border-box;

}
body::after, body::before,
input::after,
input::before,
select::after,
select::before,
textarea::after,
textarea::before,
body *::after,
body *::before {
  box-sizing: border-box;
}

body {
  /*background-image: -webkit-linear-gradient(top, #f2f2f2, #e6e6e6);
  background-image: linear-gradient(top, #f2f2f2, #e6e6e6);*/
  
}

h1 {
  font-size: 2rem;
  text-align: center;
  margin: 0 0 2em;
}

/*.container {
  position: relative;
  max-width: 40rem;
  margin: 5rem auto;
  background: #fff;
  width: 100%;
  padding: 3rem 5rem 0;
  border-radius: 1px;
}
.container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
  -webkit-transition: -webkit-transform 0.28s ease-in-out;
  transition: -webkit-transform 0.28s ease-in-out;
  transition: transform 0.28s ease-in-out;
  transition: transform 0.28s ease-in-out, -webkit-transform 0.28s ease-in-out;
  z-index: -1;
}
.container:hover::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}*/

.button-container {
  text-align: center;
}

fieldset {
  margin: 0 0 3rem;
  padding: 0;
  border: none;
}

.form-radio,
.form-group {
  position: relative;
  margin-top: 4.25rem;
  margin-bottom: 2.25rem;
}

.form-inline > .form-group,
.form-inline > .btn {
  display: inline-block;
  margin-bottom: 0;
}

.form-help {
  margin-top: 0.125rem;
  margin-left: 0.125rem;
  color: #b3b3b3;
  font-size: 0.8rem;
}
.checkbox .form-help, .form-radio .form-help, .form-group .form-help {
  position: absolute;
  width: 100%;
}
.checkbox .form-help {
  position: relative;
  margin-bottom: 1rem;
}
.form-radio .form-help {
  padding-top: 0.25rem;
  margin-top: -1rem;
}

.form-group input {
/*  height: 1.9rem;*/
}
.form-group textarea {
  resize: none;
  width:100%;
   background: none;
   border-width: 0;
  border-color: transparent;
}
.form-group select {
  width: 100%;
  font-size: 1rem;
  height: 1.6rem;
  padding: 0.125rem 0.125rem 0.0625rem;
  background: none;
  border: none;
  line-height: 1.6;
  box-shadow: none;
}
.form-group .control-label {
  position: absolute;
  top: 0.25rem;
  pointer-events: none;
  padding-left: 0.125rem;
  z-index: 1;
  color: #b3b3b3;
  font-size: 1rem;
  font-weight: normal;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
  left:0px;
}
.form-group .bar {
  position: relative;
  border-bottom: 0.0625rem solid #999;
  display: block;
}
.form-group .bar::before {
  content: '';
  height: 0.125rem;
  width: 0;
  left: 50%;
  bottom: -0.0625rem;
  position: absolute;
  background: #337ab7;
  -webkit-transition: left 0.28s ease, width 0.28s ease;
  transition: left 0.28s ease, width 0.28s ease;
  z-index: 2;
}
.checkbox-group{
  line-height: 5px;
}
 input.checkbox{
  
  width: 5%;
  color: transparent;
  right:5px;
}
.form-group input {
/*  display: block;*/
  background: none;
  padding: 0.125rem 0.125rem 0.0625rem;
  font-size: 1rem;
  border-width: 0;
  border-color:transparent;
  line-height: 1.9;
  width: 100%;
  color: transparent;
  background-color: white;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
  box-shadow: none;
}


.form-group input[type="file"] {
  line-height: 1;
  width:100%;
}
.form-group input[type="file"] ~ .bar {
  display: none;
}
.form-group select,
.form-group input:focus,
.form-group input:valid,
.form-group input.form-file,
.form-group input.has-value,
.form-group textarea:focus,
.form-group textarea:valid,
.form-group textarea.form-file,
.form-group textarea.has-value {
  color: #333;
}
.form-group select ~ .control-label,
.form-group input:focus ~ .control-label,
.form-group input:valid ~ .control-label,
.form-group input.form-file ~ .control-label,
.form-group input.has-value ~ .control-label,
.form-group textarea:focus ~ .control-label,
.form-group textarea:valid ~ .control-label,
.form-group textarea.form-file ~ .control-label,
.form-group textarea.has-value ~ .control-label {
  font-size: 0.8rem;
  color: gray;
  top: -1rem;
  left: 0;
}
.form-group select:focus,
.form-group input:focus,
.form-group textarea:focus {
  outline: none;
}
.form-group select:focus ~ .control-label,
.form-group input:focus ~ .control-label,
.form-group textarea:focus ~ .control-label {
  color: #337ab7;
}
.form-group select:focus ~ .bar::before,
.form-group input:focus ~ .bar::before,
.form-group textarea:focus ~ .bar::before {
  width: 100%;
  left: 0;
}

.checkbox label,
.form-radio label {
  position: relative;
  cursor: pointer;
  padding-left: 2rem;
  text-align: left;
  color: #333;
  display: block;
}
.checkbox input,
.form-radio input {
  width: auto;
  opacity: 0.00000001;
  position: absolute;
  left: 0;
}

.radio {
  margin-bottom: 1rem;
}
.radio .helper {
  position: absolute;
  top: -0.25rem;
  left: -0.25rem;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #999;
}
.radio .helper::before, .radio .helper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 0.25rem;
  width: 1rem;
  height: 1rem;
  -webkit-transition: -webkit-transform 0.28s ease;
  transition: -webkit-transform 0.28s ease;
  transition: transform 0.28s ease;
  transition: transform 0.28s ease, -webkit-transform 0.28s ease;
  border-radius: 50%;
  border: 0.125rem solid currentColor;
}
.radio .helper::after {
  -webkit-transform: scale(0);
          transform: scale(0);
  background-color: #337ab7;
  border-color: #337ab7;
}
.radio label:hover .helper {
  color: #337ab7;
}
.radio input:checked ~ .helper::after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.radio input:checked ~ .helper::before {
  color: #337ab7;
}

.checkbox {
  margin-top: 3rem;
  margin-bottom: 1rem;
}
.checkbox .helper {
  color: #999;
  position: absolute;
  top: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
  z-index: 0;
  border: 0.125rem solid currentColor;
  border-radius: 0.0625rem;
  -webkit-transition: border-color 0.28s ease;
  transition: border-color 0.28s ease;
}
.checkbox .helper::before, .checkbox .helper::after {
  position: absolute;
  height: 0;
  width: 0.2rem;
  background-color: #337ab7;
  display: block;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  border-radius: 0.25rem;
  content: '';
  -webkit-transition: opacity 0.28s ease, height 0s linear 0.28s;
  transition: opacity 0.28s ease, height 0s linear 0.28s;
  opacity: 0;
}
.checkbox .helper::before {
  top: 0.65rem;
  left: 0.38rem;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  box-shadow: 0 0 0 0.0625rem #fff;
}
.checkbox .helper::after {
  top: 0.3rem;
  left: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.checkbox label:hover .helper {
  color: #337ab7;
}
.checkbox input:checked ~ .helper {
  color: #337ab7;
}
.checkbox input:checked ~ .helper::after, .checkbox input:checked ~ .helper::before {
  opacity: 1;
  -webkit-transition: height 0.28s ease;
  transition: height 0.28s ease;
}
.checkbox input:checked ~ .helper::after {
  height: 0.5rem;
}
.checkbox input:checked ~ .helper::before {
  height: 1.2rem;
  -webkit-transition-delay: 0.28s;
          transition-delay: 0.28s;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: 1rem;
}

.has-error .legend.legend, .has-error.form-group .control-label.control-label {
  color: #d9534f;
}
.has-error.form-group .form-help,
.has-error.form-group .helper, .has-error.checkbox .form-help,
.has-error.checkbox .helper, .has-error.radio .form-help,
.has-error.radio .helper, .has-error.form-radio .form-help,
.has-error.form-radio .helper {
  color: #d9534f;
}
.has-error .bar::before {
  background: #d9534f;
  left: 0;
  width: 100%;
}

.button {
  position: relative;
  background: currentColor;
  border: 1px solid currentColor;
  font-size: 1.1rem;
  color: #4f93ce;
  margin: 3rem 0;
  padding: 0.75rem 3rem;
  cursor: pointer;
  -webkit-transition: background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
  transition: background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
  overflow: hidden;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.button span {
  color: #fff;
  position: relative;
  z-index: 1;
}
.button::before {
  content: '';
  position: absolute;
  background: #071017;
  border: 50vh solid #1d4567;
  width: 30vh;
  height: 30vh;
  border-radius: 50%;
  display: block;
  top: 50%;
  left: 50%;
  z-index: 0;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
}
.button:hover {
  color: #337ab7;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}
.button:active::before, .button:focus::before {
  -webkit-transition: opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
  transition: opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
  transition: transform 1.12s ease, opacity 0.28s ease 0.364s;
  transition: transform 1.12s ease, opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 0;
}
.button:focus {
  outline: none;
}

/*Accordion for FAQ*/
/*.accordion-button {
    background: linear-gradient(45deg, #00008B, #800080) !important; 
    color: #fff;
}

.accordion-button:not(.collapsed) {
    background: linear-gradient(45deg, #FF4500, #8B0000) !important; 
}*/

.accordion-item:nth-child(odd) .accordion-button {
/*    background-color: #6A0DAD !important;*/ /* Purple for odd questions */
    background-color: #a857e2 !important;
    color: #fff;
}


.accordion-item:nth-child(even) .accordion-button {
/*    background-color: #FFD700 !important;*/ /* Yellow for even questions */
    background-color: #f6df66 !important;
    color: #000;
}

.accordion-item:nth-child(odd) .fontblack{
  color:white;
  font-family: 'Merriweather';
}

.accordion-item:nth-child(even) .fontblack{
  color:black;
  font-family: 'Merriweather';
}

.accordion-button:not(.collapsed) {
    opacity: 0.9;
    filter: brightness(1.1); /* Slight brightness when expanded */
}


h4 {
        font-size: 6px;
        color: black; /* Dark Red */
        font-family: 'Merriweather';
    }

    .accordion-button {
        background-color: #8B0000 !important;
        color: #fff;
        border-radius: 5px;
        font-size: 16px;
        padding: 10px 15px;
        transition: all 0.3s ease;
        font-family: 'Merriweather';
    }

    .accordion-button:not(.collapsed) {
        background-color: #5c0f0f !important;
        font-family: 'Merriweather';
    }

    .accordion-body {
        font-size: 14px;
        padding: 15px;
        background-color: #f9f9f9;
        border-radius: 5px;
       font-family: 'Merriweather';
    }

    .accordion-item {
        border: none;
    }

    .accordion-item + .accordion-item {
        margin-top: 10px;
    }

    .shadow-sm {
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    }

    .text-darkred {
        color: Black;
    }
/*Accordion for user profile*/
form#delete-form{
display: flex; 
justify-content: center;
}
button.btn.show_confirm.btndelete{
  background-color:#FFFF00;
}
#accordion .panel {
  border-radius: 8;
  border: 2;
  margin-top: 0px;
}
#accordion a {
  display: block;
  padding: 10px 15px;
  border: 6px solid #FFFF00;
   background-color: #FFFF00;
  color:black;
  border-radius: 8;
  text-decoration: none;
}
#accordion .panel-heading a.collapsed:hover,
#accordion .panel-heading a.collapsed:focus {
  background-color: #FFFF00;
  color: black;
  transition: all 0.2s ease-in;
}
/*#accordion .panel-heading a.collapsed:focus::before*/
#accordion .panel-heading a.collapsed:hover::before,
#accordion .panel-heading a.collapsed:focus::before
 {
  background-color: #FFFF00;
  color: black;
  transition: all 0.2s ease-in;
}
#accordion .panel-heading a.collapsed:hover::after,
#accordion .panel-heading a.collapsed:focus::after
 {
  background-color: #FFFF00;
/*  color: black;*/
  transition: all 0.2s ease-in;
}
#accordion .panel-heading {
  padding: 0;
  border-radius: 8px;
  text-align: center;
}
#accordion .panel-heading a:not(.collapsed) {
  color: black;
  background-color: #FFFF00;
  transition: all 0.2s ease-in;
}

#accordion .panel-heading .accordion-toggle::before {
  font-family: 'FontAwesome';
/*  content: '\f00d';*/
  float: right;
  color: black;
  font-weight: lighter;
  transform: rotate(0deg);
  transition: all 0.2s ease-in;
}
#accordion .panel-heading .accordion-toggle.collapsed::before {
  color: black;
  transform: rotate(-135deg);
  transition: all 0.2s ease-in;
}
 /*File upload*/
 /*body {
  display: flex;
}*/
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v140/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  color:red;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
.file_input_div {

  margin: auto;
  width: 250px;
  height: 40px;
}

.file_input {
/*  float: left;*/
}
.file_inputs {
float: left;
}

#file_input_text_div {
/*  background-color:gray;*/
  color:black;
  width: 200px;
  margin-top: -8px;
  margin-left: 5px;
}

.none {
  display: none;
}

/*Button css*/
.btn {
  flex: 1 1 auto;
  margin: 10px;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
 }

.buttons {
    text-align: center;
}

.btn-hover {
    width: 200px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    margin: 20px;
    height: 55px;
    text-align:center;
    border: none;
    background-size: 300% 100%;

    border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}


.btn-hover:focus {
    outline: none;
}
.btn-hover.color-1 {
    background-image: linear-gradient(to right, #428BCA, #40e495, #30dd8a, #2bb673);
    box-shadow: 0 4px 15px 0 rgba(49, 196, 190, 0.75);
}
.btn-hover.color-1:hover {
    background-image: linear-gradient(to right, #428BCA, #428BCA, #428BCA, #428BCA);
    box-shadow: 0 4px 15px 0 rgba(49, 196, 190, 0.75);
}

.btn-hover.color-3 {
    background-image: linear-gradient(to right, #667eea, #764ba2, #6B8DD6, #8E37D7);
    box-shadow: 0 4px 15px 0 rgba(116, 79, 168, 0.75);
}
.btn-hover.color-3:hover {
    background-image: linear-gradient(to right,#8E37D7, #8E37D7, #8E37D7, #8E37D7);
    box-shadow: 0 4px 15px 0 rgba(116, 79, 168, 0.75);
}
/*Side Nav bar*/
nav {
    float: left;
    max-width: 160px;
    margin: 0;
    padding: 1em;
}

nav ul {
    list-style-type: none;
    padding: 0;
}

.items{
    color: red;
}
   
nav ul a {
    text-decoration: none;
}
.main{
  display:none;
}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  display: contents;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  width: 33.33%;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}
/*table*/
.my-tbody {
  height:2%;
  display:block;
  overflow: scroll;
  overflow-x: scroll;
  overflow-y:scroll;
  width:100%;
}

/*My Profile in my mycontacts.blade.php*/
.emp-profile{
    padding: 3%;
    margin-top: 3%;
    margin-bottom: 3%;
    border-radius: 0.5rem;
    background: #fff;
}
.profile-img{
    text-align: center;
}
.profile-img img{
    width: 100%;
    height: 100%;
}
.profile-img .file {
    position: relative;
    overflow: hidden;
    margin-top: -20%;
    width: 70%;
    border: none;
    border-radius: 0;
    font-size: 15px;
    background: #212529b8;
}
.profile-img .file input {
    position: absolute;
    opacity: 0;
    right: 0;
    top: 0;
}
.profile-head h5{
    color: #333;
}
.profile-head h6{
    color: #0062cc;
}
.profile-edit-btn{
    border: none;
    border-radius: 1.5rem;
    width: 70%;
    padding: 2%;
    font-weight: 600;
    color: #6c757d;
    cursor: pointer;
}
.proile-rating{
    font-size: 12px;
    color: #818182;
    margin-top: 5%;
}
.proile-rating span{
    color: #495057;
    font-size: 15px;
    font-weight: 600;
}
.profile-head .nav-tabs{
    margin-bottom:5%;
}
.profile-head .nav-tabs .nav-link{
    font-weight:600;
    border: none;
}
.profile-head .nav-tabs .nav-link.active{
    border: none;
    border-bottom:2px solid #0062cc;
}
.profile-work{
    padding: 14%;
    margin-top: -15%;
}
.profile-work p{
    font-size: 12px;
    color: #818182;
    font-weight: 600;
    margin-top: 10%;
}
.profile-work a{
    text-decoration: none;
    color: #495057;
    font-weight: 600;
    font-size: 14px;
}
.profile-work ul{
    list-style: none;
}
.profile-tab label{
    font-weight: 600;
}
.profile-tab p{
    font-weight: 600;
    color: #0062cc;
}
.progress {
  background-color: #d8d8d8;
  border-radius: 20px;
  position: relative;
  margin: 15px 0;
  height: 30px;
  width: 100%;
}

.progress-done {
  background: linear-gradient(to left, #F2709C, #FF9472);
  box-shadow: 0 3px 3px -5px #F2709C, 0 2px 5px #F2709C;
  border-radius: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 0;
  opacity: 0;
  transition: 1s ease 0.3s;
}