@import url('https://fonts.googleapis.com/css2?family=Roboto&family=Titillium+Web:wght@300;600&display=swap');
.ff-1 {font-family: 'Roboto', sans-serif !important;}
body {font-family: 'Roboto', sans-serif !important;}
.top-section {
	background-color: #fff !important;
}
.form-control {
    border: 1px solid #ced4da !important;
}
.table100-body.js-pscroll{
    padding-top:1rem;
}
img{
    max-width: 100%;
}
  .arn-promo input {
    outline: 0;
    background: #fff;
    width: 100%;
    border: 0;
    
    box-sizing: border-box;
    box-shadow: 0 0 2px rgb(60, 60, 60);
  }
  .arn-promo input:hover{
    box-shadow: 0 0 3px #db7272;
  }
     .arn-promo input:focus{
    box-shadow: 0 0 3px #db7272;
  }
 
 
.no-tc {
	text-decoration: none !important;
}
.dd-menu-link {
    color:#000;
	font-size: 14px;
	transition: color 0.3s;
}
.dd-menu-link:hover {
    color: #54d8f7;
}
#hesap{
	width: 100%;
}
* {
  outline: 0;
}
body {
  background-color: #fafafa
}
span.msg,
span.choose {
  color: #555;
  padding: 5px 0 10px;
  display: inherit
}
.cont {
  width: 500px;
  text-align: center;
  display: inline-block;
}

.container {
  width: 100% !important;
  padding-right: 15px !important;
  padding-left: 15px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px !important;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px !important;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px !important;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px !important;
  }
}

/*Styling Selectbox*/
.dropdownm {
  width: 100%;
  display: inline-block;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 0 2px rgb(204, 204, 204);
  transition: all .5s ease;
  position: relative;
  font-size: 14px;
  color: #474747;
  text-align: left;
}
.dropdownm .select {
    cursor: pointer;
    display: block;
    padding: 10px;
}
.dropdownm .select > i {
    font-size: 13px;
    color: #888;
    cursor: pointer;
    transition: all .3s ease-in-out;
    float: right;
    line-height: 20px;
}
.dropdownm:hover {
    box-shadow: 0 0 4px rgb(189, 0, 0);
}
.dropdownm:active {
    background-color: #f8f8f8;
}
.dropdownm.active:hover,
.dropdownm.active {
    box-shadow: 0 0 4px rgb(189, 0, 0);
    border-radius: 2px 2px 0 0;
    background-color: #f8f8f8;
}
.dropdownm.active .select > i {
    transform: rotate(-90deg);
}
.dropdownm .dropdownm-menu {
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    margin-top: 1px;
    box-shadow: 0 1px 2px rgb(189 0 0);
    border-radius: 0 1px 2px 2px;
    overflow: hidden;
    display: none;
    overflow-y: scroll;
    z-index: 9;
    max-height: 300px;
}
.dropdownm .dropdownm-menu li {
    padding: 10px;
    transition: all .2s ease-in-out;
    cursor: pointer;
} 
.dropdownm .dropdownm-menu {
    padding: 0;
    list-style: none;
}
.dropdownm .dropdownm-menu li:hover {
    background-color: #f7f7f7;
    color:#54d8f7;
}
.dropdownm .dropdownm-menu li:active {
    background-color: #e2e2e2;
}
.btn-main{
  min-width: 170px;
    background-color: #54d8f7;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #54d8f7;
    font: 16px Lato-Regular,Arial,sans-serif;
    line-height: 44px;
    -webkit-box-shadow: 0 3px 0 #54d8f7;
    box-shadow: 0 3px 0 #54d8f7;
    transition: background-color .5s,color .5s,border .5s;
    color: #fff;
}
.btn-main:hover{
  background-color: #fff;
  color: #54d8f7;
}
#arkaplan{background: url(../images/header_bg.png) center top no-repeat #ebf9f1;}
#fiyatbolum{display:inline-block;text-align: center;float:left;font: 20px Lato-Regular,Arial,sans-serif;line-height: 1.6;min-width: 200px;}
.fiyats{border: 2px dashed #54d8f7;padding:5px;}
.btn-main:disabled{
    cursor: default;
    background: #54d8f7;
    color: #fff;
    opacity: 0.7;
}
.btn-main:disabled:hover{
    background: #54d8f7;
    color: #fff;
}
.sol{
    float: left;
    width: 50%;
    color: #3a4763;
    font: 20px Lato-Regular,Arial,sans-serif;
    line-height: 1.6;
}
.sag{
	text-align: right;
	    color: #3a4763;
    font: 20px Lato-Regular,Arial,sans-serif;
    line-height: 1.6;
}
.authbut{
	display: inline-block;
	text-align: center;
	background-color: transparent;
    border: 1px solid #54d8f7;
    width: 48%;
    -webkit-border-radius: 23px;
    border-radius: 23px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #54d8f7;
    padding: 15px;
    font-size: 12px;
    cursor: pointer;
    transition: all .25s ease-in-out;
}
.aktif{
	background-color: #54d8f7;
	color: #fff;
}
.authbut:hover{
	background-color: #54d8f7;
	color: #fff;
}
.main-form {
  background-color: #ecf3ffbf !important;
  border: 1px solid #fff7f7 !important;
  padding: 25px;
  backdrop-filter: blur(10px);
}
}
.uye-form{
    background-color: #fff !important;
	padding: 25px;
}
.main-form-select-tek select {
	padding: 10px;
}
.main-form-hesap-fiyat {
	border: 2px solid #333;
	font-size: 24px;
}
.gizle {
	display: none;
}
.gizle-imp {
	display: none !important;
}
.dt-tarih {
	font-size: 12px;
}
.dok {
  align-items: center !important;
  justify-content: center !important;
  display: flex !important;
}
.dok-r {
  align-items: center !important;
  justify-content: flex-end !important;
  display: flex !important;
  float: right;
}
.dok-l{
  align-items: center !important;
  justify-content: flex-start !important;
  display: flex !important;
  float: left;
}
.siparislerim-tek span {
	word-wrap: break-word;
	display: block;
}
.siparislerim-bilgi1 {
	font-size: 14px;
}
.siparislerim-durum {
	font-size: 14px;
	font-weight: normal;
}
.bg-arn {
  background-color: #c74848 !important;
  color: #fff;
}
.proxylerim-tablo {
	font-size: 14px;
}
 .proxylerim-tablo td{
  
    border-bottom: solid 1px #dbdbdb !important;
  }
