/*
                  _   _             _ _ _ _ _        _ 
                 | | | |           | (_|_|_) |      | |
  _ __ ___  _   _| |_| |_   _    __| |_ _ _| |_ __ _| |
 | '_ ` _ \| | | | __| | | | |  / _` | | | | __/ _` | |
 | | | | | | |_| | |_| | |_| | | (_| | | | | || (_| | |
 |_| |_| |_|\__,_|\__|_|\__,_|  \__,_|_| |_|\__\__,_|_|
                                      _/ |             
                                     |__/

Samet Mutlu +05422419932 mutludijital.com.tr
*/
/*
	===============================
			@Import	Function
	===============================
*/
/*
	===============================
			@Import	Mixins
	===============================
*/
/*      Alert       */
.alert {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 0.9375rem; }
  .alert .btn {
    padding: 3px 12px;
    margin-right: 20px; }
    .alert .btn:hover {
      box-shadow: none; }
  .alert .alert-icon svg {
    vertical-align: middle;
    width: 33px;
    height: 33px; }
  .alert .close {
    color: #fff;
    opacity: 1;
    width: 18px; }

/*Default Alerts*/
.alert-primary {
  color: #fff;
  background-color: #1b55e2;
  border-color: #1b55e2; }

.alert-warning {
  color: #fff;
  background-color: #e2a03f;
  border-color: #e2a03f; }

.alert-warning2 {
  color: #fff;
  background-color: #F57F17;
  border-color: #F57F17; }


.alert-success {
  color: #fff;
  background-color: #8dbf42;
  border-color: #8dbf42; }

.alert-info {
  color: #fff;
  background-color: #2196f3;
  border-color: #2196f3; }

.alert-danger {
  color: #fff;
  background-color: #e7515a;
  border-color: #e7515a; }

.alert-dark {
  color: #fff;
  background-color: #3b3f5c;
  border-color: #3b3f5c; }

/*Outline Alerts*/
.alert-outline-primary {
  border-color: #1b55e2;
  border-radius: 5px; }

.alert-outline-warning {
  border-color: #dea82a;
  border-radius: 5px; }

.alert-outline-success {
  border-color: #8dbf42;
  border-radius: 5px; }

.alert-outline-info {
  border-color: #009eda;
  border-radius: 5px; }

.alert-outline-danger {
  border-color: #e7515a;
  border-radius: 5px; }

.alert-outline-dark {
  border-color: #454656;
  border-radius: 5px; }

.alert.alert-light .close {
  color: #0e1726; }

.alert.solid-alert-3 .close, .alert.solid-alert-4 .close {
  color: #000; }

.hide-default {
  display: none; }

/*      Light Alert         */
.alert-light-primary {
  color: #1b55e2;
  background-color: #c2d5ff;
  border-color: #1b55e2; }
  .alert-light-primary svg.close {
    color: #1b55e2; }

.alert-light-warning {
  color: #e2a03f;
  background-color: #ffeccb;
  border-color: #e2a03f; }
  .alert-light-warning svg.close {
    color: #e2a03f; }

.alert-light-success {
  color: #8dbf42;
  background-color: #e6ffbf;
  border-color: #8dbf42; }
  .alert-light-success svg.close {
    color: #8dbf42; }

.alert-light-info {
  color: #2196f3;
  background-color: #bae7ff;
  border-color: #2196f3; }
  .alert-light-info svg.close {
    color: #2196f3; }

.alert-light-danger {
  color: #e7515a;
  background-color: #ffe1e2;
  border-color: #e7515a; }
  .alert-light-danger svg.close {
    color: #e7515a; }

.alert-light-dark {
  color: #3b3f5c;
  background-color: #acb0c3;
  border-color: #3b3f5c; }
  .alert-light-dark svg.close {
    color: #3b3f5c; }

/*  Background Alerts      */
.alert-background {
  color: #fff;
  background: #fff url(../../img/ab-1.html) no-repeat center center;
  background-size: cover; }

/*  Gradient Alerts      */
.alert-gradient {
  color: #fff;
  border: none;
  background-size: cover;
  background-image: linear-gradient(135deg, #bc1a4e 0%, #004fe6 100%); }

/* Custom Alerts */
/* Default */
.custom-alert-1 {
  background-color: #5c1ac3;
  border-color: #5c1ac3;
  border-radius: 0px;
  color: #fff; }
 .custom-alert-2 {
  background-color: #e7f3e7;
  border-color: #e7f3e7;
  border-radius: 0px;
  color: #000; }
  .custom-alert-1 .alert-icon {
    margin-right: 25px; }
  .custom-alert-1 .media-body {
    display: flex;
    justify-content: space-between; }
  .custom-alert-1 .alert-text {
    margin-right: 10px; }
    .custom-alert-1 .alert-text strong, .custom-alert-1 .alert-text span {
      vertical-align: sub; }

/*  Alert with Icon */
.alert-icon-left {
  border-left: 64px solid; }
  .alert-icon-left svg:not(.close) {
    color: #fff;
    width: 4rem;
    left: -4rem;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.alert-icon-right {
  border-right: 64px solid; }
  .alert-icon-right svg:not(.close) {
    color: #fff;
    width: 4rem;
    right: -4rem;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .alert-icon-right i {
    float: left;
    margin-right: 7px; }

.alert[class*=alert-arrow-]:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  border-left: 8px solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left-color: inherit;
  margin-top: -8px; }

.alert.alert-arrow-right:before {
  left: auto;
  right: 0;
  border-left: 0;
  border-right: 8px solid;
  border-right-color: inherit; }
  
  /* Custom Alert New */

.alertnew {
width: 512px;
padding: 16px;
margin: 8px;
max-width: 94%;
}
.alertnew2 {
padding: 16px;
margin: 8px;
max-width: 100%;
min-width: 100%;
}

.alert-2-success {
border-left: 4px solid #2ec946;
background-color: rgba(46, 201, 70, 0.05);
}
.alert-2-success .alert-title {
color: #2ec946;
}
.alert-2-secondary {
border-left: 4px solid #666;
background-color: rgba(102, 102, 102, 0.05);
}
 .alert-2-secondary .alert-title {
	 color: #666;
}
 .alert-3-primary {
	 border: 1px solid #cdcdff;
	 border-radius: 8px;
	 background-color: rgba(77, 77, 255, 0.05);
}
 .alert-3-primary .alert-title {
	 color: #4d4dff;
}

.alert-title {
margin-top: 0;
margin-bottom: 8px;
font-size: 18px;
font-family: 'Poppins', sans-serif;
}
.alert-content {
margin: 0;
font-size: 14px;
font-weight: 500;
font-family: 'Open Sans', sans-serif;
color: #555;
}
.alertnew {
width: 512px;
padding: 16px;
margin: 8px;
max-width: 94%;
}

.icindekiler {

padding: 16px;
margin: 8px;
max-width: 100%;
min-width: 100%;
}


.alert-2-success .alert-title {
color: #2ec946;
}
.alert-2-secondary {
border-left: 4px solid #666;
background-color: rgba(102, 102, 102, 0.05);
}
 .alert-2-secondary .alert-title {
	 color: #666;
}
.alert-2-success {
border-left: 4px solid #2ec946;
background-color: rgba(46, 201, 70, 0.05);
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.alert-content {
margin: 0;
font-size: 14px;
font-weight: 500;
font-family: 'Open Sans', sans-serif;
color: #2ec946;
}

.alert-2-danger {
border-left: 4px solid #d64242;
background-color: rgba(214, 66, 66, 0.2);
}
.alert-2-danger .alert-title {
color: #2ec946;
}
.alert-content {
margin: 0;
font-size: 14px;
font-weight: 500;
font-family: 'Open Sans', sans-serif;
color: #2ec946;
}
.alert-content-danger {
margin: 0;
font-size: 14px;
font-weight: 500;
font-family: 'Open Sans', sans-serif;
color: #d64242;
}
.alert-3-secondary {
border: 1px solid #666;
background-color: rgba(102, 102, 102, 0.05);
border-radius: 8px;
min-height: 190px;
}
 .alert-3-secondary .alert-title {
	 color: #666;
}
 .alert-3-primary {
	 border: 1px solid #cdcdff;
	 border-radius: 8px;
	 background-color: rgba(77, 77, 255, 0.05);
}
 .alert-3-primary .alert-title {
	 color: #6363d4;
}

.alert-4-primary {
border-left: 4px solid #cdcdff;
 background-color: rgba(77, 77, 255, 0.05);
}
 .alert-4-primary .alert-title {
	color: #6363d4;
}

.alertnew3 {
padding: 6px;
margin-left: 12px;
max-width: 94%;
min-width: 90%;
}
.alert-4-success {
	 border: 1px solid #2ec946;
	 border-radius: 8px;
	 background-color: rgba(46, 201, 70, 0.05);
}
 .alert-4-success .alert-title {
	 color: #2ec946;
}

.alert-title {
margin-top: 0;
margin-bottom: 2px;
font-size: 14px;
font-family: 'Poppins', sans-serif;
}
.alert-content {
margin: 0;
font-size: 14px;
font-weight: 450;
font-family: 'Open Sans', sans-serif;
color: #555;
}
.alert-content .eniyi_fiyat {
	font-weight: 550;
}

@media (max-width: 767px) {

.alert-3-secondary {
	min-height: 100%;
}
}

@media (max-width: 575px) {
  .custom-alert-1 .media-body {
    display: block; }
  .alert .btn {
    margin-top: 8px; } }
