@import url("https://fonts.googleapis.com/css2?family=Golos+Text:wght@500&display=swap");

body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  /*background-color: #5c3d7028;*/
  background-color: #f8f5ec;

  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  font-family: "Golos Text";
  /*margin-top: 2rem;*/
  display: flex;
  justify-content: center;
  xflex-wrap: wrap;
  align-content: flex-start;  
  
}

/* The Modal (background) */

.xmodal {  //bu style kullanılmıyor
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
 
  width: 400px; /* Full width */
  height: 400px; /* Full height */
 
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.note-modal-dialog {
  max-width: min(50vw, 700px);
  width: calc(100% - 2rem);
}

.note-modal-content {
  padding: 1.25rem;
}

.note-modal-header {
  padding: 0.5rem 0.75rem;
  border-bottom: none;
}

.note-modal-title {
  font-size: 1rem;
}

.note-modal-header .close {
  font-size: 1.5rem;
  margin: -0.25rem;
}

.note-modal-body {
  padding: 0.5rem 0.75rem 0.75rem;
}

.note-field {
  margin-bottom: 0.75rem;
}

.note-field .form-control {
  padding: 0.5rem;
}

#yeninott,
#nottdata {
  min-height: 220px;
  resize: vertical;
}

.note-modal-footer {
  padding: 0.5rem 0.75rem 0.75rem;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.title {
  color: #4E78A0;
  font-weight: bold;
  font-size: 15px;
  padding: 0;
  margin: 2px 3px 2px 3px;
  /*font-weight: 400;*/
}

p {
  color: #1e1028;
		margin: 3px 3px 3px 3px;
		padding: 5px;
		font-size: 12px;
		font-weight: 550;
}

a {
  color: #1e1028;
}

.float-container {
	width: 100%;
    border: 2px solid #fff;
    padding: 5px;
	margin-bottom: 5px;
}

        .container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 10px;
            width: 100%;
            /*max-width: 1400px;*/
        }

.draggable-container {
  background-color: #6699CC;
  background-color: #FFFFFF;
  /*padding: 1rem;
  margin: 1rem 0;*/
  padding: 3px;
  margin: 2px 3px 2px 3px;
			/*width: 13%;*/
            /*flex: 1 1 calc(14.28% - 10px);*/ /* 7 columns */
			flex: 1 1 calc(13.1% - 10px); /* 7 columns */
            min-width: 150px;
  border-radius: 1px;
  box-shadow: 2px 2px 2px #1e192844;
  float: left;
  margin-right: 5px;
  height:100%;
			border: 1px solid #ddd;
            border-radius: 8px;
            padding: 5px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); 
}

.shallow-draggable {
  background-color: #6699CC;
  background-color: #003366;
  color: #FFFFED;
  /*padding: 1rem;*/
  /*margin-top: 2rem;*/
  padding: 1px;
  margin-top: 1px auto;
  border-radius: 2px;
  transition: opacity 200ms ease;
  /*height:20px;*/
 			border: 1px solid #ddd;
            border-radius: 5px;
            padding: 5px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);  
}

.shallow-draggable a:link {
	color: #FFFFED ;
	text-decoration: none;
	}
.shallow-draggable a:visited {
	color: #FFFFED ;
	color: #ffffff;
	text-decoration: none;
	}
.shallow-draggable a:hover {
	color: #f2f2f2;
	text-decoration: underline;
	}
.shallow-draggable a:active {
	color: #FFFFED ;
	text-decoration: none;
	}
	
	
.dragging {
  opacity: 0.5;
  transition: opacity 1s ease;
}

.fullwidth {
width:100%;
margin-left:0;
margin-right:0;
padding-left:0;
padding-right:0;
display:block;
text-align:left; /*This will result in centering the link text, which is probably what you want -brianjohnsondesign.com*/
}


@media only screen and (min-width: 2450px){
    .cd__main{
      max-width: 2400px;
      margin-left: auto;
      margin-right: auto; 
      padding: 3px;
    }

    .container{
      max-width: 2400px;
      margin-left: auto;
      margin-right: auto; 
      padding: 3px;
    }
	
}


@media only screen and (min-width: 1880px){
    .cd__main{
      max-width: 1880px;
      margin-left: auto;
      margin-right: auto; 
      padding: 3px;
    }

    .container{
      max-width: 1880px;
      margin-left: auto;
      margin-right: auto; 
      padding: 3px;
    }
	
}

        /* Responsive Design */
        @media (max-width: 1024px) {
            .draggable-container {
                flex: 1 1 calc(33.33% - 20px); /* 3 columns on medium screens */
            }
        }

        @media (max-width: 768px) {
            .draggable-container {
                flex: 1 1 calc(50% - 20px); /* 2 columns on tablets */
            }
        }

        @media (max-width: 480px) {
            .draggable-container {
                flex: 1 1 100%; /* 1 column on small screens */
            }
        }

