div,button,span{margin:0;padding:0;box-sizing:border-box;}
body, html{
    margin:0;
    padding:0;
}
*{
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}
body {
    --main-color: #f00;
    --main-color-dark: #c00;
    --page-bg: #f8f8f8;
    --logo-light: flex;
    --logo-dark: none;

    --menu-bg:#fff;
	
	--grey-light: #eee;

    --link-color:#333;
    --link-color-hover:#000;

    --text-color:#333;

    --border-normal:#ccc;
    --side-menu-bg-l:#fff;
    --side-menu-bg-r:#fff;

    /* form */
    --input-color: #212121;
    --input-bg: #fff;
    --input-border: #ddd;
    --input-border-width: 1px;

    --img-card-bg:#fff;
    --viewer-wrapper-bg:var(--side-menu-bg-l);
    --a4-shadow:rgba(0,0,0,0.25);
    --a4-active-color:#c00;
    --a4-active-border:#c00;

    --canvas-shadow: 0 0 2px rgba(0, 0, 0, 0.8);


    --text-bgcolor: #fff;
	
	--ikon-gecegunduz: "\f188";


    /* slider */
    --mt-slider-bg: transparent;
    --mt-slider-webkit-slider-runnable-track-bg: #999;
    --mt-slider-webkit-slider-thumb-bg: #ddd;

    --mt-slider-moz-range-track-bg: rgba(0, 0, 0, 0.5);
    --mt-slider-moz-range-thumb-bg: #ddd;

    --mt-slider-moz-focusring-outline: 1px solid white;

    --mt-slider-ms-track-bg: transparent;
    --mt-slider-ms-track-border-color: transparent;
    --mt-slider-ms-track-color: transparent;

    --mt-slider-thumb-bg: #ddd;
    --mt-slider-lower-bg: rgba(0, 0, 0, 0.5);
    --mt-slider-upper-bg: rgba(0, 0, 0, 0.5);

    --mt-slider-focus-ms-fill-lower-bg: rgba(0, 0, 0, 0.5);
    --mt-slider-focus-ms-fill-upper-bg: rgba(0, 0, 0, 0.5);
}
body.dark {
    --menu-zemin: #292b2d;
    --menu-link-color: #ddd;
    --page-bg: #000;
    --logo-light: none;
    --logo-dark: flex;
    
    --menu-bg:#000;
	
	--grey-light: #666;

    --link-color:#ccc;
    --link-color-hover:#fff;

    --text-color:#ccc;

    --border-normal:#333;
    --side-menu-bg-l:#3c3f51;
    --side-menu-bg-r:#3c3f51;

    /* form */
    --input-color: #ccc;
    --input-bg: #232323;
    --input-border: #666;
    --input-border-width: 1px;

    --img-card-bg:#26262d;
    --viewer-wrapper-bg:var(--side-menu-bg-l);
    --a4-shadow:rgba(0,0,0,0.75);
    --a4-active-color:#f00;
    --a4-active-border:#f00;

    --canvas-shadow: 0 0 2px rgba(255,255,255, 0.8);


    --text-bgcolor: #1b1c25;
	
	--ikon-gecegunduz: "\f187";

    
    /* slider */
    --mt-slider-bg: transparent;
    --mt-slider-webkit-slider-runnable-track-bg: #666;
    --mt-slider-webkit-slider-thumb-bg: #ddd;

    --mt-slider-moz-range-track-bg: #6a6a6a;
    --mt-slider-moz-range-thumb-bg: #ececeb;

    --mt-slider-moz-focusring-outline: 1px solid white;

    --mt-slider-ms-track-bg: transparent;
    --mt-slider-ms-track-border-color: transparent;
    --mt-slider-ms-track-color: transparent;

    --mt-slider-thumb-bg: #ddd;
    --mt-slider-lower-bg: #000;
    --mt-slider-upper-bg: #000;

    --mt-slider-focus-ms-fill-lower-bg: #000;
    --mt-slider-focus-ms-fill-upper-bg: #000;
}
@media (prefers-color-scheme:dark) {
    body {
        --menu-zemin: #292b2d;
        --menu-link-color: #ddd;
        --page-bg: #212121;
        --logo-light: none;
        --logo-dark: flex;

        --menu-bg:#000;
	
		--grey-light: #666;

        --link-color:#ccc;
        --link-color-hover:#fff;

        --text-color:#ccc;

        --border-normal:#333;
        --side-menu-bg-l:#3c3f51;
        --side-menu-bg-r:#3c3f51;

        /* form */
        --input-color: #ccc;
        --input-bg: #232323;
        --input-border: #666;
        --input-border-width: 1px;

        --img-card-bg:#26262d;
        --viewer-wrapper-bg:var(--side-menu-bg-l);
        --a4-shadow:rgba(0,0,0,0.75);
        --a4-active-color:#f00;
        --a4-active-border:#f00;

        --canvas-shadow: 0 0 2px rgba(255,255,255, 0.8);


        --text-bgcolor: #1b1c25;
		
		--ikon-gecegunduz: "\f187";
    }

    body.light {
        --menu-zemin: #f8f8f8;
        --menu-link-color: #212121;
        --page-bg: #f8f8f8;
        --logo-light: flex;
        --logo-dark: none;

        --menu-bg:#fff;
	
		--grey-light: #eee;

        --link-color:#333;
        --link-color-hover:#000;

        --text-color:#333;

        --border-normal:#ccc;
        --side-menu-bg-l:#fff;
        --side-menu-bg-r:#fff;

        /* form */
        --input-color: #212121;
        --input-bg: #fff;
        --input-border: #ddd;
        --input-border-width: 1px;

        --img-card-bg:#fff;
        --viewer-wrapper-bg:var(--side-menu-bg-l);
        --a4-shadow:rgba(0,0,0,0.25);
        --a4-active-color:#c00;
        --a4-active-border:#c00;

        --canvas-shadow: 0 0 2px rgba(0, 0, 0, 0.8);


        --text-bgcolor: #fff;
		
		--ikon-gecegunduz: "f188";
    }
}

