@charset "UTF-8";
@font-face {
    font-family: Vazir;
    src: url('Vazir-Regular.eot');
    src: url('Vazir-Regular.eot?#iefix') format('embedded-opentype'),
         url('Vazir-Regular.woff2') format('woff2'),
         url('Vazir-Regular.woff') format('woff'),
         url('Vazir-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: Vazir;
    src: url('Vazir-Bold.eot');
    src: url('Vazir-Bold.eot?#iefix') format('embedded-opentype'),
         url('Vazir-Bold.woff2') format('woff2'),
         url('Vazir-Bold.woff') format('woff'),
         url('Vazir-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: Vazir;
    src: url('Vazir-Black.eot');
    src: url('Vazir-Black.eot?#iefix') format('embedded-opentype'),
         url('Vazir-Black.woff2') format('woff2'),
         url('Vazir-Black.woff') format('woff'),
         url('Vazir-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: Vazir;
    src: url('Vazir-Medium.eot');
    src: url('Vazir-Medium.eot?#iefix') format('embedded-opentype'),
         url('Vazir-Medium.woff2') format('woff2'),
         url('Vazir-Medium.woff') format('woff'),
         url('Vazir-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: Vazir;
    src: url('Vazir-Light.eot');
    src: url('Vazir-Light.eot?#iefix') format('embedded-opentype'),
         url('Vazir-Light.woff2') format('woff2'),
         url('Vazir-Light.woff') format('woff'),
         url('Vazir-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: Vazir;
    src: url('Vazir-Thin.eot');
    src: url('Vazir-Thin.eot?#iefix') format('embedded-opentype'),
         url('Vazir-Thin.woff2') format('woff2'),
         url('Vazir-Thin.woff') format('woff'),
         url('Vazir-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}


body {
	  direction:rtl;
  font-family: Vazir, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 100%;
  height: 100vh;
  margin: 0;
  background-color: #EEE;
}
@media (max-width: 56em) {
  body {
    background-color: #FFF;
  }
}

.breakpointTarget {
  width: 56em;
  visibility: hidden;
  position: absolute;
}

.wrapper {
  height: 100%;
  margin-right: 19em;
}
@media (max-width: 56em) {
  .wrapper {
    margin: 0;
  }
}

.coreToolbar {
  z-index: 1;
  position: fixed;
  height: 100%;
  width: 19em;
  margin-right: -19em;
  float: right;
}
@media (max-width: 56em) {
  .coreToolbar {
    height: 4em;
    width: 100%;
    margin: 0;
    position: fixed;
  }
}
.coreToolbar .title {
  position: relative;
  height: 9em;
  width: 100%;
  background-color: #673AB7;
}
@media (max-width: 56em) {
  .coreToolbar .title {
    height: 4em;
    width: 100%;
  }
}
.coreToolbar .title .appTitle,
.coreToolbar .title .drawerTitle {
  position: absolute;
  bottom: 0;
  padding: 0 3em 1em 0;
  font-size: 1.2em;
  color: #EEEEEE;
}
@media (max-width: 56em) {
  .coreToolbar .title .appTitle,
  .coreToolbar .title .drawerTitle {
    position: relative;
    float: right;
  }
}
.coreToolbar .title .drawerTitle {
  display: none;
}
@media (max-width: 56em) {
  .coreToolbar .title .drawerTitle {
    display: inline;
    padding: 1em 1.5em 0 0;
  }
  .coreToolbar .title .drawerTitle i {
    padding-left: 1em;
    cursor: pointer;
  }
  .coreToolbar .title .appTitle {
    display: none;
    padding: 1em 3.5em 0 0;
  }
}

.nav {
  height: 100%;
  height: -moz-calc(100% - 9em);
  height: -o-calc(100% - 9em);
  height: -webkit-calc(100% - 9em);
  height: calc(100% - 9em);
  width: 100%;
  float: right;
  overflow: auto;
  overflow-y: auto;
  overflow-x: hidden;
  -moz-box-shadow: inset 0em 0.8em 0.5em -0.75em rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: inset 0em 0.8em 0.5em -0.75em rgba(0, 0, 0, 0.6);
  box-shadow: inset 0em 0.8em 0.5em -0.75em rgba(0, 0, 0, 0.6);
}
@media (max-width: 56em) {
  .nav {
    -moz-transition: 0.5s, ease-in;
    -o-transition: 0.5s, ease-in;
    -webkit-transition: 0.5s, ease-in;
    transition: 0.5s, ease-in;
    transform: translate3d(100%, 0, 0);
  }
}
.nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-top: 1em;
  padding-bottom: 1em;
}

.navItems li a {
  z-index: 2;
  width: 100%;
  cursor: pointer;
  display: inline-block;
  padding: 1em 3em 1em 0;
  color: #3d5a68;
  text-decoration: none;
}

.navItems li:first-child {
  background-color: #DEDEDE;
}

.expandNav {
  transform: translate3d(0, 0, 0);
  width: 20em;
  height: -moz-calc(100vh - 4em);
  height: -o-calc(100vh - 4em);
  height: -webkit-calc(100vh - 4em);
  height: calc(100vh - 4em);
  background-color: #EEE;
}

.inner {
  position: fixed;
  width: 100%;
  height: 1em;
  margin-top: 9em;
  -moz-box-shadow: inset 0 0.8em 0.5em -0.75em rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: inset 0 0.8em 0.5em -0.75em rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 0.8em 0.5em -0.75em rgba(0, 0, 0, 0.6);
}
@media (max-width: 56em) {
  .inner {
    margin-top: 4em;
    z-index: 1;
  }
}

.contentContainer {
  width: 100%;
  float: left;
  position: relative;
  margin-top: 9em;
}
@media (max-width: 56em) {
  .contentContainer {
    margin-top: 0;
    padding-top: 4em;
  }
}

.overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.coreHeader {
  z-index: 0;
  position: fixed;
  right: 19em;
  top: 0;
  height: 9em;
  width: -moz-calc(100% - 19em);
  width: -o-calc(100% - 19em);
  width: -webkit-calc(100% - 19em);
  width: calc(100% - 19em);
  background-color: #673AB7;
}
@media (max-width: 56em) {
  .coreHeader {
    display: none;
  }
}

.contentDrawer {
  z-index: 1;
  margin: -4.5em 0.25em 3em 9em;
  padding: 1em 1.5em 2em 1.5em;
  background-color: #FFF;
  -moz-border-radius: 0.1em;
  -webkit-border-radius: 0.1em;
  border-radius: 0.1em;
  border: none;
  -moz-box-shadow: -0.2em 0.1em 0.2em 0.1em rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: -0.2em 0.1em 0.2em 0.1em rgba(0, 0, 0, 0.3);
  box-shadow: -0.2em 0.1em 0.2em 0.1em rgba(0, 0, 0, 0.3);
}
@media (max-width: 56em) {
  .contentDrawer {
    margin: 0 .25em 0 0;
    box-shadow: none;
    border-radius: 0;
    height: 100%;
    padding-bottom: 0.25em;
  }
}
.contentDrawer .head {
  color: #673AB7;
  font-size: 1.25em;
}
@media (max-width: 56em) {
  .contentDrawer .head {
    display: none;
  }
}
.contentDrawer .footer {
  overflow: hidden;
}
.contentDrawer .footer > button {
  float: left;
}

.btn {
  z-index: 2;
  background-color: #FFF;
  border: none;
  outline: none;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}

.hoverable {
  -moz-transition: 0.5s, ease-out;
  -o-transition: 0.5s, ease-out;
  -webkit-transition: 0.5s, ease-out;
  transition: 0.5s, ease-out;
}
.hoverable:hover {
  background-color: #DEDEDE;
}

.btn-rect {
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  border-radius: 0.25em;
  padding: 1em 2em;
  margin: 0 .25em;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
}

.btn-raised {
  color: #EEEEEE;
  background-color: #29B6F6;
  -moz-transition: 0.5s, ease-out;
  -o-transition: 0.5s, ease-out;
  -webkit-transition: 0.5s, ease-out;
  transition: 0.5s, ease-out;
  -moz-box-shadow: 0 0.15em 0.4em 0 rgba(0, 0, 0, 0.3), 0 0.15px 0.8em 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0.15em 0.4em 0 rgba(0, 0, 0, 0.3), 0 0.15px 0.8em 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.15em 0.4em 0 rgba(0, 0, 0, 0.3), 0 0.15px 0.8em 0 rgba(0, 0, 0, 0.2);
}
.btn-raised:hover {
  background-color: #4FC3F7;
  -moz-box-shadow: 0 0.3em 0.4em 0 rgba(0, 0, 0, 0.3), -0.08em 0 0.3em 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0.3em 0.4em 0 rgba(0, 0, 0, 0.3), -0.08em 0 0.3em 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0.3em 0.4em 0 rgba(0, 0, 0, 0.3), -0.08em 0 0.3em 0 rgba(0, 0, 0, 0.3);
}

.btn-action {
  position: fixed;
  left: 0;
  top: 11.5em;
  width: 3em;
  height: 3em;
  margin-left: 3em;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 0 0.15em 0.4em 0 rgba(0, 0, 0, 0.3), 0 0.1em 0.8em 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0.15em 0.4em 0 rgba(0, 0, 0, 0.3), 0 0.1em 0.8em 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.15em 0.4em 0 rgba(0, 0, 0, 0.3), 0 0.1em 0.8em 0 rgba(0, 0, 0, 0.2);
  color: #673AB7;
  background-color: #EEEEEE;
}
@media (max-width: 56em) {
  .btn-action {
    top: auto;
    bottom: 0;
    margin: 0 0 3em 2em;
  }
}

body:not(:-moz-handler-blocked) .btn-action {
  top: 9.5em;
}
@media (max-width: 56em) {
  body:not(:-moz-handler-blocked) .btn-action {
    top: auto;
    bottom: 0;
    margin: 0 0 3em 2em;
  }
}

input[type='text'] {
  display: block;
  width: 20rem;
  border: none;
  border-bottom: 1px solid;
  background-color: #FFF;
  outline: none;
}
input[type='text']:focus ~ .selectedBar:before, input[type='text']:focus ~ .selectedBar:after {
  width: 50%;
}

input[type='text'] ~ label {
  position: relative;
  top: -1.5em;
  color: #DEDEDE;
  pointer-events: none;
  transition: 0.2s ease all;
}

input[type='text'] ~ .selectedBar {
  position: relative;
  display: block;
  width: 20rem;
}
input[type='text'] ~ .selectedBar:before, input[type='text'] ~ .selectedBar:after {
  position: absolute;
  bottom: 1px;
  content: '';
  height: .05em;
  width: 0;
  background-color: #673AB7;
  -moz-transition: 0.2s, ease all;
  -o-transition: 0.2s, ease all;
  -webkit-transition: 0.2s, ease all;
  transition: 0.2s, ease all;
}
input[type='text'] ~ .selectedBar:before {
  right: 50%;
}
input[type='text'] ~ .selectedBar:after {
  left: 50%;
}

input[type='radio']:selected {
  height: 20px;
  width: 20px;
  background-color: red;
}

input[type='radio']:checked:after {
  content: '';
  height: 5em;
  width: 5em;
  background-color: yellow;
  position: relative;
  display: inline;
}

.credits {
  text-align: center;
  text-decoration: none;
}

.credits a {
  color: #673AB7;
  text-decoration: none;
}






















.h1, .h2, .h3, h1, h2, h3 {
	margin: 0px;
}
.row.cal-row {
  margin: 0 auto
}
p {
	margin-bottom: 20px;
}
p, li {
  line-height: 1.5em;
}
.menu-acc label, p, li, td, th {
	font-size: 16px;
	  color: #222;

}
ol, ul {
	margin-bottom: 20px;
}
h2, h3, h4, h5, h6 {
color: #505050;
}
h1, h2, h3, h4, h5, h6 {
font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", "Fira Sans", "Helvetica Neue", Arial, sans-serif;
font-weight: 700;
line-height: 1.5em;
margin-bottom: 20px;

}
h1 {
	font-size: 32px;
	color: #303030;
}
h2 {
  line-height: 1.3em;
}
table {
  border-collapse: collapse;
  width: 100%;
}



/* Animation Footer End*/
/* Tool Sec Start*/
.tool-sec {
  background: #f3f3f3;
  border: 2px solid #e6e6e6;
  padding: 20px;
  box-shadow: 4px 4px 35px 1px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.tool-sec h2 {
	margin-bottom: 0px;
}
.tab-sec {
	margin-top: 20px;
}
.tool-sec .choose-img {
  max-width: 100%;
  color: #222;
  border: 3px dashed #4caf50;
  height: 160px;
}
.choose-btn div {
    padding-bottom: 5px;
	padding-top: 5px;
	}
.tool-sec .choose-img:before {
    content: "";
    background-image: url(favicon.webp);
    width: 32px;
    height: 32px;
    opacity: 0.3;
}
/* Tool Sec Ends*/


.form-inline .form-control {
  padding: 6px 40px 6px 12px;
  color: #000;
  font-size: 18px
}



.form-group {
  position: relative
}


.imgtocss h2 {

  font-size: 21px;
}

.imgtocss .bg-sec {
  background: #f9f9f9;
  margin-top: 70px;
  padding-bottom: 40px;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}

.imgtocss #cmtoft {
  font-family: "Vazir", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 25px;
}

.imgtocss #cmtoft td,
#cmtoft th {
  border: 1px solid #ddd;
  padding: 8px;
}

.imgtocss #cmtoft tr:nth-child(even) {
  background-color: #f2f2f2;
}

.imgtocss #cmtoft tr:hover {
  background-color: #ddd;
}

.imgtocss #cmtoft th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #337ab7;
  color: white;
  font-size: 16px;
  font-weight: 100;
}

.imgtocss #cmtoft th {
  position: sticky;
  top: 0px;
}

.imgtocss .cal-ans #ans div {
  position: absolute;
  right: 0;
  font-size: 14px;
  bottom: -26px;
  color: #bbbbbb;
  font-weight: 600;
}

