.navbar-setting {
    display: none;
}
div#block-post-app {
    padding: 0 5px;
}

.links-tag_id {
  list-style: none;
  padding: 0 1.5em;
}
  .links-tag_id li {
      counter-increment: my-awesome-counter;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex-wrap: nowrap;
      margin: -10px;
  }
  .links-tag_id li::before {
    content: counter(my-awesome-counter, persian);
    color: #5C6BC0;
    background: #E8EAF6;
    min-width: 60px;
    height: 60px;
    border-radius:5px;
    font-size: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 900;
  }
  
  .tab-content-paye {
    display: none;
}
.active {
    display: block;
}
.tabs {
    cursor: pointer;
    margin-right: 10px;
}
.tabs-container {
    display: flex;
    flex-direction: row-reverse;
}
.reset-btn {
    cursor: pointer;
    margin-top: 10px;
    background-color: #f44336;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 5px;
}

div#header , .footer {
    display: none;
}
	
body {
    background: #fff;
	font-size: 14px;
}
	
.bx-image-sytle{   
 width: 65px;
    height: 65px;
    display: block;
		margin: auto;}

	.bx-image-gam {
    background: url(../images/categories/gam.png);
     background-repeat: round;
}
	.bx-image-matn {
    background: url(../images/categories/info.png);
     background-repeat: round;
}
	.bx-image-mean {
    background: url(../images/categories/mean.png);
     background-repeat: round;
}

	.bx-image-soal {
    background: url(../images/categories/guide.png);
     background-repeat: round;
}

	.bx-image-barg {
    background: url(../images/categories/starred.png);
     background-repeat: round;
}

	.bx-image-video {
    background: url(../images/categories/media.png);
     background-repeat: round;
}

	.bx-image-jozve {
    background: url(../images/categories/download.png);
     background-repeat: round;
}


	.bx-image-learn {
    background: url(../images/categories/info.png);
     background-repeat: round;
}

	.bx-image-bepors {
    background: url(../images/categories/book.png);
     background-repeat: round;
}


	.bx-image-quiz {
    background: url(../images/categories/quiz.png);
     background-repeat: round;
}



.d-theme .bx-image-sytle{filter: brightness(0.6);}
	.table-app {
            display: flex;
            flex-wrap: wrap;
}
	
.title-image-book {

    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-content: center;
    align-items: stretch;
    padding: 10px;
	margin: 10px 5px 5px;
	border-radius: 5px;
}
	
.title-image-book img {
    width: 70px;
    box-shadow: 0 0 20px 0px #0000001f;
    border-radius: 10px;
}	
.title-left {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    font-size: 18px;
    font-weight: 900;
}
a.bx-table-app {
    margin: 5px;
    display: block;
    border-radius: 5px;
    font-weight: 900;
    text-align: center;
    padding: 10px;
    flex-grow: 1;
    flex-basis: 150px;
}
.books-v3 {
    text-align: center;
}	
	.ketab-appv3-tab {
    display: inline-block;
    text-align: center;
    color: #343e49;
    margin: 5px 3px;
    border-radius: 10px;
    font-size: 15px;
    background: #ffffff;
    font-weight: 700;
    border: 2px solid #303f9f;
    width: 110px;
    position: relative;
}
	
.ketab-appv3-tab span.widget-details {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #303f9f;
    padding: 0;
    border-radius: 0px 0px 10px 10px;
    color: white;
    max-height: 32px;
    font-size: 12px;
    width: max-content;
    padding: 0px 5px 3px;
    z-index: 1;
}
	.ketab-appv3-tab img {
    width: auto;
    display: block;
    border-radius: inherit;
}
	
	a.list-lesion {
    margin: 10px 5px;
    display: flex;
    border-radius: 5px;
    height: 60px;
    align-items: center;
    padding: 5px;
    background: #FAFAFA;
	color: #37474f;
}
	
	.list-numbers {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    font-size: 23px;
		  display: flex;
  align-items: center;
  justify-content: center;
		font-weight: 900;
    color: #5C6BC0;
    background: #E8EAF6;
}
.d-theme .list-numbers {
  background: #2f3240;
}
	.list-title {
    display: flex;
    flex-direction: column;
		/* font-size: 1rem; */
		margin-right: 5px;
		word-spacing: -2.5px;
		line-height: 2;
}
	
	span.sub-widget-details {
    font-size: 0.75rem;
}