body {
    color:var(--text-color);
    background-color: var(--page-bg);
    font-family: Arial, helvetica, sans-serif;
	padding-top:52px;
}
a{
    color:var(--link-color);
    text-decoration:none;
}
a:hover,
a:active{
    color:var(--link-color-hover);
}

.touch-none{
    touch-action: none;/*manipulation;*/ /* none DEĞİL */
}




.container{
  display:flex;
  flex-direction:column;
  align-items:center;
  padding:0;
  box-sizing:border-box;
  width:100%;
  margin: 0 5px;
  flex-wrap: wrap;
}

h1{
    margin: 8px auto 10px;
    line-height: 30px;
    font-size: 24px;
}
h2{
    margin: 8px auto 10px 0;
    line-height: 24px;
    font-size: 20px;
    font-weight: 400;
}
h3{
    margin: 8px auto 10px;
    line-height: 22px;
    font-size: 18px;
    font-weight: bold;
}

.logo-a{
	display:block;
	width:150px;
}


.container{
	width:auto;
}

@media(min-width:390px){
	.container{
	  padding:5px;
	  margin: 0 10px;
	}
}

@media(min-width:980px){
	.container{
		width:960px;
		margin:0 auto;
	}
}
@media(min-width:992px){
    h1{
        line-height: 40px;
        font-size: 30px;
    }
    h2{
        line-height: 24px;
        font-size: 24px;
    }
}
@media(min-width:1280px){
	.container{
		width:992px;
	}
}

.drop-here{
	display:none;
	padding:10px;
	font-size:16px;
}

@media(min-width:992px){
	.drop-here{
		display:block;
	}
}


.bolum-div{
    margin-bottom:15px;
    line-height:140%;
    width: 100%;
    padding: 10px 15px;
    background-color:var(--text-bgcolor);
}



/* Canvas */
.canvas-wrapper{
    max-width:1200px;
    position:relative;
    /*margin-top:5px;*/
	/*overflow: hidden;*/
}
.seffaf-zemin{
    background: transparent url(../images/transparent.png) repeat !important;
}
.canvas-shadow{box-shadow: var(--canvas-shadow)}
/*.canvas-bg{background-color:#fff}*/
.canvas-wrapper canvas{
    border: 0;
    cursor: default;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    position: relative;
    z-index: 2;
	margin: 0 auto;
    display: block;
}



/* form */
.form-control {
    display: block;
    width: 100%;
    height: 32px;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: var(--input-color);
    background-color: var(--input-bg);
    background-clip: padding-box;
    border: 0;
    border: var(--input-border) solid var(--input-border-width);
    border-radius: 0;
}