/*
.cd__main{
  background: #f8f5ec;
  display: block;
  padding: 5px;
  padding-bottom: 15px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  
  width: 99%;
  font-size: 14px;
  margin-bottom: 5px;
  text-align: center;
  align-items: center;
}
*//*display: flex;*/

.cd__main{
  background: #f8f5ec;
  display: block;
  padding: 2px;
  padding-bottom: 2px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  
  width: 99%;
  font-size: 14px;
  margin-bottom: 2px;
  text-align: center;
  align-items: center;
}

.cd__intro{
	display: block;
	padding: 5px 5px;
	margin-bottom: 5px;
	flex-direction: column;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    background: #f8f5ec;
	/*background-color: #e5e0e8;*/
    color: #333;
    /*line-height: 1.5;*/
    text-align: center;
}

.cd__intro h1 {
   font-size: 14pt;
   padding-bottom: 5px;

}
.cd__intro p{
   font-size: 13px;
}

.cd__credit{
    display: flex;
    width: 100%;
	height: 100%;
    justify-content: center;
    align-items: center;
    background: #f8f5ec;
    color: #333;
    /*line-height: 1.5;*/
    text-align: center;
}

        .row {
            display: flex;
            justify-content: center;
            /*margin: 10px 10px 10px 10px;
			padding: 10px;*/
			margin: 5px 5px 5px 5px;
			padding: 5px;
        }
		

        .form-container {
            background-color: #E6E4DD;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            width: 100%;
            max-width: 400px;
            text-align: center;
        }

        .form-group {
            margin-bottom: 15px;
        }

        .form-group label {
            display: block;
            margin-bottom: 5px;
            font-weight: bold;
        }

        .form-group input {
            width: 100%;
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 4px;
            box-sizing: border-box;
        }

        .form-group img {
            display: block;
            margin: 10px auto;
        }

        .form-group .inputtext {
            width: 100%;
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 4px;
            box-sizing: border-box;
        }

        .form-group .resim {
            width: 100%;
            padding: 10px;
            background-color: #007bff;
            color: #fff;
            border: none;
            border-radius: 4px;
            cursor: pointer;
        }

        .form-group .resim:hover {
            background-color: #0056b3;
        }
		

.maindiv{
display:flex;
justify-content:center;
align-items:center;
}


/*////////////////////////////////////////////////////////////////////////////*/
/*      takvim css      */
.calendar{
  display:inline-grid;
  justify-content:center;
  align-items:center;
  background:#fff;
  padding:20px;
  border-radius:5px;
  box-shadow:0px 40px 30px -20px rgba(0,0,0,0.3);
  
  .month{
    display:flex;
    justify-content:space-between;
    align-items:center;
    font-size:20px;
    margin-bottom:20px;
    font-weight:300;
    
    .year{
      font-weight:600;
      margin-left:10px;
    }
    
    .nav{
      display:flex;
      justify-content:center;
      align-items:center;
      text-decoration:none;
      color:#0a3d62;
      width:40px;
      height:40px;
      border-radius:40px;
      transition-duration:.2s;
      position:relative;
      
      &:hover{
        background:#eee;
      }
    }
  }
  
  .days{
    display: grid;
    justify-content:center;
    align-items:center;
    grid-template-columns: repeat(7, 1fr);
    color:#999;
    font-weight:600;
    margin-bottom:15px;
    
    span{
      width:50px;
      justify-self:center;
      align-self:center;
      text-align:center;
    }
  }
  
  .dates{
    display:grid;
    grid-template-columns: repeat(7, 1fr);
    
    button{
      cursor:pointer;
      outline:0;
      border:0;
      background:transparent;
      font-family: 'Montserrat', sans-serif;
      font-size:16px;
      justify-self:center;
      align-self:center;
      width:50px;
      height:50px;
      border-radius:50px;
      margin:2px;
      transition-duration:.2s;
      
      &.today{
        box-shadow:inset 0px 0px 0px 2px #0a3d62;
      }
	  
      &.mevcut{
        box-shadow:inset 0px 0px 0px 2px #ff0000;
      }	  
      
      &:first-child{
        grid-column:1;
      }
      
      &:hover{
        background:#eee;
      }
      
      &:focus{
        background:#0a3d62;
        color:#fff;
        font-weight:600;
      }
    }
  }
}