.list-title	span.widget-details {
    font-weight: 900;
}

/* ------------- todo ------------- */

.todo-list {
    list-style-type: none;
    padding: 0 10px;
  }
  
  .done {
    text-decoration: line-through;
    color: #888;
  }
  
  .new-todo {
    width: 100%;
  }
  
  .trash-drop {
    border: 2px dashed #ccc !important;
    text-align: center;
    color: #e33;
  }
  
  .trash-drop:-moz-drag-over {
    border: 2px solid red;
  }
  
  .todo-item {
    border-right: 3px solid #b2beff;
    padding: 7px 15px;
    background-color: #303f9f12;
    font-size: 15px;
    margin-bottom: 9px;
    line-height: normal;
  }
  .remove-item {
    float: left;
    color: #303f9f;
    opacity: 1.5;
    font-size: 18px;
  }
  
  .todo-item:hover .remove-item {
    opacity: 1;
    transition: all 0.5s ease;
  }
  
  
  li.new-todo-list {
    padding: 5px 0;
    margin-bottom: 5px;
  }
  .new-todo-list-item {
    padding: 10px 15px;
    background-color: #f1f1f1;
    font-size: 15px;
    border: 1px solid #eee;
    border-radius: 5px;
    font-family: IRANSans,tahoma;
  }




 

  input:focus {
    outline: none;
  }
  div#app {
    margin-top: 20px;
}

  h1 {
    color: #004a80;
    font-size: 17px;
    text-align: center;
  
}

.spacetop{margin-top: 35px}


.dabestan .dabestan-links {
  border: 1px solid #30309F;
color:#30309F;
} 

.motevasete1 .dabestan-links {
  border: 1px solid #d6293e;
color:#d6293e;
} 

.motevasete2 .dabestan-links {
  border: 1px solid #0CBC87;
color:#0CBC87;
} 

#wrp {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: column;
  margin-top: 40px;
}


.payeha-v3 {
  text-align: center;
}

.list-tr {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}


.dabestan-links {

  flex: 1; 
  margin: 5px 5px;
  text-decoration: none;
  padding: 0 5px;
  border-radius: 10px;
  min-width: 25%;
  font-size: 16px;
}
.dabestan-links .app-span-number {
  margin-right: 7px;
}
.app-span-number::after {
  content: "|";
  margin: 0 5px;
}
.dabestan-links span {
  word-wrap: initial;}


  .d-theme img {
    filter: brightness(0.7);
}

.d-theme .dabestan .dabestan-links {
  border: 1px solid #7986cb;
  color: #7986CB;
}


.d-theme .todo-item {
  background-color: #2b2b2b;
  color: #e5e5e5;
  border-right: 3px solid #5c6bc0;
}


.d-theme .set-paye{
  background: #444444;
  color: #e8eaf6;
}


.d-theme .new-todo-list-item {
  background-color: #2b2b2b;
  border-color: #2c3336;
  border: 1px solid #333;
  color: #e8eaf6;
}