input[type=range] {
    width: 100%;
}

.btn-passive {
    opacity: .7;
    pointer-events: none;
}


.btn-btn{
    display: flex;
    flex-direction: column;
    border: none;
    color: white;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
    white-space: nowrap;
    width:40px;
    height: 42px;
    justify-content: center;
    align-items: center;
    background-color: #666;
    overflow:hidden;
    outline:0;
    box-sizing: border-box;
}

.btn-btn svg{
    user-select: none;
    pointer-events: none;
}
.btn-auto-width svg{
    display:block;
}

.btn-btn em{
    font-style:normal;
    display:none;
}

.zoom-div{
	display:flex;
	margin-top:5px;
}
.btn-zoom-in,
.btn-zoom-out{
	flex:0;
	border:none;
	color:#999;
	background-color:transparent;
}
.btn-zoom-in span{font-size:24px}
.btn-zoom-out span{font-size:20px}

.btn-zoom-1-1{
	margin-left:10px;
	margin-left: 10px;
    background:transparent;
	color:#999;
    border: #999 solid 1px;
    padding-left: 3px;
    padding-right: 3px;
}
.zoom-div input{
	flex:1;
	margin:0 2px;
}




.xLargeBtn{
	padding: 15px 25px;
    border: none;
    border-radius: 7px;
    text-align: center;
    cursor: pointer;
    transition: .2s;
    box-sizing: border-box;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}
.xLargeBtn.downloadAll{
	padding: 20px 40px;
    font-size: 18px;
}
.xLargeBtn span{
	display:none;
}



#add-file-info{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    padding:20px;
    z-index: 2;
    font-size:14px;
    text-align:center;
}



.to-begin{
    margin-bottom:5px;
	font-size:16px;
}

.canvas-color-div-trs{
    color: buttontext;
    background-color: buttonface;
    border-width: 1px;
    border-style: solid;
    border-color: #767676;
    border-image: initial;
    border-radius:2px;
    width:24px;
    height:24px;
    padding: 1px 3px;
    margin-left:6px;
}
.btn-seffaf{
    width:12px;
    height:12px;
    margin:5px;
    border:#777 solid 1px;
    margin: 4px 2px;
    background:aqua url('/images/transparent.png') center;
}


@media (min-width:992px){
	.xLargeBtn{
		padding: 20px 40px;
        border-radius: 15px;
        cursor: pointer;
        font-size: 24px;
	}
    .xLargeBtn span{
		display:block;
		font-size:14px;
	}
    #add-file-info{
        padding:20px;
        font-size:24px;
    }
}
.selectFile{
	background: rgb(255, 0, 55);
    color: #fff;
}
.downloadAll{
	background: #09f;
    color: #fff;
}
#dropArea {
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    text-align:center;
    color:#fff;
    cursor:pointer;
    background:rgba(0,0,0,.5);
    transition: .2s;
    box-sizing: border-box;
    font-size:24px;
    justify-content: center;
    align-items: center;
    z-index:9999;
}
#dropArea.dragover {
    display: flex;
}


@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.thumbLoading{
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100px;
    background: rgba(0,0,0,.6);
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,.6);
    margin-top: -50px;
    z-index:25000
}
.spinner{
    border:3px solid #eee; border-top:3px solid #3b82f6; border-radius:50%; width:20px; height:20px; animation:spin 1s linear infinite; margin:0 auto;
}
#loadingStatus{
    font-size:12px;
    color:#fff;
}






datalist {
    display: flex;
    width: 20px;
    margin-top: 3px;
    margin-left: -5px;
    font-size: 12px;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    writing-mode: horizontal-tb;
    justify-content: space-between;
}





.color-input{
    margin:0!important;
    width:24px!important;
    height:24px!important;
    padding:1px 3px!important;
}

.divSubMenu .btn-btn {
    background:transparent
}

label{
    font-size:12px;
}


.margin-top-20{
	margin-top:20px!important;
}

.bos{
    display:none;
}

.mlex {
    display: flex;
    align-items: center;
}
.mlex .page-num{
	font-size:12px;
}


