.imgtocss .formula {
  border-left: 3px solid #5cb85c;
  padding: 15px;
  background: #fff;
}

.imgtocss .formula p {
  border: 1px solid #5cb85c94;
  padding: 8px;
  text-align: center;
  font-size: 18px;
}

.imgtocss .title {
  font-size: 15px;
  font-weight: 600;
  color: #337ab7;
  margin-bottom: 8px;
}

.imgtocss .calc-steps p {
  border: none;
  /* padding-bottom: 0px; */
  padding: 0px;
  margin-bottom: 5px !important;
  font-size: 24px;
}

.imgtocss .steps p {
  font-size: 17px;
  font-weight: 500;
}

.imgtocss .table-wall h3 {
  text-align: center;
  padding-bottom: 15px;
  font-weight: 600;
  font-size: 22px;
  margin-top: 10px;
}

.imgtocss .table-of-cnt #cmtoft {
  margin-bottom: 40px;
}

.well-item textarea {
  width: 100%;
}

.imgtocss #cmtoft td {
  font-size: 16px;
}

.imgtocss #cmtoft tr:hover td,
#cmtoft tr:hover td a {
  color: #fff;
}

.imgtocss #cmtoft tr {
  transition: all .5s;
}

.imgtocss #cmtoft tr:hover {
  background-color: #3c88ca;
  cursor: pointer;
  transition: all .5s;
}

