input, button, textarea, select {font-family: inherit;}

::-webkit-scrollbar {width: 5px;}
::-webkit-scrollbar-track {box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.5); }
::-webkit-scrollbar-thumb {border-radius:10px; background-color:  #3c4957; outline: 2px;}

select{background:#fff; fill:#fff; color:#000;}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active{transition: background-color 5000s ease-in-out 0s; box-shadow: none;}

div{display:block; position:relative;}
span{position:relative;}
span, a, button, img{display:inline-block; line-height: normal;}
a, button{transition:.2s; border:none;}
a, a:hover{text-decoration:none;}

*:focus{outline:none;}

.flex{display:flex !important; flex-wrap:wrap; width:100%;}
.dizi{display:flex; flex-wrap:wrap; width:100%;}
.dizi > *{padding:6px;}

.overflow-hidden{overflow:hidden;}

*, ::after, ::before {
    box-sizing: border-box;
}

.sayfayukleyici{position:fixed; display:flex; flex-wrap:wrap; justify-content:center; align-items:center; width:100%; height:100%; left:0; top:0; background:#eceff2a1; z-index:99;}
.ikonyukleyici { width: 40px; height: 40px; animation: flip 1s ease-in-out infinite;}

.tabloyukleyici{}
.tabloyukleyici img{width: 40px; height: 40px; animation: flip 1s ease-in-out infinite;}

.fast-spin {-webkit-animation: fa-spin 0.5s infinite linear; animation: fa-spin 0.5s infinite linear;}
.more-fast-spin {-webkit-animation: fa-spin 0.3s infinite linear; animation: fa-spin 0.4s infinite linear;}
.very-fast-spin {-webkit-animation: fa-spin 0.3s infinite linear; animation: fa-spin 0.3s infinite linear;}

.cursor-pointer{cursor:pointer;}

.guncelleyici{position:absolute; top:10px; left:10px; font-size:18px; color:rgba(0,0,0,0.4)}
.guncelleyici.basarili{color:#30C8AC; animation:buyutkucult 1s ease-in; opacity:0;}
.guncelleyici.hata{color:#fe003e; animation:buyutkucult 1s ease-in; opacity:0;}
@keyframes buyutkucult {
  0% { transform: scale(0); opacity:0.5; }
  20% { transform: scale(1.8); opacity:1; }
  100% {transform: scale(0); opacity:0; }
}
@keyframes flip {
	0% {
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
	}
	40% {
		transform: perspective(400px) scaleX(1) translateZ(180px) rotateY(-190deg);
	}
	50% {
		transform: perspective(400px) scaleX(1) translateZ(180px) rotateY(-150deg);
	}
	80% {
		transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
	}
	to {
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
	}
}
.ta-center{text-align:center;}
.ta-left{text-align:left;}
.ta-right{text-align:right;}
.t-nowrap{white-space:nowrap;}
.oveflow-hidden{overflow:hidden;}

/*#region Cursor Tooltip*/
.cursor-tooltip {position: fixed; background-color: #0b1231; color: #fff; padding: 5px 10px; border-radius: 5px; font-size: 12px; pointer-events: none; opacity: 0; transform: translate(-50%, -100%); transition: opacity 0.2s ease; z-index: 9999;}
.cursor-tooltip.ozel {background-color: #f00; color:#fff; font-size:10px;}

.tooltipfiyat{line-height:18px;}
/*#endregion*/

/*#region Açılır Kutu*/
.acilirkutualan{background:#c4c3d9d7; position:fixed; left:0; right:0; top:0; bottom:0; width:100%; height:100%; z-index:999;}
.acilirkutu{height:100%; position:fixed; top:0; background:#fff; box-shadow:rgba(0,0,0,0.0) 0 0 15px;}
.acilirkutukapat{background:none; color:#000; position:absolute; top:0; left:0; width:50px; height:50px; font-size:24px; transition:.5s; z-index:10;}

.acilirkutu iframe{height:100%; width:100%; border:none; outline:none; overflow-x:hidden; overflow-y:auto;}

.acilirkutualan[tip=full] .acilirkutu{width:99%; right:-99%;}
.acilirkutualan[tip=full] .acilirkutukapat{display:none;}

.acilirkutualan[tip=buyuk] .acilirkutu{width:950px; right:-950px;}
.acilirkutualan[tip=kucuk] .acilirkutu{width:450px; right:-450px;}

.acilirkutukapat i{transition:.2s;}
.acilirkutukapat:hover i{transform:rotate(90deg)}

.modulbaslik{font-size:24px; font-weight:400; letter-spacing:-0.2px; align-self:center; align-content:center; display:flex; flex-wrap:wrap; position:unset;}
.modulaciklama{font-size:12px;}
.modulsube{font-size:10px; font-weight:700; padding:2px 6px; color:#fff; border-radius:5px; background:#ff9c00; display:inline-block !important; position:absolute; top:-23px; left:25px}

.framebas{position:sticky; top:0; background:#fff; z-index:99;}
.framebas .islemyenile{justify-content:flex-end;}
.framebas.framebasshadow:after{ content:' '; position:absolute; width:calc(100% + 40px); height:100%; box-shadow:rgba(0,0,0,0.1) 0 0 20px; left:50%; transform:translateX(-50%); top:0; z-index:-1;}
.framebas.framebasshadow{padding:10px 0;}
.framebas.sabitle{position:fixed; top:0; left:0; padding:10px 20px;}

@media(max-width: 1370px){

}

@media(max-width: 1234px){

}

@media(max-width: 1000px){
	.acilirkutualan[tip=kucuk] .acilirkutu{width:calc(100% - 30px); right:calc(-100% - 30px);}
	.acilirkutualan[tip=kucuk] .acilirkutukapat{right:calc(calc(100% + 30px) - 30px);}
	.acilirkutualan[tip=kucuk] .acilirkutukapat.acildi{right:calc(100% - 30px);}

	.acilirkutualan[tip=buyuk] .acilirkutu, .acilirkutualan[tip=full] .acilirkutu{width:calc(100% - 5px); right:calc(-100% - 5px);}
	.acilirkutualan[tip=buyuk] .acilirkutukapat, .acilirkutualan[tip=full] .acilirkutukapat{right:calc(calc(100% + 5px) - 5px);}
	.acilirkutualan[tip=buyuk] .acilirkutukapat.acildi, .acilirkutualan[tip=full] .acilirkutukapat.acildi{right:calc(100% - 5px);}
	.acilirkutukapat{width:30px; height:30px; display:flex; align-items:center; justify-content:center;}
	.acilirkutukapat i{height:16px; line-height:16px; font-size:16px;}

}

/*#endregion*/

/*#region Sağ Tık*/
.sagtik-menu{position: absolute; display: inline-block; width:auto; padding: 0; font-size: 12px; background: #fff; border: 1px solid rgba(0,0,0,0.1); border-radius: 10px; box-shadow: rgba(0,0,0,0.3) 0 4px 15px; z-index:999;}
.sagtik-menu .kapat{position:absolute; width:30px; height:30px; top:-30px; left:20px; display:none; border-radius:10px 10px 0 0; text-align:center; line-height:30px;}

.sagtik-menu button{display:flex; width:100%; text-align:left; background:none; color:#000; white-space:nowrap; border-bottom:1px solid rgba(0,0,0,0.1); padding:0; overflow:hidden;}
.sagtik-menu button:nth-of-type(1){border-radius:10px 10px 0 0;}
.sagtik-menu button:nth-last-of-type(1){border-radius:0 0 10px 10px;}

.sagtik-menu button span{height:35px; line-height:35px; padding:0 10px; border-left:1px solid rgba(0,0,0,0.1);}
.sagtik-menu button:hover{background:#ededed}

.sagtik-menu button i{width:35px; height:35px; line-height:35px; text-align:center; transition:.2s; display:inline-block; color:#818181}
.sagtik-menu button:hover i{background:#ff0000; color:#fff !important;}
/*#endregion*/

/*#region Disable Bg*/
.disable-bg{background: repeating-linear-gradient(135deg, #eeeeee 0, #eeeeee 10%, transparent 0, transparent 50%) !important;
        background-size: 8px 8px !important;
        background-color: #ffffff !important;
        opacity: 1 !important}

.disable-bg-yesil{background: repeating-linear-gradient(135deg, #30c8ac22 0, #30c8ac22 10%, transparent 0, transparent 50%) !important;
        background-size: 8px 8px !important;
        background-color: #30c8ac10 !important;
        opacity: 1 !important}

.disable-bg-kirmizi{background: repeating-linear-gradient(135deg, #fe003e15 0, #fe003e15 10%, transparent 0, transparent 50%) !important;
        background-size: 8px 8px !important;
        background-color: #fe003e10 !important;
        opacity: 1 !important}

.disable-bg-kirmizi-o5{background: repeating-linear-gradient(135deg, #fe003e10 0, #fe003e10 10%, transparent 0, transparent 50%) !important;
        background-size: 8px 8px !important;
        background-color: #fe003e05 !important;
        opacity: 1 !important}

.disable-bg-turuncu{background: repeating-linear-gradient(135deg, #fe750015 0, #fe750015 10%, transparent 0, transparent 50%) !important;
        background-size: 8px 8px !important;
        background-color: #fe750010 !important;
        opacity: 1 !important}
/*#endregion*/

/*#region Renkler*/
@property --gri2 {
  syntax: '<color>';
  initial-value: #ecedf2;
  inherits: false;
}

@property --gri1 {
  syntax: '<color>';
  initial-value: #fff;
  inherits: false;
}
.gradient-gri-bg{background:#fff; color:#333; background: linear-gradient(var(--gri1), var(--gri2)); border:1px solid rgba(0,0,0,0.05); transition: --gri1 .2s, --gri2 .2s;}
.gradient-gri-bg:hover{--gri1:#0d0f12; --gri2:#737689; color:#fff;}
.gradient-gri-bg:focus{--gri1:#ff0000; --gri2:#ff0000; color:#fff;}

.gri-buton{background:#eee; border:1px solid rgba(0,0,0,0.1);}
.gri-buton:hover{background:#f57800; color:#fff;}
.gri-buton:focus{background:#ff0000; color:#fff;}

.yesil-txt{color:#30C8Ac !important;}
.sari-txt{color:#FFDC00 !important;}
.turuncu-txt{color:#f39622 !important;}
.turkuaz-txt{color:#30b1c8 !important;}
.kahve-txt{color:#AE731B !important;}
.kahveturuncu-txt{color:#a83a0a !important;}
.kirmizi-txt{color:#f00 !important;}
.mavi-txt{color:#0099F8 !important;}
.siyah-txt{color:#000000 !important;}
.beyaz-txt{color:#FFFFFF !important;}
.fusya-txt{color:#B4174D !important;}
.morlila-txt{color:#6946E9 !important;}
.mor-txt{color:#9F17D8 !important;}

.yesil-txt-o1{color:#26AF4B1A !important;}
.yesilsari-txt-o1{color:#8ea8951A !important;}
.acik-yesil-txt-o1{color:#a4eddf1A !important;}
.sari-txt-o1{color:#FFDC001A !important;}
.turuncu-txt-o1{color:#f396221A !important;}
.turkuaz-txt-o1{color:#30b1c81A !important;}
.acik-turkuaz-txt-o1{color:#9cdeea1A !important;}
.acik-sari-txt-o1{color:#FFF1981A !important;}
.kahve-txt-o1{color:#AE731B1A !important;}
.lila-txt-o1{color:#7664B21A !important;}
.fusya-txt-o1{color:#B4174D1A !important;}
.kirmizi-txt-o1{color:#fe003e1A !important;}
.mavi-txt-o1{color:#0099F81A !important;}
.mor-txt-o1{color:#9F17D81A !important;}
.morlila-txt-o1{color:#6946E91A !important;}
.lacivert-txt-o1{color:#2800AE1A !important;}
.acik-lacivert-txt-o1{color:#a184ff1A !important;}
.siyah-txt-o1{color:#0000001A !important;}
.beyaz-txt-o1{color:#FFFFFF1A !important;}

.yesil-txt-o2{color:#26AF4B33 !important;}
.yesilsari-txt-o2{color:#8ea89533 !important;}
.acik-yesil-txt-o2{color:#a4eddf33 !important;}
.sari-txt-o2{color:#FFDC0033 !important;}
.turuncu-txt-o2{color:#f3962233 !important;}
.turkuaz-txt-o2{color:#30b1c833 !important;}
.acik-turkuaz-txt-o2{color:#9cdeea33 !important;}
.acik-sari-txt-o2{color:#FFF19833 !important;}
.kahve-txt-o2{color:#AE731B33 !important;}
.lila-txt-o2{color:#7664B233 !important;}
.fusya-txt-o2{color:#B4174D33 !important;}
.kirmizi-txt-o2{color:#fe003e33 !important;}
.mavi-txt-o2{color:#0099F833 !important;}
.mor-txt-o2{color:#9F17D833 !important;}
.morlila-txt-o2{color:#6946E933 !important;}
.lacivert-txt-o2{color:#2800AE33 !important;}
.acik-lacivert-txt-o2{color:#a184ff33 !important;}
.siyah-txt-o2{color:#00000033 !important;}
.beyaz-txt-o2{color:#FFFFFF33 !important;}

.yesil-txt-o3{color:#26AF4B4D !important;}
.yesilsari-txt-o3{color:#8ea8954D !important;}
.acik-yesil-txt-o3{color:#a4eddf4D !important;}
.sari-txt-o3{color:#FFDC004D !important;}
.turuncu-txt-o3{color:#f396224D !important;}
.turkuaz-txt-o3{color:#30b1c84D !important;}
.acik-turkuaz-txt-o3{color:#9cdeea4D !important;}
.acik-sari-txt-o3{color:#FFF1984D !important;}
.kahve-txt-o3{color:#AE731B4D !important;}
.lila-txt-o3{color:#7664B24D !important;}
.fusya-txt-o3{color:#B4174D4D !important;}
.kirmizi-txt-o3{color:#fe003e4D !important;}
.mavi-txt-o3{color:#0099F84D !important;}
.mor-txt-o3{color:#9F17D84D !important;}
.morlila-txt-o3{color:#6946E94D !important;}
.lacivert-txt-o3{color:#2800AE4D !important;}
.acik-lacivert-txt-o3{color:#a184ff4D !important;}
.siyah-txt-o3{color:#0000004D !important;}
.beyaz-txt-o3{color:#FFFFFF4D !important;}

.yesil-txt-o4{color:#26AF4B66 !important;}
.yesilsari-txt-o4{color:#8ea89566 !important;}
.acik-yesil-txt-o4{color:#a4eddf66 !important;}
.sari-txt-o4{color:#FFDC0066 !important;}
.turuncu-txt-o4{color:#f3962266 !important;}
.turkuaz-txt-o4{color:#30b1c866 !important;}
.acik-turkuaz-txt-o4{color:#9cdeea66 !important;}
.acik-sari-txt-o4{color:#FFF19866 !important;}
.kahve-txt-o4{color:#AE731B66 !important;}
.lila-txt-o4{color:#7664B266 !important;}
.fusya-txt-o4{color:#B4174D66 !important;}
.kirmizi-txt-o4{color:#fe003e66 !important;}
.mavi-txt-o4{color:#0099F866 !important;}
.mor-txt-o4{color:#9F17D866 !important;}
.morlila-txt-o4{color:#6946E966 !important;}
.lacivert-txt-o4{color:#2800AE66 !important;}
.acik-lacivert-txt-o4{color:#a184ff66 !important;}
.siyah-txt-o4{color:#00000066 !important;}
.beyaz-txt-o4{color:#FFFFFF66 !important;}

.yesil-txt-o5{color:#26AF4B80 !important;}
.yesilsari-txt-o5{color:#8ea89580 !important;}
.acik-yesil-txt-o5{color:#a4eddf80 !important;}
.sari-txt-o5{color:#FFDC0080 !important;}
.turuncu-txt-o5{color:#f3962280 !important;}
.turkuaz-txt-o5{color:#30b1c880 !important;}
.acik-turkuaz-txt-o5{color:#9cdeea80 !important;}
.acik-sari-txt-o5{color:#FFF19880 !important;}
.kahve-txt-o5{color:#AE731B80 !important;}
.lila-txt-o5{color:#7664B280 !important;}
.fusya-txt-o5{color:#B4174D80 !important;}
.kirmizi-txt-o5{color:#fe003e80 !important;}
.mavi-txt-o5{color:#0099F880 !important;}
.mor-txt-o5{color:#9F17D880 !important;}
.morlila-txt-o5{color:#6946E980 !important;}
.lacivert-txt-o5{color:#2800AE80 !important;}
.acik-lacivert-txt-o5{color:#a184ff80 !important;}
.siyah-txt-o5{color:#00000080 !important;}
.beyaz-txt-o5{color:#FFFFFF80 !important;}

.yesil-txt-o6{color:#26AF4B99 !important;}
.yesilsari-txt-o6{color:#8ea89599 !important;}
.acik-yesil-txt-o6{color:#a4eddf99 !important;}
.sari-txt-o6{color:#FFDC0099 !important;}
.turuncu-txt-o6{color:#f3962299 !important;}
.turkuaz-txt-o6{color:#30b1c899 !important;}
.acik-turkuaz-txt-o6{color:#9cdeea99 !important;}
.acik-sari-txt-o6{color:#FFF19899 !important;}
.kahve-txt-o6{color:#AE731B99 !important;}
.lila-txt-o6{color:#7664B299 !important;}
.fusya-txt-o6{color:#B4174D99 !important;}
.kirmizi-txt-o6{color:#fe003e99 !important;}
.mavi-txt-o6{color:#0099F899 !important;}
.mor-txt-o6{color:#9F17D899 !important;}
.morlila-txt-o6{color:#6946E999 !important;}
.lacivert-txt-o6{color:#2800AE99 !important;}
.acik-lacivert-txt-o6{color:#a184ff99 !important;}
.siyah-txt-o6{color:#00000099 !important;}
.beyaz-txt-o6{color:#FFFFFF99 !important;}

.yesil-txt-o7{color:#26AF4BB3 !important;}
.yesilsari-txt-o7{color:#8ea895B3 !important;}
.acik-yesil-txt-o7{color:#a4eddfB3 !important;}
.sari-txt-o7{color:#FFDC00B3 !important;}
.turuncu-txt-o7{color:#f39622B3 !important;}
.turkuaz-txt-o7{color:#30b1c8B3 !important;}
.acik-turkuaz-txt-o7{color:#9cdeeaB3 !important;}
.acik-sari-txt-o7{color:#FFF198B3 !important;}
.kahve-txt-o7{color:#AE731BB3 !important;}
.lila-txt-o7{color:#7664B2B3 !important;}
.fusya-txt-o7{color:#B4174DB3 !important;}
.kirmizi-txt-o7{color:#fe003eB3 !important;}
.mavi-txt-o7{color:#0099F8B3 !important;}
.mor-txt-o7{color:#9F17D8B3 !important;}
.morlila-txt-o7{color:#6946E9B3 !important;}
.lacivert-txt-o7{color:#2800AEB3 !important;}
.acik-lacivert-txt-o7{color:#a184ffB3 !important;}
.siyah-txt-o7{color:#000000B3 !important;}
.beyaz-txt-o7{color:#FFFFFFB3 !important;}

.yesil-txt-o8{color:#26AF4BCC !important;}
.yesilsari-txt-o8{color:#8ea895CC !important;}
.acik-yesil-txt-o8{color:#a4eddfCC !important;}
.sari-txt-o8{color:#FFDC00CC !important;}
.turuncu-txt-o8{color:#f39622CC !important;}
.turkuaz-txt-o8{color:#30b1c8CC !important;}
.acik-turkuaz-txt-o8{color:#9cdeeaCC !important;}
.acik-sari-txt-o8{color:#FFF198CC !important;}
.kahve-txt-o8{color:#AE731BCC !important;}
.lila-txt-o8{color:#7664B2CC !important;}
.fusya-txt-o8{color:#B4174DCC !important;}
.kirmizi-txt-o8{color:#fe003eCC !important;}
.mavi-txt-o8{color:#0099F8CC !important;}
.mor-txt-o8{color:#9F17D8CC !important;}
.morlila-txt-o8{color:#6946E9CC !important;}
.lacivert-txt-o8{color:#2800AECC !important;}
.acik-lacivert-txt-o8{color:#a184ffCC !important;}
.siyah-txt-o8{color:#000000CC !important;}
.beyaz-txt-o8{color:#FFFFFFCC !important;}

.yesil-txt-o9{color:#26AF4BE6 !important;}
.yesilsari-txt-o9{color:#8ea895E6 !important;}
.acik-yesil-txt-o9{color:#a4eddfE6 !important;}
.sari-txt-o9{color:#FFDC00E6 !important;}
.turuncu-txt-o9{color:#f39622E6 !important;}
.turkuaz-txt-o9{color:#30b1c8E6 !important;}
.acik-turkuaz-txt-o9{color:#9cdeeaE6 !important;}
.acik-sari-txt-o9{color:#FFF198E6 !important;}
.kahve-txt-o9{color:#AE731BE6 !important;}
.lila-txt-o9{color:#7664B2E6 !important;}
.fusya-txt-o9{color:#B4174DE6 !important;}
.kirmizi-txt-o9{color:#fe003eE6 !important;}
.mavi-txt-o9{color:#0099F8E6 !important;}
.mor-txt-o9{color:#9F17D8E6 !important;}
.morlila-txt-o9{color:#6946E9E6 !important;}
.lacivert-txt-o9{color:#2800AEE6 !important;}
.acik-lacivert-txt-o9{color:#a184ffE6 !important;}
.siyah-txt-o9{color:#000000E6 !important;}
.beyaz-txt-o9{color:#FFFFFFE6 !important;}



.acikgri-bg{background:#f0f0f0;}
.yesil-bg{background:#26AF4B !important;}
.yesilsari-bg{background:#8ea895 !important;}
.acik-yesil-bg{background:#a4eddf !important;}
.sari-bg{background:#FFDC00 !important;}
.turuncu-bg{background:#f39622 !important;}
.turkuaz-bg{background:#30b1c8 !important;}
.acik-turkuaz-bg{background:#9cdeea !important;}
.acik-sari-bg{background:#FFF198 !important;}
.kahve-bg{background:#AE731B !important;}
.lila-bg{background:#7664B2 !important;}
.fusya-bg{background:#B4174D !important;}
.kirmizi-bg{background:#ff0000 !important;}
.mavi-bg{background:#0099F8 !important;}
.mor-bg{background:#9F17D8 !important;}
.morlila-bg{background:#6946E9 !important;}
.lacivert-bg{background:#2800AE !important;}
.acik-lacivert-bg{background:#a184ff !important;}
.siyah-bg{background:#000000 !important;}
.beyaz-bg{background:#FFFFFF !important;}

.acikgri-bg:hover{background:#d6d6e1;}

.yesil-bg:hover{background:#13782e !important;}
.yesilsari-bg:hover{background:#567d61 !important;}
.sari-bg:hover{background:#bba30d !important;}
.turuncu-bg:hover{background:#b16507 !important;}
.turkuaz-bg:hover{background:#15798a !important;}
.kahve-bg:hover{background:#4a2e04 !important;}
.lila-bg:hover{background:#4d2cb7 !important;}
.fusya-bg:hover{background:#4a071e !important;}
.kirmizi-bg:hover{background:#7c0404 !important;}
.mavi-bg:hover{background:#0367a5 !important;}
.mor-bg:hover{background:#620f85 !important;}
.morlila-bg:hover{background:#2e148f !important;}
.lacivert-bg:hover{background:#17035c !important;}
.siyah-bg:hover{background:#5b5b5b !important;}
.beyaz-bg:hover{background:#d4d4d4 !important;}

.acik-lacivert-bg:hover{background:#a184ff !important;}
.acik-turkuaz-bg:hover{background:#9cdeea !important;}
.acik-sari-bg:hover{background:#FFF198 !important;}
.acik-yesil-bg:hover{background:#a4eddf !important;}


.yesil-bg-o1{background:#26AF4B1A !important;}
.yesilsari-bg-o1{background:#8ea8951A !important;}
.acik-yesil-bg-o1{background:#a4eddf1A !important;}
.sari-bg-o1{background:#FFDC001A !important;}
.turuncu-bg-o1{background:#f396221A !important;}
.turkuaz-bg-o1{background:#30b1c81A !important;}
.acik-turkuaz-bg-o1{background:#9cdeea1A !important;}
.acik-sari-bg-o1{background:#FFF1981A !important;}
.kahve-bg-o1{background:#AE731B1A !important;}
.lila-bg-o1{background:#7664B21A !important;}
.fusya-bg-o1{background:#B4174D1A !important;}
.kirmizi-bg-o1{background:#fe003e1A !important;}
.mavi-bg-o1{background:#0099F81A !important;}
.mor-bg-o1{background:#9F17D81A !important;}
.morlila-bg-o1{background:#6946E91A !important;}
.lacivert-bg-o1{background:#2800AE1A !important;}
.acik-lacivert-bg-o1{background:#a184ff1A !important;}
.siyah-bg-o1{background:#0000001A !important;}
.beyaz-bg-o1{background:#FFFFFF1A !important;}

.yesil-bg-o2{background:#26AF4B33 !important;}
.yesilsari-bg-o2{background:#8ea89533 !important;}
.acik-yesil-bg-o2{background:#a4eddf33 !important;}
.sari-bg-o2{background:#FFDC0033 !important;}
.turuncu-bg-o2{background:#f3962233 !important;}
.turkuaz-bg-o2{background:#30b1c833 !important;}
.acik-turkuaz-bg-o2{background:#9cdeea33 !important;}
.acik-sari-bg-o2{background:#FFF19833 !important;}
.kahve-bg-o2{background:#AE731B33 !important;}
.lila-bg-o2{background:#7664B233 !important;}
.fusya-bg-o2{background:#B4174D33 !important;}
.kirmizi-bg-o2{background:#fe003e33 !important;}
.mavi-bg-o2{background:#0099F833 !important;}
.mor-bg-o2{background:#9F17D833 !important;}
.morlila-bg-o2{background:#6946E933 !important;}
.lacivert-bg-o2{background:#2800AE33 !important;}
.acik-lacivert-bg-o2{background:#a184ff33 !important;}
.siyah-bg-o2{background:#00000033 !important;}
.beyaz-bg-o2{background:#FFFFFF33 !important;}

.yesil-bg-o3{background:#26AF4B4D !important;}
.yesilsari-bg-o3{background:#8ea8954D !important;}
.acik-yesil-bg-o3{background:#a4eddf4D !important;}
.sari-bg-o3{background:#FFDC004D !important;}
.turuncu-bg-o3{background:#f396224D !important;}
.turkuaz-bg-o3{background:#30b1c84D !important;}
.acik-turkuaz-bg-o3{background:#9cdeea4D !important;}
.acik-sari-bg-o3{background:#FFF1984D !important;}
.kahve-bg-o3{background:#AE731B4D !important;}
.lila-bg-o3{background:#7664B24D !important;}
.fusya-bg-o3{background:#B4174D4D !important;}
.kirmizi-bg-o3{background:#fe003e4D !important;}
.mavi-bg-o3{background:#0099F84D !important;}
.mor-bg-o3{background:#9F17D84D !important;}
.morlila-bg-o3{background:#6946E94D !important;}
.lacivert-bg-o3{background:#2800AE4D !important;}
.acik-lacivert-bg-o3{background:#a184ff4D !important;}
.siyah-bg-o3{background:#0000004D !important;}
.beyaz-bg-o3{background:#FFFFFF4D !important;}

.yesil-bg-o4{background:#26AF4B66 !important;}
.yesilsari-bg-o4{background:#8ea89566 !important;}
.acik-yesil-bg-o4{background:#a4eddf66 !important;}
.sari-bg-o4{background:#FFDC0066 !important;}
.turuncu-bg-o4{background:#f3962266 !important;}
.turkuaz-bg-o4{background:#30b1c866 !important;}
.acik-turkuaz-bg-o4{background:#9cdeea66 !important;}
.acik-sari-bg-o4{background:#FFF19866 !important;}
.kahve-bg-o4{background:#AE731B66 !important;}
.lila-bg-o4{background:#7664B266 !important;}
.fusya-bg-o4{background:#B4174D66 !important;}
.kirmizi-bg-o4{background:#fe003e66 !important;}
.mavi-bg-o4{background:#0099F866 !important;}
.mor-bg-o4{background:#9F17D866 !important;}
.morlila-bg-o4{background:#6946E966 !important;}
.lacivert-bg-o4{background:#2800AE66 !important;}
.acik-lacivert-bg-o4{background:#a184ff66 !important;}
.siyah-bg-o4{background:#00000066 !important;}
.beyaz-bg-o4{background:#FFFFFF66 !important;}

.yesil-bg-o5{background:#26AF4B80 !important;}
.yesilsari-bg-o5{background:#8ea89580 !important;}
.acik-yesil-bg-o5{background:#a4eddf80 !important;}
.sari-bg-o5{background:#FFDC0080 !important;}
.turuncu-bg-o5{background:#f3962280 !important;}
.turkuaz-bg-o5{background:#30b1c880 !important;}
.acik-turkuaz-bg-o5{background:#9cdeea80 !important;}
.acik-sari-bg-o5{background:#FFF19880 !important;}
.kahve-bg-o5{background:#AE731B80 !important;}
.lila-bg-o5{background:#7664B280 !important;}
.fusya-bg-o5{background:#B4174D80 !important;}
.kirmizi-bg-o5{background:#fe003e80 !important;}
.mavi-bg-o5{background:#0099F880 !important;}
.mor-bg-o5{background:#9F17D880 !important;}
.morlila-bg-o5{background:#6946E980 !important;}
.lacivert-bg-o5{background:#2800AE80 !important;}
.acik-lacivert-bg-o5{background:#a184ff80 !important;}
.siyah-bg-o5{background:#00000080 !important;}
.beyaz-bg-o5{background:#FFFFFF80 !important;}

.yesil-bg-o6{background:#26AF4B99 !important;}
.yesilsari-bg-o6{background:#8ea89599 !important;}
.acik-yesil-bg-o6{background:#a4eddf99 !important;}
.sari-bg-o6{background:#FFDC0099 !important;}
.turuncu-bg-o6{background:#f3962299 !important;}
.turkuaz-bg-o6{background:#30b1c899 !important;}
.acik-turkuaz-bg-o6{background:#9cdeea99 !important;}
.acik-sari-bg-o6{background:#FFF19899 !important;}
.kahve-bg-o6{background:#AE731B99 !important;}
.lila-bg-o6{background:#7664B299 !important;}
.fusya-bg-o6{background:#B4174D99 !important;}
.kirmizi-bg-o6{background:#fe003e99 !important;}
.mavi-bg-o6{background:#0099F899 !important;}
.mor-bg-o6{background:#9F17D899 !important;}
.morlila-bg-o6{background:#6946E999 !important;}
.lacivert-bg-o6{background:#2800AE99 !important;}
.acik-lacivert-bg-o6{background:#a184ff99 !important;}
.siyah-bg-o6{background:#00000099 !important;}
.beyaz-bg-o6{background:#FFFFFF99 !important;}

.yesil-bg-o7{background:#26AF4BB3 !important;}
.yesilsari-bg-o7{background:#8ea895B3 !important;}
.acik-yesil-bg-o7{background:#a4eddfB3 !important;}
.sari-bg-o7{background:#FFDC00B3 !important;}
.turuncu-bg-o7{background:#f39622B3 !important;}
.turkuaz-bg-o7{background:#30b1c8B3 !important;}
.acik-turkuaz-bg-o7{background:#9cdeeaB3 !important;}
.acik-sari-bg-o7{background:#FFF198B3 !important;}
.kahve-bg-o7{background:#AE731BB3 !important;}
.lila-bg-o7{background:#7664B2B3 !important;}
.fusya-bg-o7{background:#B4174DB3 !important;}
.kirmizi-bg-o7{background:#fe003eB3 !important;}
.mavi-bg-o7{background:#0099F8B3 !important;}
.mor-bg-o7{background:#9F17D8B3 !important;}
.morlila-bg-o7{background:#6946E9B3 !important;}
.lacivert-bg-o7{background:#2800AEB3 !important;}
.acik-lacivert-bg-o7{background:#a184ffB3 !important;}
.siyah-bg-o7{background:#000000B3 !important;}
.beyaz-bg-o7{background:#FFFFFFB3 !important;}

.yesil-bg-o8{background:#26AF4BCC !important;}
.yesilsari-bg-o8{background:#8ea895CC !important;}
.acik-yesil-bg-o8{background:#a4eddfCC !important;}
.sari-bg-o8{background:#FFDC00CC !important;}
.turuncu-bg-o8{background:#f39622CC !important;}
.turkuaz-bg-o8{background:#30b1c8CC !important;}
.acik-turkuaz-bg-o8{background:#9cdeeaCC !important;}
.acik-sari-bg-o8{background:#FFF198CC !important;}
.kahve-bg-o8{background:#AE731BCC !important;}
.lila-bg-o8{background:#7664B2CC !important;}
.fusya-bg-o8{background:#B4174DCC !important;}
.kirmizi-bg-o8{background:#fe003eCC !important;}
.mavi-bg-o8{background:#0099F8CC !important;}
.mor-bg-o8{background:#9F17D8CC !important;}
.morlila-bg-o8{background:#6946E9CC !important;}
.lacivert-bg-o8{background:#2800AECC !important;}
.acik-lacivert-bg-o8{background:#a184ffCC !important;}
.siyah-bg-o8{background:#000000CC !important;}
.beyaz-bg-o8{background:#FFFFFFCC !important;}

.yesil-bg-o9{background:#26AF4BE6 !important;}
.yesilsari-bg-o9{background:#8ea895E6 !important;}
.acik-yesil-bg-o9{background:#a4eddfE6 !important;}
.sari-bg-o9{background:#FFDC00E6 !important;}
.turuncu-bg-o9{background:#f39622E6 !important;}
.turkuaz-bg-o9{background:#30b1c8E6 !important;}
.acik-turkuaz-bg-o9{background:#9cdeeaE6 !important;}
.acik-sari-bg-o9{background:#FFF198E6 !important;}
.kahve-bg-o9{background:#AE731BE6 !important;}
.lila-bg-o9{background:#7664B2E6 !important;}
.fusya-bg-o9{background:#B4174DE6 !important;}
.kirmizi-bg-o9{background:#fe003eE6 !important;}
.mavi-bg-o9{background:#0099F8E6 !important;}
.mor-bg-o9{background:#9F17D8E6 !important;}
.morlila-bg-o9{background:#6946E9E6 !important;}
.lacivert-bg-o9{background:#2800AEE6 !important;}
.acik-lacivert-bg-o9{background:#a184ffE6 !important;}
.siyah-bg-o9{background:#000000E6 !important;}
.beyaz-bg-o9{background:#FFFFFFE6 !important;}
/*#endregion*/

/*#region Margin*/
.mar-0{margin:0px !important;}
.mar-3{margin:3px !important;}
.mar-5{margin:5px !important;}
.mar-8{margin:8px !important;}
.mar-10{margin:10px !important;}
.mar-15{margin:15px !important;}
.mar-20{margin:20px !important;}
.mar-25{margin:25px !important;}
.mar-30{margin:30px !important;}
.mar-35{margin:35px !important;}
.mar-40{margin:40px !important;}
.mar-45{margin:45px !important;}
.mar-50{margin:50px !important;}
.mar-55{margin:55px !important;}
.mar-60{margin:60px !important;}
.mar-65{margin:65px !important;}
.mar-70{margin:70px !important;}
.mar-75{margin:75px !important;}
.mar-80{margin:80px !important;}
.mar-85{margin:85px !important;}
.mar-90{margin:90px !important;}
.mar-95{margin:95px !important;}
.mar-100{margin:100px !important;}

.mar-left-0{margin-left:0px !important;}
.mar-left-3{margin-left:3px !important;}
.mar-left-5{margin-left:5px !important;}
.mar-left-8{margin-left:8px !important;}
.mar-left-10{margin-left:10px !important;}
.mar-left-15{margin-left:15px !important;}
.mar-left-20{margin-left:20px !important;}
.mar-left-25{margin-left:25px !important;}
.mar-left-30{margin-left:30px !important;}
.mar-left-35{margin-left:35px !important;}
.mar-left-40{margin-left:40px !important;}
.mar-left-45{margin-left:45px !important;}
.mar-left-50{margin-left:50px !important;}
.mar-left-55{margin-left:55px !important;}
.mar-left-60{margin-left:60px !important;}
.mar-left-65{margin-left:65px !important;}
.mar-left-70{margin-left:70px !important;}
.mar-left-75{margin-left:75px !important;}
.mar-left-80{margin-left:80px !important;}
.mar-left-85{margin-left:85px !important;}
.mar-left-90{margin-left:90px !important;}
.mar-left-95{margin-left:95px !important;}
.mar-left-100{margin-left:100px !important;}

.mar-right-0{margin-right:0px !important;}
.mar-right-3{margin-right:3px !important;}
.mar-right-5{margin-right:5px !important;}
.mar-right-8{margin-right:8px !important;}
.mar-right-10{margin-right:10px !important;}
.mar-right-15{margin-right:15px !important;}
.mar-right-20{margin-right:20px !important;}
.mar-right-25{margin-right:25px !important;}
.mar-right-30{margin-right:30px !important;}
.mar-right-35{margin-right:35px !important;}
.mar-right-40{margin-right:40px !important;}
.mar-right-45{margin-right:45px !important;}
.mar-right-50{margin-right:50px !important;}
.mar-right-55{margin-right:55px !important;}
.mar-right-60{margin-right:60px !important;}
.mar-right-65{margin-right:65px !important;}
.mar-right-70{margin-right:70px !important;}
.mar-right-75{margin-right:75px !important;}
.mar-right-80{margin-right:80px !important;}
.mar-right-85{margin-right:85px !important;}
.mar-right-90{margin-right:90px !important;}
.mar-right-95{margin-right:95px !important;}
.mar-right-100{margin-right:100px !important;}

.mar-lr-0{margin-left:0px !important; margin-right:0px !important;}
.mar-lr-3{margin-left:3px !important; margin-right:3px !important;}
.mar-lr-5{margin-left:5px !important; margin-right:5px !important;}
.mar-lr-8{margin-left:8px !important; margin-right:8px !important;}
.mar-lr-10{margin-left:10px !important; margin-right:10px !important;}
.mar-lr-15{margin-left:15px !important; margin-right:15px !important;}
.mar-lr-20{margin-left:20px !important; margin-right:20px !important;}
.mar-lr-25{margin-left:25px !important; margin-right:25px !important;}
.mar-lr-30{margin-left:30px !important; margin-right:30px !important;}
.mar-lr-35{margin-left:35px !important; margin-right:35px !important;}
.mar-lr-40{margin-left:40px !important; margin-right:40px !important;}
.mar-lr-45{margin-left:45px !important; margin-right:45px !important;}
.mar-lr-50{margin-left:50px !important; margin-right:50px !important;}
.mar-lr-55{margin-left:55px !important; margin-right:55px !important;}
.mar-lr-60{margin-left:60px !important; margin-right:60px !important;}
.mar-lr-65{margin-left:65px !important; margin-right:65px !important;}
.mar-lr-70{margin-left:70px !important; margin-right:70px !important;}
.mar-lr-75{margin-left:75px !important; margin-right:75px !important;}
.mar-lr-80{margin-left:80px !important; margin-right:80px !important;}
.mar-lr-85{margin-left:85px !important; margin-right:85px !important;}
.mar-lr-90{margin-left:90px !important; margin-right:90px !important;}
.mar-lr-95{margin-left:95px !important; margin-right:95px !important;}
.mar-lr-100{margin-left:100px !important; margin-right:100px !important;}

.mar-top-0{margin-top:0px !important;}
.mar-top-3{margin-top:3px !important;}
.mar-top-5{margin-top:5px !important;}
.mar-top-8{margin-top:8px !important;}
.mar-top-10{margin-top:10px !important;}
.mar-top-15{margin-top:15px !important;}
.mar-top-20{margin-top:20px !important;}
.mar-top-25{margin-top:25px !important;}
.mar-top-30{margin-top:30px !important;}
.mar-top-35{margin-top:35px !important;}
.mar-top-40{margin-top:40px !important;}
.mar-top-45{margin-top:45px !important;}
.mar-top-50{margin-top:50px !important;}
.mar-top-55{margin-top:55px !important;}
.mar-top-60{margin-top:60px !important;}
.mar-top-65{margin-top:65px !important;}
.mar-top-70{margin-top:70px !important;}
.mar-top-75{margin-top:75px !important;}
.mar-top-80{margin-top:80px !important;}
.mar-top-85{margin-top:85px !important;}
.mar-top-90{margin-top:90px !important;}
.mar-top-95{margin-top:95px !important;}
.mar-top-100{margin-top:100px !important;}

.mar-bottom-0{margin-bottom:0px !important;}
.mar-bottom-3{margin-bottom:3px !important;}
.mar-bottom-5{margin-bottom:5px !important;}
.mar-bottom-8{margin-bottom:8px !important;}
.mar-bottom-10{margin-bottom:10px !important;}
.mar-bottom-15{margin-bottom:15px !important;}
.mar-bottom-20{margin-bottom:20px !important;}
.mar-bottom-25{margin-bottom:25px !important;}
.mar-bottom-30{margin-bottom:30px !important;}
.mar-bottom-35{margin-bottom:35px !important;}
.mar-bottom-40{margin-bottom:40px !important;}
.mar-bottom-45{margin-bottom:45px !important;}
.mar-bottom-50{margin-bottom:50px !important;}
.mar-bottom-55{margin-bottom:55px !important;}
.mar-bottom-60{margin-bottom:60px !important;}
.mar-bottom-65{margin-bottom:65px !important;}
.mar-bottom-70{margin-bottom:70px !important;}
.mar-bottom-75{margin-bottom:75px !important;}
.mar-bottom-80{margin-bottom:80px !important;}
.mar-bottom-85{margin-bottom:85px !important;}
.mar-bottom-90{margin-bottom:90px !important;}
.mar-bottom-95{margin-bottom:95px !important;}
.mar-bottom-100{margin-bottom:100px !important;}

.mar-tb-0{margin-top:0px !important; margin-bottom:0px !important;}
.mar-tb-3{margin-top:3px !important; margin-bottom:3px !important;}
.mar-tb-5{margin-top:5px !important; margin-bottom:5px !important;}
.mar-tb-8{margin-top:8px !important; margin-bottom:8px !important;}
.mar-tb-10{margin-top:10px !important; margin-bottom:10px !important;}
.mar-tb-15{margin-top:15px !important; margin-bottom:15px !important;}
.mar-tb-20{margin-top:20px !important; margin-bottom:20px !important;}
.mar-tb-25{margin-top:25px !important; margin-bottom:25px !important;}
.mar-tb-30{margin-top:30px !important; margin-bottom:30px !important;}
.mar-tb-35{margin-top:35px !important; margin-bottom:35px !important;}
.mar-tb-40{margin-top:40px !important; margin-bottom:40px !important;}
.mar-tb-45{margin-top:45px !important; margin-bottom:45px !important;}
.mar-tb-50{margin-top:50px !important; margin-bottom:50px !important;}
.mar-tb-55{margin-top:55px !important; margin-bottom:55px !important;}
.mar-tb-60{margin-top:60px !important; margin-bottom:60px !important;}
.mar-tb-65{margin-top:65px !important; margin-bottom:65px !important;}
.mar-tb-70{margin-top:70px !important; margin-bottom:70px !important;}
.mar-tb-75{margin-top:75px !important; margin-bottom:75px !important;}
.mar-tb-80{margin-top:80px !important; margin-bottom:80px !important;}
.mar-tb-85{margin-top:85px !important; margin-bottom:85px !important;}
.mar-tb-90{margin-top:90px !important; margin-bottom:90px !important;}
.mar-tb-95{margin-top:95px !important; margin-bottom:95px !important;}
.mar-tb-100{margin-top:100px !important; margin-bottom:100px !important;}
/*#endregion*/

/*#region Padding*/
.pad-2{padding:2px !important;}
.pad-3{padding:3px !important;}
.pad-5{padding:5px !important;}
.pad-8{padding:8px !important;}
.pad-10{padding:10px !important;}
.pad-15{padding:15px !important;}
.pad-20{padding:20px !important;}
.pad-25{padding:25px !important;}
.pad-30{padding:30px !important;}
.pad-35{padding:35px !important;}
.pad-40{padding:40px !important;}
.pad-45{padding:45px !important;}
.pad-50{padding:50px !important;}
.pad-55{padding:55px !important;}
.pad-60{padding:60px !important;}
.pad-65{padding:65px !important;}
.pad-70{padding:70px !important;}
.pad-75{padding:75px !important;}
.pad-80{padding:80px !important;}
.pad-85{padding:85px !important;}
.pad-90{padding:90px !important;}
.pad-95{padding:95px !important;}
.pad-100{padding:100px !important;}

.pad-left-3{padding-left:3px !important;}
.pad-left-5{padding-left:5px !important;}
.pad-left-8{padding-left:8px !important;}
.pad-left-10{padding-left:10px !important;}
.pad-left-15{padding-left:15px !important;}
.pad-left-20{padding-left:20px !important;}
.pad-left-25{padding-left:25px !important;}
.pad-left-30{padding-left:30px !important;}
.pad-left-35{padding-left:35px !important;}
.pad-left-40{padding-left:40px !important;}
.pad-left-45{padding-left:45px !important;}
.pad-left-50{padding-left:50px !important;}
.pad-left-55{padding-left:55px !important;}
.pad-left-60{padding-left:60px !important;}
.pad-left-65{padding-left:65px !important;}
.pad-left-70{padding-left:70px !important;}
.pad-left-75{padding-left:75px !important;}
.pad-left-80{padding-left:80px !important;}
.pad-left-85{padding-left:85px !important;}
.pad-left-90{padding-left:90px !important;}
.pad-left-95{padding-left:95px !important;}
.pad-left-100{padding-left:100px !important;}

.pad-right-3{padding-right:3px !important;}
.pad-right-5{padding-right:5px !important;}
.pad-right-8{padding-right:8px !important;}
.pad-right-10{padding-right:10px !important;}
.pad-right-15{padding-right:15px !important;}
.pad-right-20{padding-right:20px !important;}
.pad-right-25{padding-right:25px !important;}
.pad-right-30{padding-right:30px !important;}
.pad-right-35{padding-right:35px !important;}
.pad-right-40{padding-right:40px !important;}
.pad-right-45{padding-right:45px !important;}
.pad-right-50{padding-right:50px !important;}
.pad-right-55{padding-right:55px !important;}
.pad-right-60{padding-right:60px !important;}
.pad-right-65{padding-right:65px !important;}
.pad-right-70{padding-right:70px !important;}
.pad-right-75{padding-right:75px !important;}
.pad-right-80{padding-right:80px !important;}
.pad-right-85{padding-right:85px !important;}
.pad-right-90{padding-right:90px !important;}
.pad-right-95{padding-right:95px !important;}
.pad-right-100{padding-right:100px !important;}

.pad-lr-3{padding-left:3px !important; padding-right:3px !important;}
.pad-lr-5{padding-left:5px !important; padding-right:5px !important;}
.pad-lr-8{padding-left:8px !important; padding-right:8px !important;}
.pad-lr-10{padding-left:10px !important; padding-right:10px !important;}
.pad-lr-15{padding-left:15px !important; padding-right:15px !important;}
.pad-lr-20{padding-left:20px !important; padding-right:20px !important;}
.pad-lr-25{padding-left:25px !important; padding-right:25px !important;}
.pad-lr-30{padding-left:30px !important; padding-right:30px !important;}
.pad-lr-35{padding-left:35px !important; padding-right:35px !important;}
.pad-lr-40{padding-left:40px !important; padding-right:40px !important;}
.pad-lr-45{padding-left:45px !important; padding-right:45px !important;}
.pad-lr-50{padding-left:50px !important; padding-right:50px !important;}
.pad-lr-55{padding-left:55px !important; padding-right:55px !important;}
.pad-lr-60{padding-left:60px !important; padding-right:60px !important;}
.pad-lr-65{padding-left:65px !important; padding-right:65px !important;}
.pad-lr-70{padding-left:70px !important; padding-right:70px !important;}
.pad-lr-75{padding-left:75px !important; padding-right:75px !important;}
.pad-lr-80{padding-left:80px !important; padding-right:80px !important;}
.pad-lr-85{padding-left:85px !important; padding-right:85px !important;}
.pad-lr-90{padding-left:90px !important; padding-right:90px !important;}
.pad-lr-95{padding-left:95px !important; padding-right:95px !important;}
.pad-lr-100{padding-left:100px !important; padding-right:100px !important;}

.pad-top-1{padding-top:1px !important;}
.pad-top-2{padding-top:2px !important;}
.pad-top-3{padding-top:3px !important;}
.pad-top-5{padding-top:5px !important;}
.pad-top-8{padding-top:8px !important;}
.pad-top-10{padding-top:10px !important;}
.pad-top-15{padding-top:15px !important;}
.pad-top-20{padding-top:20px !important;}
.pad-top-25{padding-top:25px !important;}
.pad-top-30{padding-top:30px !important;}
.pad-top-35{padding-top:35px !important;}
.pad-top-40{padding-top:40px !important;}
.pad-top-45{padding-top:45px !important;}
.pad-top-50{padding-top:50px !important;}
.pad-top-55{padding-top:55px !important;}
.pad-top-60{padding-top:60px !important;}
.pad-top-65{padding-top:65px !important;}
.pad-top-70{padding-top:70px !important;}
.pad-top-75{padding-top:75px !important;}
.pad-top-80{padding-top:80px !important;}
.pad-top-85{padding-top:85px !important;}
.pad-top-90{padding-top:90px !important;}
.pad-top-95{padding-top:95px !important;}
.pad-top-100{padding-top:100px !important;}

.pad-bottom-1{padding-bottom:1px !important;}
.pad-bottom-2{padding-bottom:2px !important;}
.pad-bottom-3{padding-bottom:3px !important;}
.pad-bottom-5{padding-bottom:5px !important;}
.pad-bottom-8{padding-bottom:8px !important;}
.pad-bottom-10{padding-bottom:10px !important;}
.pad-bottom-15{padding-bottom:15px !important;}
.pad-bottom-20{padding-bottom:20px !important;}
.pad-bottom-25{padding-bottom:25px !important;}
.pad-bottom-30{padding-bottom:30px !important;}
.pad-bottom-35{padding-bottom:35px !important;}
.pad-bottom-40{padding-bottom:40px !important;}
.pad-bottom-45{padding-bottom:45px !important;}
.pad-bottom-50{padding-bottom:50px !important;}
.pad-bottom-55{padding-bottom:55px !important;}
.pad-bottom-60{padding-bottom:60px !important;}
.pad-bottom-65{padding-bottom:65px !important;}
.pad-bottom-70{padding-bottom:70px !important;}
.pad-bottom-75{padding-bottom:75px !important;}
.pad-bottom-80{padding-bottom:80px !important;}
.pad-bottom-85{padding-bottom:85px !important;}
.pad-bottom-90{padding-bottom:90px !important;}
.pad-bottom-95{padding-bottom:95px !important;}
.pad-bottom-100{padding-bottom:100px !important;}

.pad-tb-1{padding-top:1px; padding-bottom:1px !important;}
.pad-tb-2{padding-top:2px; padding-bottom:2px !important;}
.pad-tb-3{padding-top:3px; padding-bottom:3px !important;}
.pad-tb-5{padding-top:5px; padding-bottom:5px !important;}
.pad-tb-8{padding-top:8px; padding-bottom:8px !important;}
.pad-tb-10{padding-top:10px; padding-bottom:10px !important;}
.pad-tb-15{padding-top:15px; padding-bottom:15px !important;}
.pad-tb-20{padding-top:20px; padding-bottom:20px !important;}
.pad-tb-25{padding-top:25px; padding-bottom:25px !important;}
.pad-tb-30{padding-top:30px; padding-bottom:30px !important;}
.pad-tb-35{padding-top:35px; padding-bottom:35px !important;}
.pad-tb-40{padding-top:40px; padding-bottom:40px !important;}
.pad-tb-45{padding-top:45px; padding-bottom:45px !important;}
.pad-tb-50{padding-top:50px; padding-bottom:50px !important;}
.pad-tb-55{padding-top:55px; padding-bottom:55px !important;}
.pad-tb-60{padding-top:60px; padding-bottom:60px !important;}
.pad-tb-65{padding-top:65px; padding-bottom:65px !important;}
.pad-tb-70{padding-top:70px; padding-bottom:70px !important;}
.pad-tb-75{padding-top:75px; padding-bottom:75px !important;}
.pad-tb-80{padding-top:80px; padding-bottom:80px !important;}
.pad-tb-85{padding-top:85px; padding-bottom:85px !important;}
.pad-tb-90{padding-top:90px; padding-bottom:90px !important;}
.pad-tb-95{padding-top:95px; padding-bottom:95px !important;}
.pad-tb-100{padding-top:100px; padding-bottom:100px !important;}
/*#endregion*/

/*#region Font Size*/
.fw-100{font-weight:100;}
.fw-200{font-weight:200;}
.fw-300{font-weight:300;}
.fw-400{font-weight:400;}
.fw-500{font-weight:500;}
.fw-600{font-weight:600;}
.fw-700{font-weight:700;}
.fw-800{font-weight:800;}
.fw-900{font-weight:900;}

.fz-3{font-size:3px !important;}
.fz-4{font-size:4px !important;}
.fz-5{font-size:5px !important;}
.fz-6{font-size:6px !important;}
.fz-7{font-size:7px !important;}
.fz-8{font-size:8px !important;}
.fz-9{font-size:9px !important;}
.fz-10{font-size:10px !important;}
.fz-11{font-size:11px !important;}
.fz-12{font-size:12px !important;}
.fz-13{font-size:13px !important;}
.fz-14{font-size:14px !important;}
.fz-15{font-size:15px !important;}
.fz-16{font-size:16px !important;}
.fz-18{font-size:18px !important;}
.fz-20{font-size:20px !important;}
.fz-22{font-size:22px !important;}
.fz-24{font-size:24px !important;}
.fz-26{font-size:26px !important;}
.fz-28{font-size:28px !important;}
.fz-30{font-size:30px !important;}
.fz-32{font-size:32px !important;}
.fz-34{font-size:34px !important;}
.fz-36{font-size:36px !important;}
.fz-38{font-size:38px !important;}
.fz-40{font-size:40px !important;}
.fz-42{font-size:42px !important;}
.fz-44{font-size:44px !important;}
.fz-46{font-size:46px !important;}
.fz-48{font-size:48px !important;}
.fz-50{font-size:50px !important;}
.fz-52{font-size:52px !important;}
.fz-54{font-size:54px !important;}
.fz-56{font-size:56px !important;}
.fz-58{font-size:58px !important;}
.fz-60{font-size:60px !important;}
.fz-62{font-size:62px !important;}
.fz-64{font-size:64px !important;}
.fz-66{font-size:66px !important;}
.fz-68{font-size:68px !important;}
.fz-70{font-size:70px !important;}
.fz-72{font-size:72px !important;}
.fz-74{font-size:74px !important;}
.fz-76{font-size:76px !important;}
.fz-78{font-size:78px !important;}
.fz-80{font-size:80px !important;}
.fz-82{font-size:82px !important;}
.fz-84{font-size:84px !important;}
.fz-86{font-size:86px !important;}
.fz-88{font-size:88px !important;}
.fz-90{font-size:90px !important;}
.fz-92{font-size:92px !important;}
.fz-94{font-size:94px !important;}
.fz-96{font-size:96px !important;}
.fz-98{font-size:98px !important;}
.fz-100{font-size:100px !important;}
/*#endregion*/

/*#region Border*/
.kirmizi-bor-o1{border-color:#fe003e1A !important;}
.turuncu-bor-o1{border-color:#f396221A !important;}
.yesil-bor-o1{border-color:#26AF4B1A !important;}
.sari-bor-o1{border-color:#FFDC001A !important;}
.kahve-bor-o1{border-color:#AE731B1A !important;}
.lila-bor-o1{border-color:#7664B21A !important;}
.fusya-bor-o1{border-color:#B4174D1A !important;}
.mavi-bor-o1{border-color:#0099F81A !important;}
.mor-bor-o1{border-color:#9F17D81A !important;}
.morlila-bor-o1{border-color:#6946E91A !important;}
.lacivert-bor-o1{border-color:#2800AE1A !important;}
.siyah-bor-o1{border-color:#0000001A !important;}
.beyaz-bor-o1{border-color:#FFFFFF1A !important;}

.kirmizi-bor-o2{border-color:#fe003e4D !important;}
.turuncu-bor-o2{border-color:#f396224D !important;}
.yesil-bor-o2{border-color:#26AF4B4D !important;}
.sari-bor-o2{border-color:#FFDC004D !important;}
.kahve-bor-o2{border-color:#AE731B4D !important;}
.lila-bor-o2{border-color:#7664B24D !important;}
.fusya-bor-o2{border-color:#B4174D4D !important;}
.mavi-bor-o2{border-color:#0099F84D !important;}
.mor-bor-o2{border-color:#9F17D84D !important;}
.morlila-bor-o2{border-color:#6946E94D !important;}
.lacivert-bor-o2{border-color:#2800AE4D !important;}
.siyah-bor-o2{border-color:#0000004D !important;}
.beyaz-bor-o2{border-color:#FFFFFF4D !important;}

.kirmizi-bor-o3{border-color:#fe003e4D !important;}
.turuncu-bor-o3{border-color:#f396224D !important;}
.yesil-bor-o3{border-color:#26AF4B4D !important;}
.sari-bor-o3{border-color:#FFDC004D !important;}
.kahve-bor-o3{border-color:#AE731B4D !important;}
.lila-bor-o3{border-color:#7664B24D !important;}
.fusya-bor-o3{border-color:#B4174D4D !important;}
.mavi-bor-o3{border-color:#0099F84D !important;}
.mor-bor-o3{border-color:#9F17D84D !important;}
.morlila-bor-o3{border-color:#6946E94D !important;}
.lacivert-bor-o3{border-color:#2800AE4D !important;}
.siyah-bor-o3{border-color:#0000004D !important;}
.beyaz-bor-o3{border-color:#FFFFFF4D !important;}

.kirmizi-bor-o4{border-color:#fe003e66 !important;}
.turuncu-bor-o4{border-color:#f3962266 !important;}
.yesil-bor-o4{border-color:#26AF4B66 !important;}
.sari-bor-o4{border-color:#FFDC0066 !important;}
.kahve-bor-o4{border-color:#AE731B66 !important;}
.lila-bor-o4{border-color:#7664B266 !important;}
.fusya-bor-o4{border-color:#B4174D66 !important;}
.mavi-bor-o4{border-color:#0099F866 !important;}
.mor-bor-o4{border-color:#9F17D866 !important;}
.morlila-bor-o4{border-color:#6946E966 !important;}
.lacivert-bor-o4{border-color:#2800AE66 !important;}
.siyah-bor-o4{border-color:#00000066 !important;}
.beyaz-bor-o4{border-color:#FFFFFF66 !important;}

.kirmizi-bor-o5{border-color:#fe003e80 !important;}
.turuncu-bor-o5{border-color:#f3962280 !important;}
.yesil-bor-o5{border-color:#26AF4B80 !important;}
.sari-bor-o5{border-color:#FFDC0080 !important;}
.kahve-bor-o5{border-color:#AE731B80 !important;}
.lila-bor-o5{border-color:#7664B280 !important;}
.fusya-bor-o5{border-color:#B4174D80 !important;}
.mavi-bor-o5{border-color:#0099F880 !important;}
.mor-bor-o5{border-color:#9F17D880 !important;}
.morlila-bor-o5{border-color:#6946E980 !important;}
.lacivert-bor-o5{border-color:#2800AE80 !important;}
.siyah-bor-o5{border-color:#00000080 !important;}
.beyaz-bor-o5{border-color:#FFFFFF80 !important;}

.kirmizi-bor-o6{border-color:#fe003e99 !important;}
.turuncu-bor-o6{border-color:#f3962299 !important;}
.yesil-bor-o6{border-color:#26AF4B99 !important;}
.sari-bor-o6{border-color:#FFDC0099 !important;}
.kahve-bor-o6{border-color:#AE731B99 !important;}
.lila-bor-o6{border-color:#7664B299 !important;}
.fusya-bor-o6{border-color:#B4174D99 !important;}
.mavi-bor-o6{border-color:#0099F899 !important;}
.mor-bor-o6{border-color:#9F17D899 !important;}
.morlila-bor-o6{border-color:#6946E999 !important;}
.lacivert-bor-o6{border-color:#2800AE99 !important;}
.siyah-bor-o6{border-color:#00000099 !important;}
.beyaz-bor-o6{border-color:#FFFFFF99 !important;}

.kirmizi-bor-o7{border-color:#fe003eB3 !important;}
.turuncu-bor-o7{border-color:#f39622B3 !important;}
.yesil-bor-o7{border-color:#26AF4BB3 !important;}
.sari-bor-o7{border-color:#FFDC00B3 !important;}
.kahve-bor-o7{border-color:#AE731BB3 !important;}
.lila-bor-o7{border-color:#7664B2B3 !important;}
.fusya-bor-o7{border-color:#B4174DB3 !important;}
.mavi-bor-o7{border-color:#0099F8B3 !important;}
.mor-bor-o7{border-color:#9F17D8B3 !important;}
.morlila-bor-o7{border-color:#6946E9B3 !important;}
.lacivert-bor-o7{border-color:#2800AEB3 !important;}
.siyah-bor-o7{border-color:#000000B3 !important;}
.beyaz-bor-o7{border-color:#FFFFFFB3 !important;}

.kirmizi-bor-o8{border-color:#fe003eCC !important;}
.turuncu-bor-o8{border-color:#f39622CC !important;}
.yesil-bor-o8{border-color:#26AF4BCC !important;}
.sari-bor-o8{border-color:#FFDC00CC !important;}
.kahve-bor-o8{border-color:#AE731BCC !important;}
.lila-bor-o8{border-color:#7664B2CC !important;}
.fusya-bor-o8{border-color:#B4174DCC !important;}
.mavi-bor-o8{border-color:#0099F8CC !important;}
.mor-bor-o8{border-color:#9F17D8CC !important;}
.morlila-bor-o8{border-color:#6946E9CC !important;}
.lacivert-bor-o8{border-color:#2800AECC !important;}
.siyah-bor-o8{border-color:#000000CC !important;}
.beyaz-bor-o8{border-color:#FFFFFFCC !important;}

.kirmizi-bor-o9{border-color:#fe003eE6 !important;}
.turuncu-bor-o9{border-color:#f39622E6 !important;}
.yesil-bor-o9{border-color:#26AF4BE6 !important;}
.sari-bor-o9{border-color:#FFDC00E6 !important;}
.kahve-bor-o9{border-color:#AE731BE6 !important;}
.lila-bor-o9{border-color:#7664B2E6 !important;}
.fusya-bor-o9{border-color:#B4174DE6 !important;}
.mavi-bor-o9{border-color:#0099F8E6 !important;}
.mor-bor-o9{border-color:#9F17D8E6 !important;}
.morlila-bor-o9{border-color:#6946E9E6 !important;}
.lacivert-bor-o9{border-color:#2800AEE6 !important;}
.siyah-bor-o9{border-color:#000000E6 !important;}
.beyaz-bor-o9{border-color:#FFFFFFE6 !important;}

.bor-0{border-width:0px !important;}
.bor-1{border-style:solid; border-width:1px !important;}
.bor-2{border-style:solid; border-width:2px !important;}
.bor-3{border-style:solid; border-width:3px !important;}
.bor-4{border-style:solid; border-width:4px !important;}
.bor-5{border-style:solid; border-width:5px !important;}

.bor-dash-1{border-style:dashed; border-width:1px !important;}
.bor-dash-2{border-style:dashed; border-width:2px !important;}
.bor-dash-3{border-style:dashed; border-width:3px !important;}
.bor-dash-4{border-style:dashed; border-width:4px !important;}
.bor-dash-5{border-style:dashed; border-width:5px !important;}

.bor-bottom-0{border-bottom-width:0 !important;}
.bor-bottom-1{border-bottom-width:1px; border-bottom-style: solid; }
.bor-bottom-2{border-bottom-width:2px; border-bottom-style: solid; }
.bor-bottom-3{border-bottom-width:3px; border-bottom-style: solid; }
.bor-bottom-4{border-bottom-width:4px; border-bottom-style: solid; }
.bor-bottom-5{border-bottom-width:5px; border-bottom-style: solid; }

.bor-top-0{border-top-width:0 !important;}
.bor-top-1{border-top-width:1px; border-top-style:solid; }
.bor-top-2{border-top-width:2px; border-top-style:solid; }
.bor-top-3{border-top-width:3px; border-top-style:solid; }
.bor-top-4{border-top-width:4px; border-top-style:solid; }
.bor-top-5{border-top-width:5px; border-top-style:solid; }

.bor-tb-0{border-top-width:0; border-bottom-width:0 !important;}
.bor-tb-1{border-top-width:1px; border-top-style:solid; border-bottom-width:1px; border-bottom-style:solid !important;}
.bor-tb-2{border-top-width:2px; border-top-style:solid; border-bottom-width:2px; border-bottom-style:solid !important;}
.bor-tb-3{border-top-width:3px; border-top-style:solid; border-bottom-width:3px; border-bottom-style:solid !important;}
.bor-tb-4{border-top-width:4px; border-top-style:solid; border-bottom-width:4px; border-bottom-style:solid !important;}
.bor-tb-5{border-top-width:5px; border-top-style:solid; border-bottom-width:5px; border-bottom-style:solid !important;}

.bor-left-0{border-left-width:0 !important;}
.bor-left-1{border-left-width:1px; border-left-style:solid; }
.bor-left-2{border-left-width:2px; border-left-style:solid; }
.bor-left-3{border-left-width:3px; border-left-style:solid; }
.bor-left-4{border-left-width:4px; border-left-style:solid; }
.bor-left-5{border-left-width:5px; border-left-style:solid; }

.bor-right-0{border-right-width:0 !important;}
.bor-right-1{border-right-width:1px; border-right-style:solid; }
.bor-right-2{border-right-width:2px; border-right-style:solid; }
.bor-right-3{border-right-width:3px; border-right-style:solid; }
.bor-right-4{border-right-width:4px; border-right-style:solid; }
.bor-right-5{border-right-width:5px; border-right-style:solid; }

.bor-lr-0{border-right:0; border-left:0 !important;}
.bor-lr-1{border-right-width:1px; border-right-style:solid; border-left-width:1px; border-left-style:solid !important;}
.bor-lr-2{border-right-width:2px; border-right-style:solid; border-left-width:2px; border-left-style:solid !important;}
.bor-lr-3{border-right-width:3px; border-right-style:solid; border-left-width:3px; border-left-style:solid !important;}
.bor-lr-4{border-right-width:4px; border-right-style:solid; border-left-width:4px; border-left-style:solid !important;}
.bor-lr-5{border-right-width:5px; border-right-style:solid; border-left-width:5px; border-left-style:solid !important;}

.bor-rad-5{border-radius:5px !important;}
.bor-rad-6{border-radius:6px !important;}
.bor-rad-7{border-radius:7px !important;}
.bor-rad-8{border-radius:8px !important;}
.bor-rad-9{border-radius:9px !important;}
.bor-rad-10{border-radius:10px !important;}
.bor-rad-15{border-radius:15px !important;}
.bor-rad-20{border-radius:20px !important;}
.bor-rad-25{border-radius:25px !important;}
.bor-rad-30{border-radius:30px !important;}
.bor-rad-35{border-radius:35px !important;}
.bor-rad-40{border-radius:40px !important;}
.bor-rad-45{border-radius:45px !important;}
.bor-rad-50{border-radius:50px !important;}
.bor-rad-75{border-radius:75px !important;}
.bor-rad-100{border-radius:100px !important;}

.bor-tl-rad-5{border-top-left-radius:5px !important;}
.bor-tl-rad-10{border-top-left-radius:10px !important;}
.bor-tl-rad-15{border-top-left-radius:15px !important;}
.bor-tl-rad-20{border-top-left-radius:20px !important;}
.bor-tl-rad-25{border-top-left-radius:25px !important;}
.bor-tl-rad-30{border-top-left-radius:30px !important;}
.bor-tl-rad-35{border-top-left-radius:35px !important;}
.bor-tl-rad-40{border-top-left-radius:40px !important;}
.bor-tl-rad-45{border-top-left-radius:45px !important;}
.bor-tl-rad-50{border-top-left-radius:50px !important;}
.bor-tl-rad-75{border-top-left-radius:75px !important;}
.bor-tl-rad-100{border-top-left-radius:100px !important;}

.bor-tr-rad-5{border-top-right-radius:5px !important;}
.bor-tr-rad-10{border-top-right-radius:10px !important;}
.bor-tr-rad-15{border-top-right-radius:15px !important;}
.bor-tr-rad-20{border-top-right-radius:20px !important;}
.bor-tr-rad-25{border-top-right-radius:25px !important;}
.bor-tr-rad-30{border-top-right-radius:30px !important;}
.bor-tr-rad-35{border-top-right-radius:35px !important;}
.bor-tr-rad-40{border-top-right-radius:40px !important;}
.bor-tr-rad-45{border-top-right-radius:45px !important;}
.bor-tr-rad-50{border-top-right-radius:50px !important;}
.bor-tr-rad-75{border-top-right-radius:75px !important;}
.bor-tr-rad-100{border-top-right-radius:100px !important;}

.bor-tbr-rad-5{border-top-right-radius:5px !important; border-bottom-right-radius:5px !important;}
.bor-tbr-rad-10{border-top-right-radius:10px !important; border-bottom-right-radius:10px !important;}
.bor-tbr-rad-15{border-top-right-radius:15px !important; border-bottom-right-radius:15px !important;}
.bor-tbr-rad-20{border-top-right-radius:20px !important; border-bottom-right-radius:20px !important;}
.bor-tbr-rad-25{border-top-right-radius:25px !important; border-bottom-right-radius:25px !important;}
.bor-tbr-rad-30{border-top-right-radius:30px !important; border-bottom-right-radius:30px !important;}
.bor-tbr-rad-35{border-top-right-radius:35px !important; border-bottom-right-radius:35px !important;}
.bor-tbr-rad-40{border-top-right-radius:40px !important; border-bottom-right-radius:40px !important;}
.bor-tbr-rad-45{border-top-right-radius:45px !important; border-bottom-right-radius:45px !important;}
.bor-tbr-rad-50{border-top-right-radius:50px !important; border-bottom-right-radius:50px !important;}
.bor-tbr-rad-75{border-top-right-radius:75px !important; border-bottom-right-radius:75px !important;}
.bor-tbr-rad-100{border-top-right-radius:100px !important; border-bottom-right-radius:100px !important;}

.bor-tbl-rad-5{border-top-left-radius:5px !important; border-bottom-left-radius:5px !important;}
.bor-tbl-rad-10{border-top-left-radius:10px !important; border-bottom-left-radius:10px !important;}
.bor-tbl-rad-15{border-top-left-radius:15px !important; border-bottom-left-radius:15px !important;}
.bor-tbl-rad-20{border-top-left-radius:20px !important; border-bottom-left-radius:20px !important;}
.bor-tbl-rad-25{border-top-left-radius:25px !important; border-bottom-left-radius:25px !important;}
.bor-tbl-rad-30{border-top-left-radius:30px !important; border-bottom-left-radius:30px !important;}
.bor-tbl-rad-35{border-top-left-radius:35px !important; border-bottom-left-radius:35px !important;}
.bor-tbl-rad-40{border-top-left-radius:40px !important; border-bottom-left-radius:40px !important;}
.bor-tbl-rad-45{border-top-left-radius:45px !important; border-bottom-left-radius:45px !important;}
.bor-tbl-rad-50{border-top-left-radius:50px !important; border-bottom-left-radius:50px !important;}
.bor-tbl-rad-75{border-top-left-radius:75px !important; border-bottom-left-radius:75px !important;}
.bor-tbl-rad-100{border-top-left-radius:100px !important; border-bottom-left-radius:100px !important;}


.bor-tlr-rad-5{border-top-left-radius:5px; border-top-right-radius:5px !important;}
.bor-tlr-rad-10{border-top-left-radius:10px; border-top-right-radius:10px !important;}
.bor-tlr-rad-15{border-top-left-radius:15px; border-top-right-radius:15px !important;}
.bor-tlr-rad-20{border-top-left-radius:20px; border-top-right-radius:20px !important;}
.bor-tlr-rad-25{border-top-left-radius:25px; border-top-right-radius:25px !important;}
.bor-tlr-rad-30{border-top-left-radius:30px; border-top-right-radius:30px !important;}
.bor-tlr-rad-35{border-top-left-radius:35px; border-top-right-radius:35px !important;}
.bor-tlr-rad-40{border-top-left-radius:40px; border-top-right-radius:40px !important;}
.bor-tlr-rad-45{border-top-left-radius:45px; border-top-right-radius:45px !important;}
.bor-tlr-rad-50{border-top-left-radius:50px; border-top-right-radius:50px !important;}
.bor-tlr-rad-75{border-top-left-radius:75px; border-top-right-radius:75px !important;}
.bor-tlr-rad-100{border-top-left-radius:100px; border-top-right-radius:100px !important;}

.bor-bl-rad-5{border-bottom-left-radius:5px !important;}
.bor-bl-rad-10{border-bottom-left-radius:10px !important;}
.bor-bl-rad-15{border-bottom-left-radius:15px !important;}
.bor-bl-rad-20{border-bottom-left-radius:20px !important;}
.bor-bl-rad-25{border-bottom-left-radius:25px !important;}
.bor-bl-rad-30{border-bottom-left-radius:30px !important;}
.bor-bl-rad-35{border-bottom-left-radius:35px !important;}
.bor-bl-rad-40{border-bottom-left-radius:40px !important;}
.bor-bl-rad-45{border-bottom-left-radius:45px !important;}
.bor-bl-rad-50{border-bottom-left-radius:50px !important;}
.bor-bl-rad-75{border-bottom-left-radius:75px !important;}
.bor-bl-rad-100{border-bottom-left-radius:100px !important;}

.bor-br-rad-5{border-bottom-right-radius:5px !important;}
.bor-br-rad-10{border-bottom-right-radius:10px !important;}
.bor-br-rad-15{border-bottom-right-radius:15px !important;}
.bor-br-rad-20{border-bottom-right-radius:20px !important;}
.bor-br-rad-25{border-bottom-right-radius:25px !important;}
.bor-br-rad-30{border-bottom-right-radius:30px !important;}
.bor-br-rad-35{border-bottom-right-radius:35px !important;}
.bor-br-rad-40{border-bottom-right-radius:40px !important;}
.bor-br-rad-45{border-bottom-right-radius:45px !important;}
.bor-br-rad-50{border-bottom-right-radius:50px !important;}
.bor-br-rad-75{border-bottom-right-radius:75px !important;}
.bor-br-rad-100{border-bottom-right-radius:100px !important;}

.bor-blr-rad-5{border-bottom-left-radius:5px; border-bottom-right-radius:5px !important;}
.bor-blr-rad-10{border-bottom-left-radius:10px; border-bottom-right-radius:10px !important;}
.bor-blr-rad-15{border-bottom-left-radius:15px; border-bottom-right-radius:15px !important;}
.bor-blr-rad-20{border-bottom-left-radius:20px; border-bottom-right-radius:20px !important;}
.bor-blr-rad-25{border-bottom-left-radius:25px; border-bottom-right-radius:25px !important;}
.bor-blr-rad-30{border-bottom-left-radius:30px; border-bottom-right-radius:30px !important;}
.bor-blr-rad-35{border-bottom-left-radius:35px; border-bottom-right-radius:35px !important;}
.bor-blr-rad-40{border-bottom-left-radius:40px; border-bottom-right-radius:40px !important;}
.bor-blr-rad-45{border-bottom-left-radius:45px; border-bottom-right-radius:45px !important;}
.bor-blr-rad-50{border-bottom-left-radius:50px; border-bottom-right-radius:50px !important;}
.bor-blr-rad-75{border-bottom-left-radius:75px; border-bottom-right-radius:75px !important;}
.bor-blr-rad-100{border-bottom-left-radius:100px; border-bottom-right-radius:100px !important;}


/*#endregion*/

/*#region Width Height*/
.height1{height:1px !important;}
.height2{height:2px !important;}
.height3{height:3px !important;}
.height4{height:4px !important;}
.height5{height:5px !important;}
.height6{height:6px !important;}
.height7{height:7px !important;}
.height8{height:8px !important;}
.height9{height:9px !important;}
.height10{height:10px !important;}
.height12{height:12px !important;}
.height14{height:14px !important;}
.height16{height:16px !important;}
.height18{height:18px !important;}
.height20{height:20px !important;}
.height22{height:22px !important;}
.height24{height:24px !important;}
.height26{height:26px !important;}
.height28{height:28px !important;}
.height30{height:30px !important;}
.height32{height:32px !important;}
.height34{height:34px !important;}
.height36{height:36px !important;}
.height38{height:38px !important;}
.height40{height:40px !important;}
.height42{height:42px !important;}
.height44{height:44px !important;}
.height46{height:46px !important;}
.height48{height:48px !important;}
.height50{height:50px !important;}
.height55{height:55px !important;}
.height60{height:60px !important;}
.height65{height:65px !important;}
.height70{height:70px !important;}
.height75{height:75px !important;}
.height80{height:80px !important;}
.height85{height:85px !important;}
.height90{height:90px !important;}
.height95{height:95px !important;}
.height100{height:100px !important;}

.width1{width:1px !important;}
.width2{width:2px !important;}
.width3{width:3px !important;}
.width4{width:4px !important;}
.width5{width:5px !important;}
.width6{width:6px !important;}
.width7{width:7px !important;}
.width8{width:8px !important;}
.width9{width:9px !important;}
.width10{width:10px !important;}
.width12{width:12px !important;}
.width14{width:14px !important;}
.width16{width:16px !important;}
.width18{width:18px !important;}
.width20{width:20px !important;}
.width22{width:22px !important;}
.width24{width:24px !important;}
.width26{width:26px !important;}
.width28{width:28px !important;}
.width30{width:30px !important;}
.width32{width:32px !important;}
.width34{width:34px !important;}
.width36{width:36px !important;}
.width38{width:38px !important;}
.width40{width:40px !important;}
.width42{width:42px !important;}
.width44{width:44px !important;}
.width46{width:46px !important;}
.width48{width:48px !important;}
.width50{width:50px !important;}
.width55{width:55px !important;}
.width60{width:60px !important;}
.width65{width:65px !important;}
.width70{width:70px !important;}
.width75{width:75px !important;}
.width80{width:80px !important;}
.width85{width:85px !important;}
.width90{width:90px !important;}
.width95{width:95px !important;}
.width100{width:100px !important;}
.width110{width:110px !important;}
.width120{width:120px !important;}
.width130{width:130px !important;}
.width140{width:140px !important;}
.width150{width:150px !important;}
.width160{width:160px !important;}
.width170{width:170px !important;}
.width180{width:180px !important;}
.width190{width:190px !important;}
.width200{width:200px !important;}
.width250{width:250px !important;}
.width300{width:300px !important;}
.width350{width:350px !important;}
.width400{width:400px !important;}
.width450{width:450px !important;}
.width500{width:500px !important;}

.maxwidth1{max-width:1px !important;}
.maxwidth2{max-width:2px !important;}
.maxwidth3{max-width:3px !important;}
.maxwidth4{max-width:4px !important;}
.maxwidth5{max-width:5px !important;}
.maxwidth6{max-width:6px !important;}
.maxwidth7{max-width:7px !important;}
.maxwidth8{max-width:8px !important;}
.maxwidth9{max-width:9px !important;}
.maxwidth10{max-width:10px !important;}
.maxwidth12{max-width:12px !important;}
.maxwidth14{max-width:14px !important;}
.maxwidth16{max-width:16px !important;}
.maxwidth18{max-width:18px !important;}
.maxwidth20{max-width:20px !important;}
.maxwidth22{max-width:22px !important;}
.maxwidth24{max-width:24px !important;}
.maxwidth26{max-width:26px !important;}
.maxwidth28{max-width:28px !important;}
.maxwidth30{max-width:30px !important;}
.maxwidth32{max-width:32px !important;}
.maxwidth34{max-width:34px !important;}
.maxwidth36{max-width:36px !important;}
.maxwidth38{max-width:38px !important;}
.maxwidth40{max-width:40px !important;}
.maxwidth42{max-width:42px !important;}
.maxwidth44{max-width:44px !important;}
.maxwidth46{max-width:46px !important;}
.maxwidth48{max-width:48px !important;}
.maxwidth50{max-width:50px !important;}
.maxwidth55{max-width:55px !important;}
.maxwidth60{max-width:60px !important;}
.maxwidth65{max-width:65px !important;}
.maxwidth70{max-width:70px !important;}
.maxwidth75{max-width:75px !important;}
.maxwidth80{max-width:80px !important;}
.maxwidth85{max-width:85px !important;}
.maxwidth90{max-width:90px !important;}
.maxwidth95{max-width:95px !important;}
.maxwidth100{max-width:100px !important;}
.maxwidth110{max-width:110px !important;}
.maxwidth120{max-width:120px !important;}
.maxwidth130{max-width:130px !important;}
.maxwidth140{max-width:140px !important;}
.maxwidth150{max-width:150px !important;}
.maxwidth160{max-width:160px !important;}
.maxwidth170{max-width:170px !important;}
.maxwidth180{max-width:180px !important;}
.maxwidth190{max-width:190px !important;}
.maxwidth200{max-width:200px !important;}
.maxwidth250{max-width:250px !important;}
.maxwidth300{max-width:300px !important;}
.maxwidth350{max-width:350px !important;}
.maxwidth400{max-width:400px !important;}
.maxwidth450{max-width:450px !important;}
.maxwidth500{max-width:500px !important;}

.wh1{width:1px; height:1px; line-height:1px !important;}
.wh2{width:2px; height:2px; line-height:2px !important;}
.wh3{width:3px; height:3px; line-height:3px !important;}
.wh4{width:4px; height:4px; line-height:4px !important;}
.wh5{width:5px; height:5px; line-height:5px !important;}
.wh6{width:6px; height:6px; line-height:6px !important;}
.wh7{width:7px; height:7px; line-height:7px !important;}
.wh8{width:8px; height:8px; line-height:8px !important;}
.wh9{width:9px; height:9px; line-height:9px !important;}
.wh10{width:10px; height:10px; line-height:10px !important;}
.wh12{width:12px; height:12px; line-height:12px !important;}
.wh14{width:14px; height:14px; line-height:14px !important;}
.wh16{width:16px; height:16px; line-height:16px !important;}
.wh18{width:18px; height:18px; line-height:18px !important;}
.wh20{width:20px; height:20px; line-height:20px !important;}
.wh22{width:22px; height:22px; line-height:22px !important;}
.wh24{width:24px; height:24px; line-height:24px !important;}
.wh26{width:26px; height:26px; line-height:26px !important;}
.wh28{width:28px; height:28px; line-height:28px !important;}
.wh30{width:30px; height:30px; line-height:30px !important;}
.wh32{width:32px; height:32px; line-height:32px !important;}
.wh34{width:34px; height:34px; line-height:34px !important;}
.wh36{width:36px; height:36px; line-height:36px !important;}
.wh38{width:38px; height:38px; line-height:38px !important;}
.wh40{width:40px; height:40px; line-height:40px !important;}
.wh42{width:42px; height:42px; line-height:42px !important;}
.wh44{width:44px; height:44px; line-height:44px !important;}
.wh46{width:46px; height:46px; line-height:46px !important;}
.wh48{width:48px; height:48px; line-height:48px !important;}
.wh50{width:50px; height:50px; line-height:50px !important;}
.wh55{width:55px; height:55px; line-height:55px !important;}
.wh60{width:60px; height:60px; line-height:60px !important;}
.wh65{width:65px; height:65px; line-height:65px !important;}
.wh70{width:70px; height:70px; line-height:70px !important;}
.wh75{width:75px; height:75px; line-height:75px !important;}
.wh80{width:80px; height:80px; line-height:80px !important;}
.wh85{width:85px; height:85px; line-height:85px !important;}
.wh90{width:90px; height:90px; line-height:90px !important;}
.wh95{width:95px; height:95px; line-height:95px !important;}
.wh100{width:100px; height:100px; line-height:100px !important;}
.wh150{width:150px; height:150px; line-height:150px !important;}
.wh200{width:200px; height:200px; line-height:200px !important;}

.lh10{line-height:10px !important;}
.lh12{line-height:12px !important;}
.lh14{line-height:14px !important;}
.lh16{line-height:16px !important;}
.lh18{line-height:18px !important;}
.lh20{line-height:20px !important;}
.lh22{line-height:22px !important;}
.lh24{line-height:24px !important;}
.lh26{line-height:26px !important;}
.lh28{line-height:28px !important;}
.lh30{line-height:30px !important;}
.lh32{line-height:32px !important;}
.lh34{line-height:34px !important;}
.lh36{line-height:36px !important;}
.lh38{line-height:38px !important;}
.lh40{line-height:40px !important;}
.lh42{line-height:42px !important;}
.lh44{line-height:44px !important;}
.lh46{line-height:46px !important;}
.lh48{line-height:48px !important;}
.lh50{line-height:50px !important;}
.lh55{line-height:55px !important;}
.lh60{line-height:60px !important;}
.lh65{line-height:65px !important;}
.lh70{line-height:70px !important;}
.lh75{line-height:75px !important;}
.lh80{line-height:80px !important;}
.lh85{line-height:85px !important;}
.lh90{line-height:90px !important;}
.lh95{line-height:95px !important;}

.minheight1{min-height:1px !important;}
.minheight2{min-height:2px !important;}
.minheight3{min-height:3px !important;}
.minheight4{min-height:4px !important;}
.minheight5{min-height:5px !important;}
.minheight6{min-height:6px !important;}
.minheight7{min-height:7px !important;}
.minheight8{min-height:8px !important;}
.minheight9{min-height:9px !important;}
.minheight10{min-height:10px !important;}
.minheight12{min-height:12px !important;}
.minheight14{min-height:14px !important;}
.minheight16{min-height:16px !important;}
.minheight18{min-height:18px !important;}
.minheight20{min-height:20px !important;}
.minheight22{min-height:22px !important;}
.minheight24{min-height:24px !important;}
.minheight26{min-height:26px !important;}
.minheight28{min-height:28px !important;}
.minheight30{min-height:30px !important;}
.minheight32{min-height:32px !important;}
.minheight34{min-height:34px !important;}
.minheight36{min-height:36px !important;}
.minheight38{min-height:38px !important;}
.minheight40{min-height:40px !important;}
.minheight42{min-height:42px !important;}
.minheight44{min-height:44px !important;}
.minheight46{min-height:46px !important;}
.minheight48{min-height:48px !important;}
.minheight50{min-height:50px !important;}
.minheight55{min-height:55px !important;}
.minheight60{min-height:60px !important;}
.minheight65{min-height:65px !important;}
.minheight70{min-height:70px !important;}
.minheight75{min-height:75px !important;}
.minheight80{min-height:80px !important;}
.minheight85{min-height:85px !important;}
.minheight90{min-height:90px !important;}
.minheight95{min-height:95px !important;}
.minheight100{min-height:100px !important;}

.right0{right:0px;}
.right1{right:1px;}
.right2{right:2px;}
.right3{right:3px;}
.right4{right:4px;}
.right5{right:5px;}
.right6{right:6px;}
.right7{right:7px;}
.right8{right:8px;}
.right9{right:9px;}
.right10{right:10px;}
.right15{right:15px;}
.right20{right:20px;}
.right25{right:25px;}
.right30{right:30px;}
.right35{right:35px;}
.right40{right:40px;}
.right45{right:45px;}
.right50{right:50px;}
.right55{right:55px;}
.right60{right:60px;}
.right65{right:65px;}
.right70{right:70px;}
.right75{right:75px;}
.right80{right:80px;}
.right85{right:85px;}
.right90{right:90px;}
.right95{right:95px;}
.right100{right:100px;}

.top0{top:0px;}
.top1{top:1px;}
.top2{top:2px;}
.top3{top:3px;}
.top4{top:4px;}
.top5{top:5px;}
.top6{top:6px;}
.top7{top:7px;}
.top8{top:8px;}
.top9{top:9px;}
.top10{top:10px;}
.top15{top:15px;}
.top20{top:20px;}
.top25{top:25px;}
.top30{top:30px;}
.top35{top:35px;}
.top40{top:40px;}
.top45{top:45px;}
.top50{top:50px;}
.top55{top:55px;}
.top60{top:60px;}
.top65{top:65px;}
.top70{top:70px;}
.top75{top:75px;}
.top80{top:80px;}
.top85{top:85px;}
.top90{top:90px;}
.top95{top:95px;}
.top100{top:100px;}

.left0{left:0px;}
.left1{left:1px;}
.left2{left:2px;}
.left3{left:3px;}
.left4{left:4px;}
.left5{left:5px;}
.left6{left:6px;}
.left7{left:7px;}
.left8{left:8px;}
.left9{left:9px;}
.left10{left:10px;}
.left15{left:15px;}
.left20{left:20px;}
.left25{left:25px;}
.left30{left:30px;}
.left35{left:35px;}
.left40{left:40px;}
.left45{left:45px;}
.left50{left:50px;}
.left55{left:55px;}
.left60{left:60px;}
.left65{left:65px;}
.left70{left:70px;}
.left75{left:75px;}
.left80{left:80px;}
.left85{left:85px;}
.left90{left:90px;}
.left95{left:95px;}
.left100{left:100px;}

.bottom0{bottom:0px;}
.bottom1{bottom:1px;}
.bottom2{bottom:2px;}
.bottom3{bottom:3px;}
.bottom4{bottom:4px;}
.bottom5{bottom:5px;}
.bottom6{bottom:6px;}
.bottom7{bottom:7px;}
.bottom8{bottom:8px;}
.bottom9{bottom:9px;}
.bottom10{bottom:10px;}
.bottom15{bottom:15px;}
.bottom20{bottom:20px;}
.bottom25{bottom:25px;}
.bottom30{bottom:30px;}
.bottom35{bottom:35px;}
.bottom40{bottom:40px;}
.bottom45{bottom:45px;}
.bottom50{bottom:50px;}
.bottom55{bottom:55px;}
.bottom60{bottom:60px;}
.bottom65{bottom:65px;}
.bottom70{bottom:70px;}
.bottom75{bottom:75px;}
.bottom80{bottom:80px;}
.bottom85{bottom:85px;}
.bottom90{bottom:90px;}
.bottom95{bottom:95px;}
.bottom100{bottom:100px;}

/*#endregion*/