.proxylerim-tablo tr {
	transition: all 0.3s;
}
.proxylerim-tablo tr:hover {
	background-color: #fff7f7;
	cursor: pointer;
}
.proxylerim-tablo tr:first-child:hover {
	/*background-color: #333 !important;*/
}
.cursor-pointer {
	cursor: pointer !important;
}
.siparis1-form-main {
	/*background-color: #EBF9F1;*/
	background-color: #fff;
}
.siparis1-form-baslik-alan h2 {
	font-weight: bold;
	color: #3A4763;
}
.siparis1-form-baslik-alan p {
	color: #737373;
}
.siparis1-form-cizgi {
	width: 10%;
	height: 2px;
	background-color: #54d8f7;
	margin: auto;
}
.tabloC input {
  border: 2px solid #737373 !important;
}
/* SİPARİŞ TAMAMLANDI BUTON BAŞLANGIÇ */
    .button5 {
  border-radius: 4px;
  background-color: #54d8f7;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 21px;
  padding: 10px;
  width: 200px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}
  .button5 span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
  }
  .button5 span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
  }
  .button5:hover span {
    padding-right: 15px;
  }
  .button5:hover span:after {
    opacity: 1;
    right: 0;
  }
/* SİPARİŞ TAMAMLANDI BUTON BİTİŞ */
/* SİPARİŞ TAMAMLANDI S.S.S BAŞLANGIÇ */
  .con-accordion {
		list-style: none;
		outline: none;
		padding: 0;
		margin: 0;
		font-family: 'Open Sans', sans-serif;
		box-sizing: border-box;
	}

	.open header h3 {
		opacity: 1 !important;
		padding-left: 4px;
	}
	.open header .con-icon {
		transform: scale(1.1);
		box-shadow: 0px 10px 20px 0px rgba(0,0,0,.16);
	}
	.open header .con-icon i{
		transform: rotate(135deg);
	}
	.accordion-item h3 {
		pointer-events: none;
		/*user-select: none;*/
		opacity: .9;
		transition: all .25s ease;
		font-weight: normal;
	}
	.accordion-item header {
		padding: 12px 15px;
		cursor: pointer;
		transition: all .25s ease;
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
	.accordion-item header:hover h3 {
		opacity: 1;
		color:#54d8f7;
	}
	.accordion-item:not(.open) header:hover h3 {
		padding-left: 4px;
	}
	.accordion-content {
		height: 0px;
		overflow: hidden;
		transition: all .25s ease;
	}
	.accordion-content p {
		padding: 15px 20px;
		padding-top: 10px;
		opacity: .8;

		border-bottom: 1px dashed rgba(0,0,0,.08);
		border-top: 1px dashed rgba(0,0,0,.08);
		font-size: .9rem;
	}
	.con-icon {
		width: 28px;
		height: 28px;
		background: #54d8f7;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 1.3rem;
		color: #fff;
		pointer-events: none;
		margin-right: 15px;
		transition: all .25s ease;
	}
	.con-icon i {
		transition: all .25s ease;
	}
/* SİPARİŞ TAMAMLANDI S.S.S BİTİŞ */
/* İP ADRESİM SAYFASI BAŞLANGIÇ */	
	.ipadresi{
  table-layout: auto;
}
  .ipadresi tbody tr:hover {
    cursor:context-menu;
  }
  .ipadresi {
    border-collapse: collapse;
  }
  .ipadresi td{
    padding: 5px;
    font-size: 14px;
    color: #000;
  }
  .line {
    border-bottom: 1px dotted #000;
  }
/* İP ADRESİM SAYFASI BİTİŞ */
/* FİYATLAR SAYFASI BAŞLANGIÇ */
.fiyat{
  width:100%;
  table-layout: auto;
}
  .fiyat tbody tr:hover {
    cursor:context-menu;
  }
  .fiyat th{
    padding: 5px;
    color:#000;
  }
  .fiyat {
    border-collapse: collapse;
  }
  .fiyat th{
    border-right: solid 1px #cfcfcf;
    border-left: solid 1px #cfcfcf;
  }
  .fiyat td {
    border-right: solid 1px #cfcfcf;
    border-left: solid 1px #cfcfcf;
  }
  .test1 {
    background-color:#e6e6e6;
  }
  .fiyat td{
    padding: 5px;
    text-align: center;
    vertical-align:middle;
    font-size: 15px;
    color: #000;
    border-bottom: solid 1px #a3a3a3;
  }
  .fiyat tr{
    box-shadow: 0 0px 1px rgba(0, 0, 0, 0.60);
  }
  .resim1 {
    text-align: center;
    float: left;
    width: auto;
    padding: 10px;
  }
  /* FİYATLAR SAYFASI BİTİŞ */
      ::-webkit-scrollbar {
  width: 13px;
}
/* SCROLLBAR BAŞLANGIÇ */
/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #54d8f7; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #db0000; 
}
/* SCROLLBAR BİTİŞ */








