html {
  position: relative;
  min-height: 100%;
}

.confirm-delete {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  border: 1px solid black;
  border-radius: 25px;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  pointer-events: "none";
}

.confirm-delete .message {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.confirm-delete .btn-yes, .confirm-delete .btn-no {
  padding: 10px 20px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  width: 153px;
}

.confirm-delete .btn-yes {
  background-color: green;
  color: white;
}

.confirm-delete .btn-no {
  background-color: #8d1e1e;
  color: white;
}




.form-switch {
  transform: scale(1);
}

.form-control:focus {
    box-shadow: 0 0 10px #007bff;
  }
  
.ad {
  margin-top: 25px;
  }

label {
  margin-left: 5px;
}

.ikonmargin {
  margin-top: 15px;
}

.bi-plus-circle:hover path {
  fill: rgb(0, 255, 0); /* veya başka bir renk */
  cursor: pointer;
}

.bi-dash-circle-fill:hover path {
  fill: red; /* veya başka bir renk */
  cursor: pointer;
}

/* .bi-question-circle-fill:hover path {
  fill: rgb(0, 0, 255);
} */

.bi-info-circle-fill path {
  fill: rgb(151, 161, 0);
}

.olustur {
  margin-top: 25px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

#cv-create textarea, #cv-form textarea {
  min-height: 150px;
  max-height: 200px;
}
/* textarea label */
.form-floating>.form-control:not(:placeholder-shown)~label
{
    margin: calc(1rem - 3px) calc(0.75rem - 2px);
    padding: 0rem 0rem;
    height: auto;
    /* background-color: white; */
    opacity: 0.95;
    color: rgb(0, 0, 0);
}


.card-body {
  margin-top: 15px;
}


/* Panel */

.panel {
  border-style: dotted;
  border: 2px dashed green;
  margin-top: 20px;
  padding: 10px;
  width: 200px;
  height: 190px;
  display: flex;
  align-items: center;
  text-justify: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  margin-left: 20px;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: bold;
  color: black;
}

.panel p {
  margin: auto;
}

.panel:hover {
  color: #eee;
  border-color: #eee;
  background-color: #5c9552;
}

.plus-icon {
  display: inline-block;
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  border-radius: 50%;
  /* background-color: #007bff; */
  color: green;
  font-size: 100px;
}

.plus-icon:hover {
  color:#eee;
}

svg {
  pointer-events: all;
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  background-color: green;
  color: #fff;
  text-align: center;
  padding-top: 10px;
}


/* End Panel */

.drop-container {
  position: relative;
  display: flex;
  gap: 10px;
  /* flex-direction: column; */
  justify-content: center;
  align-items: center;
  height: 110px;
  width: 110px;
  /* padding: 20px; */
  border-radius: 50%;
  border: 2px dashed #555;
  color: #444;
  cursor: pointer;
  transition: background .2s ease-in-out, border .2s ease-in-out;
}
  
  .drop-container:hover {
    background: #eee;
    border-color: #111;
  }
  
  .drop-container:hover .drop-title {
    color: #222;
  }
  
  .drop-title {
    color: #444;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    transition: color .2s ease-in-out;
  }

  .cropper-crop-box, .cropper-view-box {
    border-radius: 50%;
}

.cropper-view-box {
    box-shadow: 0 0 0 1px #39f;
    outline: 0;
}

#canvas {
  height: 190px;
  width: 150px;
  background-color: #ffffff;
  cursor: default;
  border: 1px solid black;
}


input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}

/* index */

/* navbar */
.trans {
  max-height: 35px;
  /* max-height: 15px; */
}

.drop button {
  color: white;
  background-color: transparent;
  display: block;
}
.bosluk li {
  /* margin-left: 20px; */
  /* padding: 5px;
  margin: 10px 0; */
  width: 153px;
  text-align: center;
}

.bosluk li::before {  
  transform: scaleX(0);
  transform-origin: bottom right;
}

.bosluk li:hover::before {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.bosluk li::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  inset: 0 0 0 0;
  background: hsl(0, 0%, 100%);
  z-index: -1;
  transition: transform .7s ease;
}

.bosluk li {
  position: relative;
}

.bosluk li {
  position: relative;
}

.dropdown-menu li {
  margin-left: 0 !important;
  text-indent: 0 !important;
}

.title {
  margin-top: 100px;
}

.title p {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
}

.title a {
  width: 300px;
  height: 100px;
  font-size: 25px;
  font-weight: bold;
  margin-top: -30px;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: flex;
}

.btn_ {}
.btn_ a {
  /* width: 150px; */
  height: 65px;
  font-size: 28px;
  /* font-weight: bold; */
  margin-top: 0px;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: flex;
  color: white;
  background-color: green;
}

.ortala {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}




@media screen and (max-width: 1117px){
  .bg {
    background-position: bottom;
    background-size: 55% auto;
  /* display: none; */
  }

  .navbar-expand-lg {
    background-color: #fff;
    /* width:45%; */
  }
  .navbar-collapse {
    /* max-width: 60%; */
    left: 0;
    right: auto;
  }

  .bosluk li {
    /* margin-left: 20px; */
    /* padding: 5px;
    margin: 10px 0; */
    text-align: left;
  }
  
  .nav {
    /* position: relative; */
    z-index: 0;
  }

  .fixed {
    display: none;
  }

  /* .ortala {
    background-image: url('../img/bg.jpg');
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  } */
}

/* end index */

/* Profil */


.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
  /* sabit navbar özellikleri */
}

nav .nav-link {
  color: white;
}

.fixed {
  position: fixed;
  margin-top: 100px;
}

.fixed alanlar {
  text-align: left;
  /* align-content: center;
  justify-content: center; */
}

/* .fixed div {
  min-height: 450px;
  max-height: 550px;
} */

.fixed li {
  margin-top: 20px;
  margin-left: 15px;
}

.fixed h5{
  margin-top: 25px;
  margin-left: 15px;
}

.fixed li:hover {
  background-color: #cddff3;
}

/* EndProfil */



/* Hesap */

.title2 {
  margin-top: 100px;
}

.title2 hr {
  width: 350px;
  margin-top: 10px;
}

/* endHesap */








/* loading gif */

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9999;
}

#loading-spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


/* pdf preview */

#toolbar {
  display: none;
}

#toolbarViewer {
  display: none;
}

.hover:hover {
  background-color: #c4e4a6;
  border-radius: 10px;
  cursor: grab;
}

.collapse hr {
  margin-top: 3px;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

/* Popup */
#notification-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
  text-align: center;
}

#success-message {
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#error-message {
  background-color: #dc3545;
  color: #ddd;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* EndPopup */


/* CV Alan Başlıkları */
.cv-alan {
  background-color: #e0e0e0;
  border: 1px solid #d0d0d0;
  color: #a0a0a0;
}

.cv-alan:active, .cv-alan:focus {
  background-color: white;
  color: black;
  border-color: blue;
}
/* end */
