@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&family=Source+Code+Pro:wght@400;500;600;700&display=swap');

html,
body {
  height: 100%;
}

body {
  /*font-family: 'Poppins', sans-serif;*/
  font-family: 'Roboto', sans-serif;
}

.note-editable{
  direction: rtl;
  font-size: 22px;
  text-align: right;
}

h1,
h2,
h3,
h4,
h5{
  /*font-family: 'Source Code Pro', monospace;*/
  /*font-family: 'Lato', sans-serif;*/
}

.rtl {
  direction: rtl!important;
}

.card-title {
  font-weight: 500!important;
}

.widget-user .widget-user-header {
  text-align: right;
  position: relative;
  min-height: 190px;
  padding: 1rem;
  direction: rtl;
  height: auto;
}

h4.alert-heading{
  margin: 16px auto;
  font-weight: 600;
}

.widget-user .widget-user-header .action-btn {
  position: absolute;
  bottom: 10px;
}

.fixed-bar{
  /* height: 30px; */
  z-index: 9;
  position: fixed;
  color: #664d03;
  background-color: #fff3cd;
}

.uber{
  z-index: 1;
}

.abs-center{
  top: 50%;
  position: absolute;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

.word {
  bottom: 0;
  color: #fff;
  font-size: 3.5em;
  height: 2.5em;
  left: 0;
  line-height: 2.5em;
  margin: auto;
  right: 0;
  position: absolute;
  text-shadow: 0 0 10px rgba(50, 255, 50, 0.5), 0 0 5px rgba(100, 255, 100, 0.5);
  top: 0
}

.word span {
  display: inline-block;
  transform: translateX(100%) scale(0.9);
  transition: transform 500ms;
}

.word .done {
  color: #6f6;
  transform: translateX(0) scale(1);
}

.overlay {
  background-image: linear-gradient(transparent 0%, rgb(10 16 10 / 29%) 50%);
  background-size: 1000px 2px;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.site-logo{
  font-size: 45px;
}

.animation__shake i{
  font-size: 60px;
}

.brand-link i{
  line-height: .8;
  margin-left: 0.9rem;
  margin-right: 0.5rem;
  max-height: 33px;
  width: auto;
  font-size: 24px;
}

.dropdown-menu{
  left: inherit!important;
  right: 0;
}

.dt-button-collection .dropdown-menu{
  left: unset!important;
  margin: 0;
  padding: 0;
  border-radius: 4px!important;
  overflow: auto!important;
}

.dt-buttons .btn{
  margin-bottom: 10px;
}

.dt-button-collection{
  padding: 0!important;
}

.login-page, .register-page{
  justify-content: flex-start!important;
}

.login-box, .register-box{
  margin-top: 50px;
}

.login-box .card, .register-box .card{
  margin-bottom: 50px;
}


.panel-heading  a:before {
   font-family: "Font Awesome 6 Pro";
   content: "\f078";
   float: left;
   transition: all 0.5s;
}
.panel-heading.active a:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}

img.img_preview {
  object-fit: contain;
}

@media (max-width: 767.98px){
  .small-box {
      text-align: left;
  }
  .small-box .icon {
    display: block;
  }
}

.position-relative .form-check-input{
  margin-right: -1.25rem;
  margin-left: unset;
}

.uploaded-image span{
  position: absolute;
  bottom: 0;
  word-break: break-all;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  color: white;
  padding: 0 10px;
  background: #0000007a;
}

.tree{
  --spacing : 1.5rem;
  --radius  : 10px;
}

.tree li{
  display      : block;
  position     : relative;
  padding-left : calc(2 * var(--spacing) - var(--radius) - 2px);
}

.tree ul{
  margin-left  : calc(var(--radius) - var(--spacing));
  padding-left : 0;
}

.tree ul li{
  border-left : 2px solid #ddd;
}

.tree ul li:last-child{
  border-color : transparent;
}

.tree ul li::before{
  content      : '';
  display      : block;
  position     : absolute;
  top          : calc(var(--spacing) / -2);
  left         : -2px;
  width        : calc(var(--spacing) + 2px);
  height       : calc(var(--spacing) + 1px);
  border       : solid #ddd;
  border-width : 0 0 2px 2px;
}

.tree summary{
  display : block;
  cursor  : pointer;
}

.tree summary::marker,
.tree summary::-webkit-details-marker{
  display : none;
}

.tree summary:focus{
  outline : none;
}

.tree summary:focus-visible{
  outline : 1px dotted #000;
}

.tree li::after,
.tree summary::before{
  content       : '';
  display       : block;
  position      : absolute;
  top           : calc(var(--spacing) / 2 - var(--radius));
  left          : calc(var(--spacing) - var(--radius) - 1px);
  width         : calc(2 * var(--radius));
  height        : calc(2 * var(--radius));
  border-radius : 50%;
  background    : #ddd;
}

.tree summary::before{
  content     : '+';
  z-index     : 1;
  background  : #696;
  color       : #fff;
  line-height : calc(2 * var(--radius) - 0px);
  text-align  : center;
}

.tree details[open] > summary::before{
  content : '−';
}

.open_modal{
  cursor: pointer;
}

.ajax-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background: #f9f9f9;
  left: 0;
  opacity: 0.9;
}

.ajax-loader .loader {
  position: absolute;
  top: 50%;
  left: 50%;
}

.hide-comment {
  white-space: nowrap;
  height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 90%;
  margin: auto;
}

.hide-comment:hover {
  white-space: normal;
  height: auto;
}

.direct-chat-text {
  background-color: #f7f7f7;
  border: 1px solid #f7f7f7;
}

.direct-chat-text::after, .direct-chat-text::before {
  border-right-color: #f7f7f7;
}

.right .direct-chat-text {
  background-color: #dcf8c6;
  border: 1px solid #dcf8c6;
}

.right .direct-chat-text::after, .right .direct-chat-text::before {
  border-left-color: #dcf8c6;
}