#bg-bg{
    background-color:rgba(0,0,0,.5);
    position:fixed;
    top:-100%;
    left:-100%;
    width:0;
    height:0;
    opacity:0;
    z-index:14999;
    transition: opacity 1s ease;
}
.main-menu{
    position:fixed;
    top:0;
    bottom:0;
    left:-310px;
    width:263px;
    z-index:15000;
}
.main-menu.left{
    left:-320px;
    width:263px;
    background-color: var(--side-menu-bg-l);
    box-shadow: 3px 0 10px rgba(0,0,0,.5);
    transition: left .5s;
}
.main-menu.right{
    left:auto;
    right:-370px;
    width:320px;
    padding:30px 0;
    background-color: var(--side-menu-bg-r);
    box-shadow: -3px 0 10px rgba(0,0,0,.5);
    transition: right .5s;
    z-index:16500;
}
.main-menu.right ul{
    margin:0;
    padding:0;
    list-style:none;
    height:100%;
    overflow:auto;
}
.main-menu.right ul li{
    padding:5px 15px;
    font-size:14px;
}
.dark .main-menu.right ul li{
    color:var(--link-color);
}

@media(max-width:991px){
    .openedl .main-menu.left{
        left:0;
    }
    
    .openedl #bg-bg{
        top:0;
        left:0;
        width:100%;
        height:100%;
        opacity:1;
    }
}
.openedr #bg-bg{
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity:1;
}
.openedr .main-menu.right{
    right:0;
}

.main-menu ul{
    margin:0;
    padding:0;
    list-style: none;
}
.main-menu ul li{

}
.main-menu ul li a{
    display:block;
    line-height:48px;
    padding: 0 20px;
}
.main-menu ul li a strong{
    font-weight:normal;
    display:inline-block;
    line-height:normal;
}












header{
    display:block;
    z-index: 16500;
    border-bottom: 1px solid var(--border-normal);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: var(--menu-bg);
}
.header{
    height:48px;
}
/*.header {
    background-color:unset;
    border-bottom:unset;
}*/
.logo{
    height: 48px;
    flex: 0;
    padding-right: 20px;
    align-items: center;
    padding-left: 10px;
    padding-right: 20px;
}
.logo img{
    display:block;
    height: 32px;
    width: auto;
    margin: 0;
}
.logo-light{
    display:var(--logo-light);
}
.logo-dark{
    display:var(--logo-dark);
}
#mobil-menu-icon,
.lang-switcher {
    position: fixed;
    z-index: 10000;
    top: 0;
    align-items: center;
}

.lang-switcher {
    right: 0;
}
#mobil-menu-icon{
    display:flex;
    right:50px;
    width:48px;
    height:48px;
    justify-content: center;
}
#mobil-menu-icon svg{
    fill:var(--link-color);
}
.mobil-menu-close{
    position:absolute;
    top:0;
    right:-48px;
    display:flex;
    width:48px;
    height:48px;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .7);
}
.mobil-menu-close.right{
    left:-48px;
    right:auto;
}

.lang-switcher span,
.lang-switcher a{
    display: flex;
    height: 48px;
    width: 48px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.lang-switcher img {
    width: 28px;
    max-height: 28px;
    height: auto;
}
.lang-menu{
    display:none;
    opacity:0;
    position:absolute;
    top:100%;
    right:0;
    background-color: var(--text-bgcolor);
    border: var(--border-normal) solid 1px;
    box-sizing:border-box;
    box-shadow:2px 2px 2px rgba(0,0,0,.5);
    transition: opacity .5s;
}
.lopened .lang-menu{
    display:block;
    opacity:1;
}

.btn-mod{
    position: fixed;
    z-index: 10000;
    top: 0;
    align-items: center;
    right: 90px;
    width: 48px;
    text-align: center;
    line-height: 48px;
    font-size: 18px;
	cursor:pointer;
}
.icon-mod:before {
    content: var(--ikon-gecegunduz);
}


#bg-bg{
    background-color:rgba(0,0,0,.5);
    position:fixed;
    top:-100%;
    left:-100%;
    width:0;
    height:0;
    opacity:0;
    z-index:14999;
    transition: opacity 1s ease;
}
.main-menu{
    position:fixed;
    top:0;
    bottom:0;
    left:-310px;
    width:263px;
    z-index:15000;
}
.main-menu.left{
    left:-320px;
    width:263px;
    background-color: var(--side-menu-bg-l);
    box-shadow: 3px 0 10px rgba(0,0,0,.5);
    transition: left .5s;
}
.main-menu.right{
    left:auto;
    right:-370px;
    width:320px;
    padding:30px 0;
    background-color: var(--side-menu-bg-r);
    box-shadow: -3px 0 10px rgba(0,0,0,.5);
    transition: right .5s;
    z-index:16500;
}
.main-menu.right ul{
    margin:0;
    padding:0;
    list-style:none;
    height:100%;
    overflow:auto;
}
.main-menu.right ul li{
    padding:5px 15px;
    font-size:14px;
}
.dark .main-menu.right ul li{
    color:var(--link-color);
}

