.use-digit {
  font-family: Vazir-digit !important;
}
*{
  /**/
}
.card-setting-profile {
  position: relative;
  width: 70%;
  height: auto;
  margin: 80px auto;
  background: #4c5c68;
  border: none;
  padding: 70px 20px 20px 20px;
  box-sizing: border-box !important;
  font-family: Vazir;
  border-radius: 5px;
  color: #dcdcdd;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
  font-size: 16px !important;
}
.card-setting-profile .wrapper {
  width: 100%;
  height: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  box-sizing: border-box;
}
.wrapper .rightside,
.wrapper .leftside {
  height: 530px;
}
.wrapper .rightside {
  width: 29.99%;
  text-align: center;
  background-color: rgba(40, 49, 55, 1);
  position: relative;
}
.wrapper .rightside .menu-items:nth-child(1) {
  background-color: rgba(53, 63, 73, 1);
}
.wrapper .rightside .menu-items {
  width: 100%;
  padding: 20px 0 15px 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  box-sizing: border-box;
  position: relative;
}
.wrapper .rightside .menu-items:hover {
  background-color: rgba(53, 63, 73, 1);
  cursor: pointer;
}
.wrapper .rightside .menu-items .img-container img {
  width: 30px;
  height: 30px;
  margin-left: 15px;
}
.wrapper .rightside .menu-items div:nth-child(1) {
  text-align: left;
  width: 23%;
}
.wrapper .rightside .menu-items div:nth-child(2) {
  text-align: right;
  width: 77%;
}
.wrapper .leftside {
  width: 70%;
  text-align: right;
  background-color: rgba(53, 63, 73, 1);
}
.wrapper .leftside .full-container {
  width: 100%;
  height: 100%;
  scrollbar-width: thin;
  overflow-y: scroll;
 box-sizing: border-box !important;
  padding: 30px 25px 60px 25px;
}
.full-container .tabsContent {
  display: none;
}
.full-container .tabsContent:nth-child(1) {
  display: block;
}
.selects-main-container {
  width: 100%;
  margin-bottom: 15px;
}