.d-theme .remove-item { color: #7986CB;}

.d-theme .ketab-appv3-tab span.widget-details {    background: #3f51b5;}
.ketab-appv3-tab {border: 2px solid #3f51b5;}

.d-theme a {background: #000000;}
@media (max-width: 200px) {
  .dabestan-links {
  min-width: 90%;

  }
}


.set-paye {
  border: unset;
  font-size: initial;
  font-family: inherit;
  width: 100%;
  padding: 10px 12px;
  border-radius: 8px;
  text-decoration: none;
  background: #f3f3f3;
  text-align: right;
  color: #ee5164;
}
.top-inapp {
  align-items: center;
  font-size: 15px;
  color: #30309f;
  padding: 0 10px;

}


@supports(-webkit-appearance: none) or (-moz-appearance: none) {
  input[type='checkbox'],
  input[type='radio'] {
    --active: #30309f;
    --active-inner: #fff;
    --focus: 2px rgba(39, 94, 254, .3);
    --border: #BBC1E1;
    --border-hover: #30309f;
    --background: #fff;
    --disabled: #F6F8FF;
    --disabled-inner: #E1E6F9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 21px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    transition: background .3s, border-color .3s, box-shadow .2s;
    &:after {
      content: '';
      display: block;
      left: 0;
      top: 0;
      position: absolute;
      transition: transform var(--d-t, .3s) var(--d-t-e, ease), opacity var(--d-o, .2s);
    }
    &:checked {
      --b: var(--active);
      --bc: var(--active);
      --d-o: .3s;
      --d-t: .6s;
      --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
    }
    &:disabled {
      --b: var(--disabled);
      cursor: not-allowed;
      opacity: .9;
      &:checked {
        --b: var(--disabled-inner);
        --bc: var(--border);
      }
      & + label {
        cursor: not-allowed;
      }
    }
    &:hover {
      &:not(:checked) {
        &:not(:disabled) {
          --bc: var(--border-hover);
        }
      }
    }
    &:focus {
      box-shadow: 0 0 0 var(--focus);
    }
    &:not(.switch) {
      width: 21px;
      &:after {
        opacity: var(--o, 0);
      }
      &:checked {
        --o: 1;
      }
    }
    & + label {
      font-size: 14px;
      line-height: 21px;
      display: inline-block;
      vertical-align: top;
      cursor: pointer;
      margin-left: 4px;
    }
  }
  input[type='checkbox'] {
    &:not(.switch) {
      border-radius: 7px;
      &:after {
        width: 5px;
        height: 9px;
        border: 2px solid var(--active-inner);
        border-top: 0;
        border-left: 0;
        left: 6px;
        top: 3px;
        transform: rotate(var(--r, 20deg));
      }
      &:checked {
        --r: 43deg;
      }
    }
    &.switch {
      width: 38px;
      border-radius: 11px;
      &:after {
        left: 2px;
        top: 2px;
        border-radius: 50%;
        width: 15px;
        height: 15px;
        background: var(--ab, var(--border));
        transform: translateX(var(--x, 0));
      }
      &:checked {
        --ab: var(--active-inner);
        --x: 17px;
      }
      &:disabled {
        &:not(:checked) {
          &:after {
            opacity: .6;
          }
        }
      }
    }
  } 
}
.d-theme input[type='checkbox']
{    background: #333;
	--border: #73778f;
    }
    
        .tab-content > div {
            display: none;
        }
        .tab-content > .active {
            display: block;
        }
        .container .dabestan-links a {
    width: auto;
    display: block;
    color: unset;
    text-align: right;
    font-weight: 500;
	background: unset;
}
.nav-tabd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border: 2px solid #30309f;
    border-radius: 50px;
    margin: 0 10px;
    top: 60px;
    position: absolute;
    left: 0;
    right: 0;
}
.paye-name {
    text-align: center;
    flex-grow: 3;
    margin-left: 5px;
    color: #30309f;
    font-weight: bold;
    font-size: 15px;
}
li.active.paye-selector {
    background: #30309f;
    padding: 3px 0;
    border-radius: 50px;
    font-size: unset;
    line-height: unset;
	flex-grow: 1;
	text-align: center;
	margin-left: -1px;
}
li.active.paye-selector a{color: #fff;width: 100%;    display: block;}
.d-theme li.active.paye-selector a{background: unset;}
.d-theme li.active.paye-selector{background-color: #333;color: #e5e5e5;}
	.d-theme .paye-name{color: #757575;}
	.d-theme .nav-tabd {border-color: #333;}
.container .none-1{display:none;}
a.box.none-2{display:none;}


@media (min-width: 1100px) {
	.nav-tabd , div#app , .list-tr{max-width: 1140px;
    margin-left: auto;
    margin-right: auto;}
	
} 