@media(max-width:991px){
    .openedl .main-menu.left{
        left:0;
    }
    
    .openedl #bg-bg{
        top:0;
        left:0;
        width:100%;
        height:100%;
        opacity:1;
    }
}
.openedr #bg-bg{
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity:1;
}
.openedr .main-menu.right{
    right:0;
}

.main-menu ul{
    margin:0;
    padding:0;
    list-style: none;
}
.main-menu ul li{

}
.main-menu ul li a{
    display:block;
    line-height:48px;
    padding: 0 20px;
}
.main-menu ul li a strong{
    font-weight:normal;
    display:inline-block;
    line-height:normal;
}





@media(min-width:992px){
    body{padding-top:0}
	nav{display: flex;min-height: 38px;}
    #mobil-menu-icon, .main-menu.left .mobil-menu-close{display:none;}
    header{
        z-index:16300;
        position: relative;
        top:unset;
        left:unset;
        right:unset;
    }
    
    .header{
        display: flex;
        padding: 5px;
    }
    .logo{
        height: 42px;
        flex: 0;
        padding-right: 20px;
        align-items: center;
        padding-left: 20px;
    }
    .logo img{
        height: 40px;
    }
    .lang-switcher {
        position: relative;
        top: unset;
        right: unset;
        flex: 0;
    }
    .main-menu.left{
        display:block;
        flex:1;
        position:relative;
        top:unset;
        bottom:unset;
        left:unset;
        border-right:none;
        transition:none;
        left:unset;
        width:auto;
        border-right:none;
        transition:none;
        box-shadow:none;
        background-color:unset;
    }
    .main-menu.left ul{
        display: flex;
		align-items: center;
    }
    .main-menu.left ul li a{
        display:block;
        line-height:normal;
        padding:0 20px;
		text-align:center;
    }
    .lang-switcher span{
        height: 42px;
        width: 42px;
    }
	
	.btn-mod{
		position:unset;
		top: unset;
		align-items: center;
		right:unset;
		z-index: unset;
		line-height:40px;
		width:42px;
	}
}







.buttons {
    width:100%;
    display: flex;
    flex-direction: row;
    align-items:unset;
    justify-content: space-between;
}
.iconBtn {
    margin: 5px 0;
    padding: 5px 3px;
    width: 32px;
    height: 32px;
    border-radius: 3px;
	border: var(--input-border) solid 1px;
    text-align: center;
    background-color: var(--img-card-bg);
    color: var(--link-color);
    /*border: var(--input-border) solid 1px;
	text-align:center;
	background-color: var(--page-bg);
	color:var(--input-border);*/
}
.iconBtn span{
	font-size:18px;
}
.iconBtn small{
	display: block;
    font-size: 10px;
    line-height: 10px;
	margin-top:3px;
    opacity: .8;
	overflow:hidden;
}
/*.iconBtn:not(.removeBtn) {
    border: var(--input-border) solid 1px;
    background-color: var(--page-bg);
}
.dark .iconBtn:not(.removeBtn) {
    border: var(--input-border) solid 1px;
    background-color: transparent;
    color: #999;
}*/
.xLargeBtn{
    font-size:18px
}
#selectFile2.xLargeBtn{
    font-size:24px;
	margin:0 auto;
}
.bg-white{
    background-color: var(--text-bgcolor)
}
.padd20{
    padding:20px;
}

#selectFileDiv{
    margin: 50px auto;
    text-align: center;
}

#selectFileDivFixable{
    width:100%;
    padding:5px;
}    
#selectFileDivFixable.fixed-menu{
    position:fixed;
    top:49px;
    left:0;
    width:100%;
    background-color:#fff;
    box-shadow:0 0 5px rgba(0,0,0,.5);
    z-index:16499;
}
#selectFileDivFixable.fixed-menu .container{
    padding: 0 7px;
}
@media(min-width: 991px){
    #selectFileDivFixable.fixed-menu{
        top:0;
    }
    #selectFileDivFixable.fixed-menu .container{
        top:0;
        padding:0 12px;
    }
}
#selectFileDivFixable:not(.fixed-menu) .container{
    padding: 0;
    margin: 0!important;
    width:100%;
}
#selectFileDivFixable .xLargeBtn{
    padding: 10px 20px;
    border-radius: 7px;
}