.text-area-container label,
.selects-main-container label {
  display: inline-block;
  width: 22% !important;
  margin-left: 6px;
}
.text-area-container {
  width: 100px;
  margin-bottom: 10px;
  display: flex;
  flex-flow: wrap row;
  align-items: center;
}
.text-area-container {
  width: 100%;
}
.text-area-container textarea {
  width: 51%;
  height: 60px;
  resize: none;
  border: 0;
  outline: 0;
  background-color: rgba(53, 63, 73, 1);
  box-shadow: inset 0 0 40px 9px rgba(0, 0, 0, 0.3);
  border-bottom: 2px solid #1985a1;
  color: #dcdcdd;
  box-sizing: border-box;
  padding: 10px 5px;
  font-family: vazir;
  font-size: 14px;
  overflow-y: scroll;
  scrollbar-width: thin;
  box-sizing: border-box !important;
}
.character-counter {
  margin-right: 10px;
  font-size: 18px;
  box-sizing: border-box !important;
}
.input-texts {
  /* width: 100%; */
  height: auto;
  display: flex;
  flex-flow: wrap row;
  align-items: center;
  align-content: center;
  margin-bottom: 10px;
  position: relative;
  box-sizing: border-box !important;
}
.input-texts label {
  width: 22%;
  margin-left: 10px;
  margin-top: -10px;
}
.card-setting-profile input[type="email"],
.card-setting-profile input[type="password"],
.card-setting-profile input[type="text"],
.card-setting-profile input[type="number"] {
  text-align: center;
  border: none;
  border-bottom: 2px solid #1985a1;
  outline: none;
  background-color: rgba(53, 63, 73, 1);
  box-shadow: inset 0 0 27px 9px rgba(0, 0, 0, 0.3);
  color: #dcdcdd;
  margin-bottom: 10px;
  font-size: 22px;
  padding: 5px 10px 2px 5px !important;
  font-family: Vazir-digit;
  outline: 0;
  box-sizing: border-box !important;
}
.input-texts span {
  display: inline-block;
  position: absolute;
  left: 28%;
  cursor: pointer;
  box-sizing: border-box !important;
}
.input-texts span img {
  width: 20px;
  opacity: 0.6;
}
.input-texts span img:hover {
  opacity: 0.75;
}
.settings-title-atmedia {
  width: 100%;
  margin: 10px 0 30px 0;
  font-size: 18px;
  font-weight: 700;
  color: #ebe5e5;
}
.card-setting-profile input[type="email"],
.card-setting-profile input[type="password"],
.card-setting-profile input[type="text"] {
  font-family: Vazir !important ;
  font-size: 18px !important;
  box-sizing: border-box !important;
}
.card-setting-profile input[type="email"],
.card-setting-profile input[type="number"],
.card-setting-profile input[type="text"],
.card-setting-profile input[type="password"] {
    box-sizing: border-box !important;
  width: 50%;
}
.card-setting-profile input[type="password"],
.card-setting-profile input[type="email"] {
  text-align: left !important;
  direction: ltr;
}
/*  Responsive Part  */
#oldpassword,
#newpassword,
#confirmpassword {
  text-align: left !important;
  padding: 5px 10px 2px 38px !important;
  box-sizing: border-box !important;
}
.pictures-edit ul,
.waitin-page ul {
  margin: 12px 30px 12px 0;
  font-size: 15px;
}
.pictures-edit ul li,
.waitin-page ul li {
  margin-bottom: 5px;
}
.drag-and-drop-container {
  width: 100%;
  margin: 20px auto 0 auto;
  padding: 10px 0;
  text-align: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  align-self: center;
}
.drag-and-drop-container .drags-cards {
  width: 300px;
  height: 400px;
  margin: auto;
  position: relative;
}
.drags-cards .upload-box {
  width: 100%;
  height: 300px;
}
.upload-box .upload-box svg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.upload-box svg g rect {
  stroke: #486974;
  stroke-width: 4;
  stroke-dasharray: 118;
}
.upload-box .contents-of-drag-and-drop {
  width: 100%;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  box-sizing: border-box;
  padding: 25px;
}
.contents-of-drag-and-drop .main-drag {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  color: #486974;
  cursor: pointer;
}
.main-drag div:nth-child(1) img {
  width: 60px;
  height: 60px;
}
.main-drag div:nth-child(2) {
  font-size: 15px;
  padding: 10px;
}
.drag-and-drop-container .drags-cards .drag-and-drop-explain {
  width: 100%;
}
.active-email-and-phones {
  width: 100%;
}
.active-email-and-phones .active-box {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-bottom: 15px;
}
.active-email-and-phones .active-box div:nth-child(1) {
  width: 20%;
}
.active-email-and-phones .active-box div:nth-child(2) {
  width: 78%;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  align-content: center;
}
.active-box div:nth-child(2) span {
  margin: 0 10px;
}
.active-box div:nth-child(2) span:nth-child(1) {
  width: 45%;
  direction: ltr;
  text-align: center;
}
.active-box div:nth-child(2) span:nth-child(2) {
  width: 37%;
}
.active-box div:nth-child(2) span:nth-child(2) img {
  width: 30px;
  opacity: 0.6;
}
.active-box div:nth-child(2) span:nth-child(2) img:hover {
  opacity: 0.74;
  cursor: pointer;
}
.digit-size {
  font-size: 20px;
  text-align: center;
}
.changining-inputs .chang-btn {
  text-align: center;
  margin-top: 10px;
  margin-right: 0;
  width: 100% !important;
}
.card-setting-profile button {
  font-family: vazir;
  font-size: 14px;
  background: cornsilk;
  padding: 5px 10px 5px 10px;
  border-radius: 30px;
  border: none;
  background: #1985a1;
  cursor: pointer;
  transition: 0.2s;
  color: #fff;
  display: inline-block !important;
  margin: 0 !important;
}
.card-setting-profile button:hover {
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 00, 0.2);
  scale: 1.05;
}
.waitin-page .changes2 {
  text-align: center !important;
}
.wait-btn {
  margin: 20px 0;
  width: 100%;
}
.card-setting-profile .btn-rec-change{ text-align:left;  margin:10px;}
.card-setting-profile .btn-rec-change button{
    width:30%;
    font-size: 17px;
}
.card-setting-profile .wait-btn button {
  width: 50%;
  font-size: 17px;
}
#lab-phone {
  font-size: 15px;
}
.activation-code {
  text-align: center;
  margin-bottom: 18px;
}
.card-setting-profile .activation-code input {
  margin-top: 20px;
}
.board-canvas-container {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.board-canvas-container .board {
  width: 340px;
  height: 340px;
  background: linear-gradient(45deg, #72b45a, #99ad22);
  margin: auto;
}
@media only screen and (max-width: 1200px) {
  .changining-inputs .chang-btn {
    text-align: center;
    margin-top: 10px;
    width: 100%;
  }
}
@media only screen and (max-width: 1030px) {
  .card-setting-profile {
    width: 80%;
    padding: 70px 10px 20px 10px;
    box-sizing: border-box;
  }
  .wrapper .rightside {
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    white-space: nowrap;
  }
  .wrapper .rightside .menu-items {
    width: 17%;
    height: 100%;
    display: inline-block;
    padding: 7px 0 5px 0;
  }
  .wrapper .rightside .menu-items .img-container {
    text-align: center;
  }
  .wrapper .rightside .menu-items .img-container img {
    margin-left: 0;
  }
  .wrapper .rightside .menu-items div:nth-child(1) {
    width: 100%;
    text-align: center;
  }
  .wrapper .rightside .menu-items div:nth-child(2) {
    display: none;
  }
  .wrapper .leftside {
    width: 100%;
  }
  .changining-inputs .chang-btn {
    width: auto;
    margin-top: -12px;
  }
}
@media only screen and (max-width: 900px) {
  .card-setting-profile {
    width: 93% !important;
  }
  .CSP-title {
    font-size: 19px !important;
  }
  .text-area-container label,
  .selects-main-container label,
  .input-texts label {
    width: 25%;
  }
  .input-texts span {
    top: 8px;
    left: 25%;
  }
  .pictures-edit .exp {
    font-size: 15px;
  }
  .pictures-edit ul {
    font-size: 13.5px;
    margin: 12px 20px 12px 0;
  }
}
@media only screen and (max-width: 780px) {
  .changining-inputs .chang-btn {
    width: 100%;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 680px) {
  .card-setting-profile {
    width: 96% !important;
  }
  .CSP-title {
    font-size: 19px !important;
  }
    .input-texts{
        margin-bottom: -4px ;
    }
  .input-texts label {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .card-setting-profile input {
    width: 100% !important;
    font-size: 14px;
  }
  .card-setting-profile input[type="text"] {
    font-size: 16px !important;
  }
  .input-texts input[type="number"] {
    font-size: 18px !important;
  }
  .text-area-container label,
  .selects-main-container label,
  .input-texts label {
    width: 100%;
    margin-top: 10px;
  }
  .text-area-container textarea {
    margin: 15px 0;
    width: 100%;
  }
  .text-area-container {
    margin-bottom: 20px;
  }
  .input-texts span {
    top: 51px;
    left: 10px;
  }
  .pictures-edit .exp,
  .waitin-page .exp {
    font-size: 14.5px;
  }
  .pictures-edit ul,
  .waitin-page ul {
    font-size: 13px;
    margin: 12px 20px 12px 0;
  }
  .changining-inputs .chang-btn {
    width: 100%;
    margin-top: 15px;
  }
  .changining-inputs .chang-btn button {
    width: 90% !important;
    margin-bottom:10px !important;
  }
  .card-setting-profile button {
    width: 100% !important  ;
    font-size: 15px !important;
  }
  .active-email-and-phones .active-box div:nth-child(1){ 
    width: 100%;
    margin-bottom: 10px;
    font-size: 15px;
  }
  .active-email-and-phones .active-box div:nth-child(2){
    width:100% !important;
  }
  .active-box div:nth-child(2) span {
    margin:0;
  }
  .active-box div:nth-child(2) span:nth-child(1){
    width:88%;
  }
  .active-box div:nth-child(2) span:nth-child(2) {
    width: auto;
    }
    .active-box div:nth-child(2) span:nth-child(2) img{
        width:23px;
    }
}
.card-setting-profile input::-webkit-outer-spin-button,
.card-setting-profile input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.card-setting-profile input[type="number"] {
  -moz-appearance: textfield;
}
@keyframes dragsDotted {
  0% {
    stroke-dasharray: 118;
  }
  100% {
    stroke-dasharray: 30;
  }
}
@keyframes dragsDotted2 {
  0% {
    stroke-dasharray: 30;
  }
  100% {
    stroke-dasharray: 118;
  }
}
.make-center {
  text-align: center;
}