.table-of-cnt {
  margin: 0 auto;

}

.table-of-cnt .col-md-3 {
  width: 50%;
}

footer .container {
  padding-top: 15px;
}

.imgtocss .table-of-cnt #cmtoft {
  margin-bottom: 0px;
}

.imgtocss .navbar-inverse {
  background-color: #fff;
  border: none;
  border-radius: 0px;
box-shadow: 0 6px 10px -6px rgb(0 0 0 / 10%);
border-bottom: 1px solid #e7e7e7;
}

.imgtocss .container {
  padding-top: 0px;
}

.imgtocss .navbar-brand {
  float: left;
  padding: 20px 15px;
  font-size: 25px;
  line-height: 20px;
  font-weight: 700;
  color: #303030;
  height: auto;
  transition: all 0.8s;
}

.imgtocss nav li a {
  padding-top: 20px;
  background-color: transparent !important;
  font-size: 16px;
  font-weight: 700;
}
.imgtocss h1 {
  margin-top: 0px;
}

.side-head {
  font-size: 20px;
  position: relative;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.well {
  margin-top: 40px;
}

.well .formula {
  width: 60%;
}

.well-item {
  margin-bottom: 30px;
}

.well-item li {
  font-size: 14px;
  padding-bottom: 5px;
}

.imgtocss .container-fluid a {
  color: #fff;
}

.imgtocss nav li a:before {
  content: "";
  content: "\e013";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 100;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: #000;
  margin-right: 4px;
  content: "\e021";
}
.tool-sec .input-group {
  display: block;
}

.tool-sec textarea {
  float: none !important;
  display: block !important;
}

.tool-sec textarea {
  border: 1px solid #b9b9b9;
  border-radius: 0px !important;
  color: #151515;
}

pre#output {
  height: 150px;
}