.gallery{
    align-content: flex-start;
    min-height: 480px;
    padding:10px;
}

.lh140{
    line-height:140%
}
.lh150{
    line-height:150%
}





.modal{
    position:fixed; inset:0;
    background:rgba(0,0,0,.5);
    display:none;
    align-items:center;
    justify-content:center;
    z-index: 29999;
}
.modal-box{
	position:relative;
	background: var(--side-menu-bg-l);
	margin:auto;
	display:flex;
	flex-direction:column
}
.modal-box.width80{
	width:80vw;
}
.modal-header{
    display:flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--input-border);
    padding: .5rem 1rem;
    margin: 0;
	background: var(--text-bgcolor);
}
.modal-content{
    padding:.5rem;
    overflow: auto;
    min-height:300px;
    max-height:80vh;
}
.modal-footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid var(--input-border);
    background: var(--text-bgcolor);
    padding: 0.5rem 1rem;
}






/*************************************/
/***** STYLING RANGE INPUT ***********/
/*************************************/
/*http://brennaobrien.com/blog/2014/05/style-input-type-range-in-every-browser.html */
/*************************************/

.mt-slider {
    -webkit-appearance: none;
    /*removes default webkit styles*/
    /*border: 1px solid white; */
    /*fix for FF unable to apply focus style bug */
    width: 100%;
    max-width: 100%;
    padding: 8px;
    background-color: var(--mt-slider-bg);
    box-sizing: border-box;
}

.mt-slider::-webkit-slider-runnable-track {
    width: 100%;
    height: 3px;
    background: var(--mt-slider-webkit-slider-runnable-track-bg);
    border: 0;
    border-radius: 3px;
}

.mt-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background: var(--mt-slider-webkit-slider-thumb-bg);
    margin-top: -12px;
}

@media(min-width:768px) {
    .mt-slider::-webkit-slider-thumb {
        height: 16px;
        width: 16px;
        margin-top: -6px;
    }
}

.mt-slider:focus {
    outline: none;
}

/*
.mt-slider:focus::-webkit-slider-runnable-track {
background: #ccc;
}
*/

.mt-slider::-moz-range-track {
    width: 100%;
    height: 3px;
    background: var(--mt-slider-moz-range-track-bg);
    border: 0;
    border-radius: 3px;
}

.mt-slider::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: var(--mt-slider-moz-range-thumb-bg);
    margin-top: -6px;
}

/*hide the outline behind the border*/
.mt-slider:-moz-focusring {
    outline: 1px solid white;
    outline-offset: -1px;
}

.mt-slider::-ms-track {
    width: 100%;
    height: 5px;
    background: var(--mt-slider-ms-track-bg);
    /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
    border-color: var(--mt-slider-ms-track-border-color);
    /*leave room for the larger thumb to overflow with a transparent border */
    border-width: 6px 0;
    color: var(--mt-slider-ms-track-color);
    /*remove default tick marks*/
}

.mt-slider::-ms-fill-lower {
    background: var(--mt-slider-lower-bg);
    border-radius: 10px;
}

.mt-slider::-ms-fill-upper {
    background: --mt-slider-upper-bg;
    border-radius: 10px;
}

.mt-slider::-ms-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: var(--mt-slider-thumb-bg);
    margin-top: 1px;
}

.mt-slider:focus::-ms-fill-lower {
    background: var(--mt-slider-focus-ms-fill-lower-bg);
}

.mt-slider:focus::-ms-fill-upper {
    background: var(--mt-slider-focus-ms-fill-upper-bg);
}
/* -------------------------- */

.mt-overlay label {
    display: block;
    font-size: 12px;
}
.mt-overlay .btn-normal {
    background: #333;
    color: white;
}
.mt-overlay .btn-btn {
    padding: 0.7rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    height: 42px;
}
@media (min-width: 992px){
    .mt-overlay .btn-btn {
        padding: 0.4rem 0.7rem;
        height: 32px;
    }
}