.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-color: ;
    --bs-modal-bg: #fff;
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: 1px;
    --bs-modal-border-radius: 0.5rem;
    --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-modal-inner-border-radius: calc(0.5rem - 1px);
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: 1px;
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-bg: ;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: 1px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-modal-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
  }
  
  .modal-dialog {
    position: relative;
    width: auto;
    margin: var(--bs-modal-margin);
    pointer-events: none;
  }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
  }
  @media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
      transition: none;
    }
  }
  .modal.show .modal-dialog {
    transform: none;
  }
  .modal.modal-static .modal-dialog {
    transform: scale(1.02);
  }
  
  .modal-dialog-scrollable {
    height: calc(100% - var(--bs-modal-margin) * 2);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
  }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto;
  }
  
  .modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - var(--bs-modal-margin) * 2);
  }
  
  .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
  }
  
  .modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg);
  }
  .modal-backdrop.fade {
    opacity: 0;
  }
  .modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity);
  }
  
  .modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius);
  }
  .modal-header .btn-close {
    padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
    margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
  }
  
  .modal-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height);
  }
  
  .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding);
  }
  
  .modal-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
    background-color: var(--bs-modal-footer-bg);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius);
  }
  .modal-footer > * {
    margin: calc(var(--bs-modal-footer-gap) * 0.5);
  }
  
  @media (min-width: 576px) {
    .modal {
      --bs-modal-margin: 1.75rem;
      --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    }
    .modal-dialog {
      max-width: var(--bs-modal-width);
      margin-right: auto;
      margin-left: auto;
    }
    .modal-sm {
      --bs-modal-width: 300px;
    }
  }
  @media (min-width: 992px) {
    .modal-lg,
  .modal-xl {
      --bs-modal-width: 800px;
    }
  }
  @media (min-width: 1200px) {
    .modal-xl {
      --bs-modal-width: 1140px;
    }
  }
  .modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen .modal-header,
  .modal-fullscreen .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen .modal-body {
    overflow-y: auto;
  }
  
  @media (max-width: 575.98px) {
    .modal-fullscreen-sm-down {
      width: 100vw;
      max-width: none;
      height: 100%;
      margin: 0;
    }
    .modal-fullscreen-sm-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0;
    }
    .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
      border-radius: 0;
    }
    .modal-fullscreen-sm-down .modal-body {
      overflow-y: auto;
    }
  }
  @media (max-width: 767.98px) {
    .modal-fullscreen-md-down {
      width: 100vw;
      max-width: none;
      height: 100%;
      margin: 0;
    }
    .modal-fullscreen-md-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0;
    }
    .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
      border-radius: 0;
    }
    .modal-fullscreen-md-down .modal-body {
      overflow-y: auto;
    }
  }
  @media (max-width: 991.98px) {
    .modal-fullscreen-lg-down {
      width: 100vw;
      max-width: none;
      height: 100%;
      margin: 0;
    }
    .modal-fullscreen-lg-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0;
    }
    .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
      border-radius: 0;
    }
    .modal-fullscreen-lg-down .modal-body {
      overflow-y: auto;
    }
  }
  @media (max-width: 1199.98px) {
    .modal-fullscreen-xl-down {
      width: 100vw;
      max-width: none;
      height: 100%;
      margin: 0;
    }
    .modal-fullscreen-xl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0;
    }
    .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
      border-radius: 0;
    }
    .modal-fullscreen-xl-down .modal-body {
      overflow-y: auto;
    }
  }
  @media (max-width: 1399.98px) {
    .modal-fullscreen-xxl-down {
      width: 100vw;
      max-width: none;
      height: 100%;
      margin: 0;
    }
    .modal-fullscreen-xxl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0;
    }
    .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
      border-radius: 0;
    }
    .modal-fullscreen-xxl-down .modal-body {
      overflow-y: auto;
    }
  }