.codexml {
  width: 100%;
  height: 300px;
  border: none;
  background: transparent;
}

.input-box,
.results {
  width: 50%;
  float: left;
}

.form-item {
  padding-bottom: 15px;
}

.btn {
  padding: 6px 30px;
  margin-bottom: 20px;
}

.css textarea {
  width: 100%;
}

.clear {
  clear: both;
}

.img-size .cBDnso {
  color: purple;
  padding-bottom: 6px;
}

.img-size {
  padding-left: 18px;
}

.sc-gsnTZi.ieTqSN {
  padding: 0px;
}

.sc-iqcoie.cUnsmt {
  display: none;
}

.tab .ipGaVS {
  user-select: none;
  padding: 8px;
  cursor: pointer;
  background-color: rgb(51 122 183);
  color: rgb(255, 255, 255);
  padding-left: 25px;
  padding-right: 25px;
}

.tab .gkabcH {
  padding: 8px;
  padding-left: 25px;
  padding-right: 25px;
  background: #fff;
  color: #000;
}

.tab {
  border-bottom: 1px solid #ccc;
  background: #ccc;
}


ul {
  padding-left: 40px;
}

.note {
  border: 2px dashed #d6d6d6;
  padding: 14px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 30px;
  font-size: 17px;
}

.note:before {
  position: absolute;
  top: 20px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 100;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: red;
  margin-right: 0px;
  content: "\e005";
  left: 10px;
}

