@font-face{font-family:dsans;font-style:normal;font-weight:400;src:url(../fonts/kalameh.woff) format("woff"),url(../fonts/kalameh.woff2) format("woff2");font-display:swap}




*{box-sizing:border-box;padding:0;margin:0;border:0}

body{direction:rtl;background:#0d0d0d;color:#fff;overflow-x:hidden;cursor:default;font-size:15px}

body,input,button,textarea,select{font-family:dsans;-moz-font-feature-settings:ss02;-webkit-font-feature-settings:ss02;font-feature-settings:ss02}

input, button, textarea,select{
    font-size: 15px;
    outline: 0;
    background: #000;
    color: #fff;
    border-radius: 1em;
    margin: 0 0 1em;
    padding: 0.7em 1em;
}

label {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 0.5em;
}



a {
text-decoration:none;
    color: #f1c637;
}

.entry {
    background: #262626;
    margin: 1.5em;
    border-radius: 1em;
    padding: 1.5em;
}

.title {
    background: #1a1a1a;
    padding: 1em;
    border-radius: 1em;
    margin: 0 0 1.5em;
}

.title span ,.bargsht{
    width: 100%;
    justify-content: center;
    display: flex;
    margin: 0.5em 0 1.5em;
}
.title span a,.bargsht a {
    background: #f1c637;
    color: #000;
    padding: 0.7em 1.5em;
    border-radius: 1em;
}
.bargsht a {
    padding: 1em 2em;
    margin-top: 1em;
}

.tger span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.tger textarea {
    width: 100%;
    resize: none;
    height: 37px;
    margin-top: 1em;
    direction: ltr;
    text-align: left;
}
.uploader {
    position: relative;
    overflow: hidden;
}
.uploader .button {
    height: 44px;
    cursor: pointer;
    position: absolute;
    right: 0;
    background: #f1c637;
    color: #000;
    padding: 0 1em;
    font-weight: normal;
    top: 0;
}
.uploader .filename {
    cursor: default;
    width: 100%;
    margin: 0;
    padding-right: 10em;
    color: #aaa;
}
.uploader input[type="file"] {
    position: absolute;
    height: 40px;
    cursor: pointer;
    opacity: 0;
    width: 100%;
    right: 0;
    z-index: 9;
    padding: 0;
    border: 0;
    margin: 0;
}

.backk {
    background: #f1c637;
    color: #000;
    font-size: 22px;
    cursor: pointer;
    margin: 1.5em 0 0.5em;
    padding: 0.7em 2em;
    border-radius: 1em;
}
.dm4, .dm2, .dm42, .dl2, .dl1, .tger {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 80%;
	margin-bottom: .8em;
}
.tger span{width:49%;}

.dl1 input{width:100%;}
.dm4 input {
    width: 24%;
}
input[name="track_en"], input[name="artist_en"],.dl2 input,.dl1 input{
    direction: ltr;
    text-align: left;
}
.dm2 textarea {
    width: 49%;
    height: 150px;
    resize: vertical;
}

.dm42 input,.dl2 input{    width: 49%;}

.dm42 input:hover,.dm42 input:focus{
    direction: ltr;
    text-align: left;
}

.dm2 div {
	width: 49%;
	margin-bottom: .5em;
}
.dm40 input {
	width: 50%;
}

@media screen and (max-width:520px){
.entry {
    margin: 0;
    border-radius: 0;
    padding: 1em;
}
.dm4, .dm2, .dm42, .dl2, .dl1, .tger {
    width: 100%;
}
.dm4 input {
    width: 49%;
}
.dm2 div{width:100%;}
.dm2 div:nth-child(1){margin-bottom:1em;}
label{margin:0;}
.title {
    padding: 1em 0 0;
}

.dm42 input {
    width: 100%;
}

}