blockquote {
  border-left: 5px solid #337ab7;
  background: #eeeeee;
}

h3 {
  margin-top: 0px;
  font-size: 18px;
}

:root {
  --black: #4d5974;
  --red: #E07A5F;
  --grey: #e5e5e5;
}

.menu-acc label {
  display: block;
  margin: 0 0 4px 0;
  padding: 15px 45px 15px 0;
  line-height: 1.2;
  cursor: pointer;
  border-bottom: 1px solid var(--grey);
}

.menu-acc .question {
  position: relative;
}

.menu-acc input {
  display: none;
}

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

.menu-acc li {
  height: 0;
  overflow: hidden;
  transition: all 0.5s;
  font-size: 16px;
}

#icon span {
  position: absolute;
  top: 11px;
  right: 11px;
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 1px solid var(--black);
  border-radius: 22px;
}

#icon span::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: var(--black);
}

#icon span::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: var(--black);
}

/*Open tab*/

#type1:checked~#links1 li,
#type2:checked~#links2 li,
#type3:checked~#links3 li,
#type4:checked~#links4 li {
  height: auto;
  opacity: 1;
  padding-top: 0px;
  padding-bottom: 10px;
}

/*Style open tab*/

#type1:checked~label #icon span::after,
#type2:checked~label #icon span::after,
#type3:checked~label #icon span::after,
#type4:checked~label #icon span::after {
  width: 0;
}

#type1:checked~label,
#type2:checked~label,
#type3:checked~label,
#type4:checked~label {
  color: #337ab7;
  border-bottom: 1px solid #337ab7;
}

#type1:checked~label #icon span::before,
#type2:checked~label #icon span::before,
#type3:checked~label #icon span::before,
#type4:checked~label #icon span::before {
  background: #337ab7;
}

#type1:checked~label #icon span,
#type2:checked~label #icon span,
#type3:checked~label #icon span,
#type4:checked~label #icon span {
  border: 1px solid #337ab7;
}

.main-content .menu-acc ul li {
  padding-bottom: 0px;
}

div#icon {
  position: unset;
}

.kxtARB {
    flex-direction: row;
    justify-content: center;
	border-radius: 5px;
}