.page-header-desc {
    margin-right: 10px;
    color: #889098;
    font-weight: 400;
    font-size: 14px;
    font-size: 1rem;
    line-height: 20px;
  }

  .page-header-title {
    color: #606265;
    font-weight: 700;
    font-size: 14px;
    font-size: 1rem;
    line-height: 20px;
    margin-bottom: 20px;
    margin-right: 15px;
  }

  .page-card {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative;
    padding: 20px;
    min-height: 100%;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .05);
    /* background-color: #fff; */
    background-color: #1E2746;
  }
/************* Add File Amlak *****/
.addFile .form-check-inline .form-check-input{
    margin-left: 7px !important;
}
.addFile  .border-file {
border-color: #90A4AE !important;
}
.addFile .custom-file-label:after{
    background: none ;
    border:  none ;
}
.addFile .trash-icon ,
.addProfile .trash-icon  {
    background: #f25767 ;
    border: #f25767 ;
    color: #fff;
    font-size: 17px;
    display: inline-block;
    position: relative;
    right: -15px;
}
.bootstrap-tagsinput{
    width: 100%;
    line-height: 30px !important;
    color: #fff !important;
}
.bootstrap-tagsinput .tag {
    margin-bottom: 5px;
    margin-top: 5px;
    border-radius: 5px;
}
.addFile .content-progress{
    width:100%;
    text-align: center;
}
.addFile .progress{
    height: 20px !important;
    line-height: 20px;
    position:relative;
    width:100%;
}
.addFile .bar { background-color: #00ff00; width:0%; height:20px; }
.addFile .percent { position:absolute;  height: 20px !important;
    display:inline-block; left:50%; color: #040608;
}
.addFile .custom-file{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: clip;
}
.addFile .first-image{
    position: absolute;
    text-align: center;
    font-size: 12px;
    bottom: -15px;
    display: none;
}
.addFile .upload-block label.button:hover , .addFile .upload-block-video label.button:hover{
    color: #000;
}

/* The grid: Four equal columns that floats next to each other */
.editFile .image-grid .column {
    float: left;
    width: 30%;
    padding: 10px;
    position: relative;
    max-height: 100px;
  }
  .showFile .image-grid .column {
    width: 20%;
    float: left;
    padding: 10px;
    position: relative;
    max-height: 100px;
  }

  /* Style the images inside the grid */
  .editFile .image-grid .column img ,  .showFile .image-grid .column img  {
    height: 100%;
    opacity: 0.8;
    cursor: pointer;
    border: 2px solid #E53935;
    border-radius: 4px;
    padding: 2px;
    background-position: center;
    background-size: cover;
  }

  .editFile .image-grid .column img:hover , .showFile .image-grid .column img:hover{
    opacity: 1;
  }
  .editFile .image-grid .column .closebtn-img ,  .showFil .image-grid .column .closebtn-img{
    position: absolute;
    top: 7px;
    z-index: 2;
    right: 11px;
    color: #cf4136;
    font-size: 20px;
    cursor: pointer;
  }
  /* Clear floats after the columns */
  .editFile .image-grid .row:after , .showFil .image-grid .row:after{
    content: "";
    display: table;
    clear: both;
  }

  /* The expanding image container */
  .editFile .image-grid .container, .showFil .image-grid .container {
    position: relative;
    display: none;
  }

  /* Expanding image text */
  .editFile .image-grid #imgtext , .showFil .image-grid #imgtext {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: white;
    font-size: 20px;
  }

  /* Closable button inside the expanded image */
  .editFile .image-grid .closebtn , .showFil .image-grid .closebtn{
    position: absolute;
    top: -34px;
    right: 3px;
    color: #cf4136;
    font-size: 45px;
    cursor: pointer;
  }

  .editFile .video-poster{
    width: 78px;
    height: 45px;
    line-height: 39px;
    border: 2px solid #888;
    border-radius: 4px;
    background-color: #e6e6e6;
  }


/*****************  End Add File **********************/
.showFile .image-item{
    height: 150px;
}
.showFile .image-item img{
    width: 150px;
    object-fit: cover;
    height: 150px !important;
    max-height: 100%;
}
.main-file .show-price{
    position: relative;
    bottom: 40px;
    right: 35%;
    background: #ffffff ;
    opacity: 0.7;
    z-index : 9999;
    padding: 5px;
    border-radius: 5px;
    color: #000000;
    box-shadow: 3px 2px 5px #999999

}
/*********************** Show File Card *********************/
.container-show-card{
    /* background-color: #FFE53B; */
  /* background-image: linear-gradient(147deg, #FFE53B 0%, #fd3838 74%); */
}
.showFileCode {

  min-height: 100vh;
  display: flex;
  direction: ltr;
}

.blog-slider {
  width: 95%;
  position: relative;
  max-width: 900px;
  margin:45px auto;
  background: #fff;
  box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
  padding: 25px;
  border-radius: 25px;
  height: 400px;
  transition: all 0.3s;
}
.blog-slider__content {
    width: 100%;
    margin-right: 0px;
  direction: rtl !important ;
}
@media screen and (max-width: 992px) {
  .blog-slider {
    max-width: 680px;
    height: 450px;
  }
}
@media screen and (max-width: 768px) {
  .blog-slider {
    min-height: 500px;
    height: auto;
    margin: 180px auto;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider {
    height: 450px;
  }
}
.blog-slider__item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .blog-slider__item {
    flex-direction: column;
  }
}
.blog-slider__item.swiper-slide-active .blog-slider__img img {
  opacity: 1;
  transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > * {
  opacity: 1;
  transform: none;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(1) {
  transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(2) {
  transition-delay: 0.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(3) {
  transition-delay: 0.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(4) {
  transition-delay: 0.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(5) {
  transition-delay: 0.7s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(6) {
  transition-delay: 0.8s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(7) {
  transition-delay: 0.9s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(8) {
  transition-delay: 1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(9) {
  transition-delay: 1.1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(10) {
  transition-delay: 1.2s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(11) {
  transition-delay: 1.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(12) {
  transition-delay: 1.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(13) {
  transition-delay: 1.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(14) {
  transition-delay: 1.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(15) {
  transition-delay: 1.7s;
}
.blog-slider__img {
  width: 300px;
  flex-shrink: 0;
  height: 300px;
  /* background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%); */
  box-shadow: 4px 8px 20px 1px rgba(255, 232, 232, 0.2);
  border-radius: 20px;
  transform: translateX(-80px);
  overflow: hidden;
}
.blog-slider__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(147deg, rgb(254, 138, 57,.3) 0%, rgb(253, 56, 56,.3) 74%);
  border-radius: 20px;
  opacity: 0.4;
}
.blog-slider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  border-radius: 20px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .blog-slider__img {
    transform: translateY(-50%);
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .blog-slider__img {
    width: 95%;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider__img {
    height: 270px;
  }
}
.blog-slider__content {
  padding-left: 25px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .blog-slider__content {
    margin-top: -80px;
    text-align: center;
    padding: 0 30px;
  }
}
@media screen and (max-width: 576px) {
  .blog-slider__content {
    padding: 0;
  }
}
.blog-slider__content > * {
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.4s;
}
.blog-slider__code {
  color: #7b7992;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
}
.blog-slider__title {
  font-size: 20px;
  font-weight: 700;
  color: #0d0925;
  margin-bottom: 20px;
}
.blog-slider__text {
  color: #4e4a67;
  margin-bottom: 30px;
  line-height: 1.5em;
}
.blog-slider__button {
  display: inline-flex;
  background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
  padding: 15px 35px;
  border-radius: 50px;
  color: #fff;
  box-shadow: 0px 14px 80px rgba(252, 56, 56, 0.4);
  text-decoration: none;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
}
@media screen and (max-width: 576px) {
  .blog-slider__button {
    width: 100%;
  }
}
.blog-slider .swiper-container-horizontal > .swiper-pagination-bullets, .blog-slider .swiper-pagination-custom, .blog-slider .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.blog-slider__pagination {
  position: absolute;
  z-index: 21;
  right: 20px;
  width: 11px !important;
  text-align: center;
  left: auto !important;
  top: 50%;
  bottom: auto !important;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination {
    transform: translateX(-50%);
    left: 50% !important;
    top: 205px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -25px;
  }
}
.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0;
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
}
.blog-slider__pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 10px;
  background: #062744;
  opacity: 0.2;
  transition: all 0.3s;
}
.blog-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fd3838;
  height: 30px;
  box-shadow: 0px 0px 20px rgba(252, 56, 56, 0.3);
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination .swiper-pagination-bullet-active {
    height: 11px;
    width: 30px;
  }
  /* .blog-slider__content .tag-list{

    position: absolute;
    left: 0px !important;
    top: -15px !important;
  } */
  /* .blog-slider__content .sell-typee{
    right: -10% !important;
    margin-top: 50px !important;
  } */

}
.blog-slider__content .details .d-flex{
    height: 35px;
}
.blog-slider__content .details {
    min-height: 160px;
}
.blog-slider__content .details .answer{
    top: -20px;
    position: relative;

}
.blog-slider__content .sell-typee{
    position: relative;
    right: 135%;
}
/****************************** End show Card *****************/

/******************** Show File For All *******************/
.file-for-all .images-container{
    box-sizing: border-box;
    position: relative;
    margin: auto;
    -webkit-box-pack: center;
    justify-content: center;
    overflow: hidden;
    height: 400px;
    max-height: calc(-175px + 100vh);
    min-height: 175px;
    border-radius: 8px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}


.file-for-all .images-container .first-image{

    border-right: 4px solid rgb(255, 255, 255);
    height: 400px;
    max-height: calc(-175px + 100vh);
    min-height: 175px;

}
.file-for-all .images-container .first-image img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.file-for-all .image-file{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.file-for-all .small-image{
    overflow: hidden;
    width: 100%;
    height: 50%;
}

.file-for-all .small-image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.file-for-all .top-image {
    height: calc(50% - 20px);
     border-bottom: 4px solid rgb(255, 255, 255);
}
.file-for-all  .gallery-content{
    color: #000;
    margin: 0;
    padding: 0;

}
.file-for-all .image-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(41, 41, 41); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }

  /* Modal Content/Box */
  .file-for-all .modal-content {
    background-color: #fefefe;
    padding: 20px;
    width: 80%;
    height: calc(100vh - 100px);
    margin: 5% auto;
    border: 1px solid #888;
  }

  /* The Close Button */
  .file-for-all .close {
    color: rgb(59, 65, 68);
    float: right;
    font-size: 30px;
    font-weight: bold;
  }

  .file-for-all .close:hover,
  .file-for-all .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
  .file-for-all .swiper-container {
    width: 100%;
    height: calc(100vh - 100px);
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 480px) {
    .file-for-all .swiper-container {
        min-height: 320px;
    }
}

.file-for-all .swiper-container-wrapper {
    display: flex;
    flex-flow: column nowrap;
    height: calc(100vh - 200px);
}

@media (min-width: 480px) {
    .file-for-all .swiper-container-wrapper {
        flex-flow: row nowrap;
    }
}

.file-for-all .swiper-button-next,
.file-for-all .swiper-button-prev {
    color: #000;
}

.file-for-all .swiper-slide-duplicate,
.file-for-all .swiper-slide {
    text-align: center;
    background-size: cover;
    background-position: center;
    background-color: #fff;
    /* Center slide text vertically */
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    /* Slide content */
}

.file-for-all .swiper-slide-duplicate .description,
.file-for-all .swiper-slide-duplicate .title,
.file-for-all .swiper-slide .description,
.file-for-all .swiper-slide .title {
    display: block;
    opacity: 0;
    transition: 0.5s ease 0.5s;
}

.file-for-all .swiper-slide-duplicate-active .description,
.file-for-all .swiper-slide-duplicate-active .title,
.file-for-all .swiper-slide-active .description,
.file-for-all .swiper-slide-active .title {
    opacity: 1;
}

.file-for-all .swiper-slide-duplicate-active .title,
.file-for-all .swiper-slide-active .title {
    margin-bottom: 0.5rem;
    font-size: 24px;
    color: #000;
    transition: opacity 0.5s ease 0.5s;
}

.file-for-all .swiper-slide-duplicate-active .description,
.file-for-all .swiper-slide-active .description {
    font-size: 16px;
    color: #777;
    transition: opacity 0.5s ease 0.75s;
}

.file-for-all .gallery-top {
    width: 100%;
    height: 100%;
}

@media (min-width: 480px) {
    .file-for-all .gallery-top {
        width: 80%;
        height: 100%;
        margin-right: 10px;
    }
}

.file-for-all .gallery-thumbs {
    width: 100%;
    height: 25%;
    padding-top: 10px;
    border-right: 8px solid #fff;
    overflow: scroll;
}

@media (min-width: 480px) {
    .file-for-all .gallery-thumbs {
        width: 20%;
        height: 100%;
        padding: 0;
    }
}

.file-for-all .gallery-thumbs .swiper-wrapper {
    flex-direction: row;
}

@media (min-width: 480px) {
    .file-for-all .gallery-thumbs .swiper-wrapper {
        flex-direction: column;
    }
}

.file-for-all .gallery-thumbs .swiper-slide {
    width: 25%;
    flex-flow: row nowrap;
    height: 100%;
    opacity: 0.75;
    cursor: pointer;

}
div#slide-gallery {
    margin-bottom: 50px !important;
}
@media (min-width: 480px) {
    .file-for-all .gallery-thumbs .swiper-slide {
        flex-flow: column nowrap;
        width: 100%;
    }
}

.file-for-all .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}
.file-for-all .file-summary-container h2 {
    font-size: 24px;
    line-height: 1.6;
}
.file-for-all span.tedad-otagh{
    width:25px;
    height: 25px;
    display: inline-block;
}
.file-for-all .text-icon{
position: relative;
top: -7px;
}
.file-for-all  .title-show-file h3{
    font-weight: bold;
    font-size: 18px;
}
.file-for-all  .content-ul{
    line-height: 2;
}
.file-for-all .detail-icon{
    font-size: 20px;
}
.file-for-all .detail-text p{
    margin: 0;
}
.file-for-all .detail-text .answer{
    color: #3d4465 !important;
    font-size: 10px;
}

/**************************************  Profile *****************/
.addProfile .profile-header-container , .showProfile .profile-header-container{
    margin: 0 auto;
    text-align: center;
}
.addProfile .profile-header-img > img.img-circle ,
.showProfile .profile-header-img > img.img-circle{
    width: 120px;
    height: 120px;
    border: 2px solid #03A9F4;
    border-radius: 50%;
}
.addProfile  .profile-header , .showProfile  .profile-header{
    margin-top: 43px;
}
 .addProfile .rank-label-container ,
 .showProfile .rank-label-container {
    margin-top: -19px;
    /* z-index: 1000; */
    text-align: center;
    cursor:pointer;
    overflow: hidden;
}

.addProfile .custom-file-input:lang(en) ~ .custom-file-label::after{
    font-family: "FontAwesome"; font-weight: 900; content: "\f067";
    top:1px;
}
.addProfile  .custom-file-label{
    height: 35px;
    background-color: #03A9F4;
    color: #fff;
    border-radius: 25px;
}
.addProfile .input-group-prepend .btn, .input-group-append .btn{
    z-index: none;
}
table.showList tbody td{
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}




.custom-pricing-table .grid {
    /* grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); */
    /* grid-gap: 50px;
    align-items: stretch; */
    width: 100%;
    margin: auto 0;
}
.custom-pricing-table .mycard {
    text-align: center;
    position: relative;
    border-radius: 15px;
    padding: 40px 20px;
    margin-bottom: 15px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
    transition: .5s;
    overflow: hidden;
}

.custom-pricing-table .mycard:hover {
    transform: scale(.97);
}
.custom-pricing-table .col-12:nth-child(1) .mycard {
    background: linear-gradient(-45deg, #f403d1, #64b5f6);
}
.custom-pricing-table .col-12:nth-child(2) .mycard {
    background: linear-gradient(-45deg, #ffec61, #f321d7);
}
.custom-pricing-table .col-12:nth-child(3) .mycard {
    background: linear-gradient(-45deg, #24ff72, #9a4eff);
}
/*
.custom-pricing-table .basic,
.custom-pricing-table .basic .title .fa {
    background: linear-gradient(-45deg, #f403d1, #64b5f6);
} */

.custom-pricing-table .standard,
.custom-pricing-table .standard .title .fa {
    background: linear-gradient(-45deg, #ffec61, #f321d7);
}

.custom-pricing-table .premium,
.custom-pricing-table .premium .title .fa {
    background: linear-gradient(-45deg, #24ff72, #9a4eff);
}

.custom-pricing-table .mycard::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: rgba(255, 255, 255, 0.1);
    z-index: 1;
    transform: skewY(-5deg) scale(1.5);
}

.custom-pricing-table .title .fa {
    color: #fff;
    font-size: 60px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.20);
}

.custom-pricing-table .title h2 {
    position: relative;
    margin: 20px 0 0;
    color: #fff;
    font-size: 28px;
    z-index: 2;
}

.custom-pricing-table .price {
    position: relative;
    z-index: 2;
}

.custom-pricing-table .price h4 {
    margin: 0;
    padding: 20px 0;
    color: #fff;
    font-size: 60px;
}

.custom-pricing-table .option {
    position: relative;
    z-index: 2;
}

.custom-pricing-table .option ul {
    margin: 0;
    padding: 0;
}

.custom-pricing-table .option ul li {
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    color: #fff;
    font-size: 16px;
}

.custom-pricing-table .mycard a {
    position: relative;
    z-index: 2;
    border-radius: 8px;
    margin: 30px auto 8px;
    text-decoration: none;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.20);

    font-weight: bold;
}




.c-modal-notification-img {
    height: 100px;
    min-width: 200px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 100px;
    margin-bottom: 50px;
  }
  .c-modal-notification__header {
    color: #606265;
    font-size: 20px;
    font-size: 1.429rem;
    line-height: 28px;
    font-weight: 700;
    margin: 0 0 30px;
    text-align: right;
  }
  .c-modal-error {
    background-image: url('../image/a2fa83da.svg');
  }
  .c-modal-success {
    background-image: url('../image/e107b672.svg');
  }

/********************* File Share Social ******************/
/********************* File Share Social ******************/

.file-share-social .share-button{
    position: absolute;
    color: #000;
    z-index: 10;
    top: 8px;
    right: 8px;
    overflow:hidden;
    line-height:36px;
    user-select: none;
    text-align: center;
    }
    /*----- FIX overflow + transform + border-radius ---*/
    .file-share-social .share-button:before {
    content: '';
    box-sizing: content-box;
    transform: translate(0,0);
    border-radius: 50px;
    z-index: 3;
    pointer-events: none;
    }
    .file-share-social .lid{
    height:45px;
    width: 45px;
    padding-top: 8px;
    padding-right: 3px;
    background:rgb(255, 255, 255,.3);
    border-radius:20px;
    color:#000;
    transition: 300ms ease all;
    transform-origin: 0 0;
    cursor:default;
    z-index: 4;
    }
    .file-share-social .open .lid{
    transform:rotateX(90deg);
    }
    .file-share-social  .share-item{
    display:block;
    color:#368b8b;
    background:#fff;
    text-decoration:none;
    height:30px;
    width:30px;
    text-align:center;
    line-height:30px;
    border-radius:50%;
    float:right;
    margin-left:3px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    transition: 500ms ease all;
    }
    .file-share-social  .share-item:active{
    background:#eb4c89;
    transition: 50ms ease all;
    }
    .file-share-social .share-item:nth-child(1){
    transform: translateX(200px) rotate(180deg);
    }
    .file-share-social .share-item:nth-child(2){
    transform: translateX(400px) rotate(200deg);
    }
    .file-share-social .share-item:nth-child(3){
    transform: translateX(580px) rotate(220deg);
    }
    .file-share-social .share-item:nth-child(4){
    transform: translateX(740px) rotate(240deg);
    }
    .file-share-social .share-item:nth-child(5){
    transform: translateX(880px) rotate(260deg);
    }
    .file-share-social  .share-item:nth-child(6){
    transform: translateX(1000px) rotate(280deg);
    }
    .file-share-social .open .share-item{
    transform: translateX(0) rotate(0);
    margin-left:3px;
    }
    .file-share-social  .share-items {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 3px 0;
    width: 201px;
    }
    .file-share-social .share-items-wrapper{

    height: 100%;
    width : 300px;

    }
    .file-share-social .shared .share-item{
    transform :translateY(200px);
    }
    .file-share-social .shared .share-item:nth-child(1){
    transition: 200ms cubic-bezier(.32,-0.22,.9,.93) all;
    }
    .file-share-social .shared .share-item:nth-child(2){
    transition: 600ms cubic-bezier(.32,-0.22,.9,.93) all;
    }
    .file-share-social .shared .share-item:nth-child(3){
    transition: 1000ms cubic-bezier(.32,-0.22,.9,.93) all;
    }
    .file-share-social .shared .share-item:nth-child(4){
    transition: 1400ms cubic-bezier(.32,-0.22,.9,.93) all;
    }
    .file-share-social .shared .share-item:nth-child(5){
    transition: 1800ms cubic-bezier(.32,-0.22,.9,.93) all;
    }
    .file-share-social .shared .share-item:nth-child(6){
    transition: 2200ms cubic-bezier(.32,-0.22,.9,.93) all;
    }

    .file-share-social .share-icon-file{

        font-size: 20px;

    }
    .file-share-social .text-share{
        position: relative;
        top: -5px;
        right: 2px;
    }
/**********************************/
.profile #app-cover
{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 283px;
    height: 40px;
    margin: -15px auto 0 auto;
}

.profile #checkbox
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 20px;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}
.profile #path
{
    width: 243px;
    height: 40px;
    padding: 20px;
    background-color: #181f39;
    border: 1px solid #d7dae3;
    border-color: #333a54;
    border-radius: 100px;
    /* box-shadow: 0 40px 80px #6381cd; */
}
.profile #knob
{
    position: absolute;
    top: -9px;
    left: 20px;
    width: 65px;
    height: 65px;
    background-color: #181f39;
    border-radius: 50%;
    box-shadow: 0 0 6px #333a54;
    transition: 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55) all;
    z-index: 1;
}
.profile #bow
{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -17px;
    width: 30px;
    margin: 0 auto;
    transition: 0.2s ease color;
}
.profile #bow i
{
    display: block;
    font-size: 34px;
    line-height: 1;
}
.profile #gender
{
    position: absolute;
    top: 50%;
    right: 40px;
    width: 80px;
    text-align: right;
    font-size: 0.875rem;
    line-height: 1.5;
    font-weight: 400;

    margin-top: -10px;
}
.profile #fe
{
    position: absolute;
    right: 50px;
    color: #fff;

    transition: 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55) all;
}
.profile #male
{

    right: 50px;
}
.profile #male, .profile #male span
{
    position: relative;
}
.profile #bow, .profile #male span
{
    color: #7aa0ff;

}
.profile #male span
{


    color: #fff;
    z-index: 1;
}
.profile #male:before
{
    content: 'MALE';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    color: #E91E63;
    white-space: pre;
    overflow: hidden;
    transition: 0.2s cubic-bezier(0.4, 0, 1, 1) all;
    z-index: 2;
}
.profile #path.fe
{
    background-color: #181f39;
    border: 1px solid #d7dae3;
    border-color: #333a54;
}
.profile #checkbox:checked ~ #knob
{
    transform: rotateZ(-135deg);
    box-shadow: 0 0 6px #333a54;
}
.profile #knob #bow.fe
{
    color: #E91E63;
}
.profile #checkbox:checked ~ #gender #fe
{
    left: -34px;
}
.profile #male.fe:before
{
    width:100%;
}
.profile #checkbox:checked ~ #gender #male
{
    animation: move 0.2s ease 0.4s;
}
.profile #male.ma
{
    animation: move_l 0.2s ease 0.1s;
}
/**********************************/
.register-box{
    position: relative;
    margin-bottom: 50px;
    margin-top: 50px;
}
.register #app-cover
{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 283px;
    height: 40px;
    margin: -15px auto 0 auto;
}

.register #checkbox
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 20px;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}
.register #path
{
    width: 243px;
    height: 40px;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #d7dae3;
    border-color: #d7dae3;
    border-radius: 100px;
    /* box-shadow: 0 40px 80px #6381cd; */
}
.register #knob
{
    position: absolute;
    top: -9px;
    left: 20px;
    width: 65px;
    height: 65px;
    background-color: #fff;

    border-radius: 50%;
    box-shadow: 0 0 6px #d7dae3;
    transition: 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55) all;
    z-index: 1;
}
.register #bow-1
{
    position: absolute;
    left: 0;
    right: 0;
    top: 5px;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    z-index: 10;
}
.register #bow-2
{
    position: absolute;
    left: 0;
    right: 0;
    top: 5px;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    transform: rotateZ(135deg);
    z-index: 10;
}
.register #bow
{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -17px;
    width: 30px;
    margin: 0 auto;
    transition: 0.2s ease color;
}
.register #bow i
{
    display: block;
    font-size: 34px;
    line-height: 1;
}
.register #gender
{
    position: absolute;
    top: 50%;
    right: 40px;
    width: 80px;
    text-align: right;
    font-size: 0.875rem;
    line-height: 1.5;
    font-weight: 400;

    margin-top: -10px;
}
.register #fe
{
    position: absolute;
    right: 50px;
    color: #f2f2f2;

    transition: 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55) all;
}
.register #male
{

    right: 50px;
}
.register #male, .profile #male span
{
    position: relative;
}
.register #bow, .profile #male span
{
    color: #7aa0ff;

}
.register #male span
{


    color: #f2f2f2;
    z-index: 1;
}
.register #male:before
{
    content: 'MALE';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    color: #E91E63;
    white-space: pre;
    overflow: hidden;
    transition: 0.2s cubic-bezier(0.4, 0, 1, 1) all;
    z-index: 2;
}
.register #path.fe
{
    background-color: #fff;
    border: 1px solid #d7dae3;
    border-color: #d7dae3;
}
.register #checkbox:checked ~ #knob
{
    transform: rotateZ(-135deg);
    box-shadow: 0 0 6px #d7dae3;
}
.register #knob #bow.fe
{
    color: #E91E63;
}
.register #checkbox:checked ~ #gender #fe
{
    left: -34px;
}
.register #male.fe:before
{
    width:100%;
}
.register #checkbox:checked ~ #gender #male
{
    animation: move 0.2s ease 0.4s;
}
.register #male.ma
{
    animation: move_l 0.2s ease 0.1s;
}












.register-box{
    position: relative;
    margin-bottom: 50px;
    margin-top: 50px;
}
.register #app-cover1
{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 283px;
    height: 40px;
    margin: -15px auto 0 auto;
}

.register #checkbox1
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 20px;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}
.register #path1
{
    width: 243px;
    height: 40px;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #d7dae3;
    border-color: #d7dae3;
    border-radius: 100px;
    /* box-shadow: 0 40px 80px #6381cd; */
}
.register #knob1
{
    position: absolute;
    top: -9px;
    left: 20px;
    width: 65px;
    height: 65px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 6px #d7dae3;
    transition: 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55) all;
    z-index: 1;
}
.register #bow1
{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -17px;
    width: 30px;
    margin: 0 auto;
    transition: 0.2s ease color;
}
.register #bow1 i
{
    display: block;
    font-size: 34px;
    line-height: 1;
}
.register #gender1
{
    position: absolute;
    top: 50%;
    right: 40px;
    width: 80px;
    text-align: right;
    font-size: 0.875rem;
    line-height: 1.5;
    font-weight: 400;

    margin-top: -10px;
}
.register #fe1
{
    position: absolute;
    right: 50px;
    color: #f2f2f2;

    transition: 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55) all;
}
.register #male1
{

    right: 50px;
}
.register #male1, .profile #male1 span
{
    position: relative;
}
.register #bow1, .profile #male1 span
{
    color: #7aa0ff;

}
.register #male1 span
{


    color: #f2f2f2;
    z-index: 1;
}
.register #male1:before
{
    content: 'MALE';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    color: #E91E63;
    white-space: pre;
    overflow: hidden;
    transition: 0.2s cubic-bezier(0.4, 0, 1, 1) all;
    z-index: 2;
}
.register #path1.fe
{
    background-color: #fff;
    border: 1px solid #d7dae3;
    border-color: #d7dae3;
}
.register #checkbox1:checked ~ #knob1
{
    transform: rotateZ(-135deg);
    box-shadow: 0 0 6px #d7dae3;
}
.register #knob1 #bow1.fe
{
    color: #E91E63;
}
.register #checkbox1:checked ~ #gender1 #fe1
{
    left: -34px;
}
.register #male1.fe:before
{
    width:100%;
}
.register #checkbox1:checked ~ #gender1 #male1
{
    animation: move 0.2s ease 0.4s;
}
.register #male1.ma
{
    animation: move_l 0.2s ease 0.1s;
}





.register #app-coverAdmin
{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 283px;
    height: 40px;
    margin: -15px auto 0 auto;
}

.register #checkboxAdmin
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 20px;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}
.register #pathAdmin
{
    width: 243px;
    height: 40px;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #d7dae3;
    border-color: #d7dae3;
    border-radius: 100px;
    /* box-shadow: 0 40px 80px #6381cd; */
}
.register #knobAdmin
{
    position: absolute;
    top: -9px;
    left: 20px;
    width: 65px;
    height: 65px;
    background-color: #fff;

    border-radius: 50%;
    box-shadow: 0 0 6px #d7dae3;
    transition: 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55) all;
    z-index: 1;
}
.register #bow-1Admin
{
    position: absolute;
    left: 0;
    right: 0;
    top: 5px;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    z-index: 10;
}
.register #bow-2Admin
{
    position: absolute;
    left: 0;
    right: 0;
    top: 5px;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    transform: rotateZ(135deg);
    z-index: 10;
}
.register #bowAdmin
{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -17px;
    width: 30px;
    margin: 0 auto;
    transition: 0.2s ease color;
}
.register #bowAdmin i
{
    display: block;
    font-size: 34px;
    line-height: 1;
}
.register #genderAdmin
{
    position: absolute;
    top: 50%;
    right: 40px;
    width: 80px;
    text-align: right;
    font-size: 0.875rem;
    line-height: 1.5;
    font-weight: 400;

    margin-top: -10px;
}
.register #feAdmin
{
    position: absolute;
    right: 50px;
    color: #f2f2f2;

    transition: 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55) all;
}
.register #maleAdmin
{

    right: 50px;
}
.register #maleAdmin, .profile #maleAdmin span
{
    position: relative;
}
.register #bowAdmin, .profile #maleAdmin span
{
    color: #7aa0ff;

}
.register #maleAdmin span
{
    color: #f2f2f2;
    z-index: 1;
}
.register #maleAdmin:before
{
    content: 'MALE';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    color: #E91E63;
    white-space: pre;
    overflow: hidden;
    transition: 0.2s cubic-bezier(0.4, 0, 1, 1) all;
    z-index: 2;
}
.register #pathAdmin.fe
{
    background-color: #fff;
    border: 1px solid #d7dae3;
    border-color: #d7dae3;
}
.register #checkboxAdmin:checked ~ #knobAdmin
{
    transform: rotateZ(-135deg);
    box-shadow: 0 0 6px #d7dae3;
}
.register #knobAdmin #bowAdmin.fe
{
    color: #E91E63;
}
.register #checkboxAdmin:checked ~ #genderAdmin #feAdmin
{
    left: -34px;
}
.register #maleAdmin.fe:before
{
    width:100%;
}
.register #checkboxAdmin:checked ~ #genderAdmin #maleAdmin
{
    animation: move 0.2s ease 0.4s;
}
.register #maleAdmin.ma
{
    animation: move_l 0.2s ease 0.1s;
}






.register #app-panel-cover
{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 283px;
    height: 40px;
    margin: -15px auto 0 auto;
}

.register #checkboxPanel
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 20px;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}
.register #pathPanel
{
    width: 243px;
    height: 40px;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #d7dae3;
    border-color: #d7dae3;
    border-radius: 100px;
    /* box-shadow: 0 40px 80px #6381cd; */
}
.register #knobPanel
{
    position: absolute;
    top: -9px;
    left: 20px;
    width: 65px;
    height: 65px;
    background-color: #fff;

    border-radius: 50%;
    box-shadow: 0 0 6px #d7dae3;
    transition: 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55) all;
    z-index: 1;
}
.register #bow-1Panel
{
    position: absolute;
    left: 0;
    right: 0;
    top: 5px;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    z-index: 10;
}
.register #bow-2Panel
{
    position: absolute;
    left: 0;
    right: 0;
    top: 5px;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    transform: rotateZ(135deg);
    z-index: 10;
}
.register #bowPanel
{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -17px;
    width: 30px;
    margin: 0 auto;
    transition: 0.2s ease color;
}
.register #bowPanel i
{
    display: block;
    font-size: 34px;
    line-height: 1;
}
.register #genderPanel
{
    position: absolute;
    top: 50%;
    right: 40px;
    width: 80px;
    text-align: right;
    font-size: 0.875rem;
    line-height: 1.5;
    font-weight: 400;

    margin-top: -10px;
}
.register #fePanel
{
    position: absolute;
    right: 50px;
    color: #f2f2f2;

    transition: 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55) all;
}
.register #malePanel
{

    right: 50px;
}
.register #malePanel, .profile #malePanel span
{
    position: relative;
}
.register #bowPanel, .profile #malePanel span
{
    color: #7aa0ff;

}
.register #malePanel span
{
    color: #f2f2f2;
    z-index: 1;
}
.register #malePanel:before
{
    content: 'MALE';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    color: #E91E63;
    white-space: pre;
    overflow: hidden;
    transition: 0.2s cubic-bezier(0.4, 0, 1, 1) all;
    z-index: 2;
}
.register #patPanel.fe
{
    background-color: #fff;
    border: 1px solid #d7dae3;
    border-color: #d7dae3;
}
.register #checkboxPanel:checked ~ #knobPanel
{
    transform: rotateZ(-135deg);
    box-shadow: 0 0 6px #d7dae3;
}
.register #knobPanel #bowPanel.fe
{
    color: #E91E63;
}
.register #checkboxPanel:checked ~ #genderPanel #fePanel
{
    left: -34px;
}
.register #malePanel.fe:before
{
    width:100%;
}
.register #checkboxPanel:checked ~ #genderPanel #malePanel
{
    animation: move 0.2s ease 0.4s;
}
.register #malePanel.ma
{
    animation: move_l 0.2s ease 0.1s;
}





.register #app-panel-cover1
{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 283px;
    height: 40px;
    margin: -15px auto 0 auto;
}

.register #checkboxPanel1
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 20px;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}
.register #pathPanel1
{
    width: 243px;
    height: 40px;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #d7dae3;
    border-color: #d7dae3;
    border-radius: 100px;
    /* box-shadow: 0 40px 80px #6381cd; */
}
.register #knobPanel1
{
    position: absolute;
    top: -9px;
    left: 20px;
    width: 65px;
    height: 65px;
    background-color: #fff;

    border-radius: 50%;
    box-shadow: 0 0 6px #d7dae3;
    transition: 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55) all;
    z-index: 1;
}
.register #bow-1Panel1
{
    position: absolute;
    left: 0;
    right: 0;
    top: 5px;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    z-index: 10;
}
.register #bow-2Panel1
{
    position: absolute;
    left: 0;
    right: 0;
    top: 5px;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    transform: rotateZ(135deg);
    z-index: 10;
}
.register #bowPanel1
{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -17px;
    width: 30px;
    margin: 0 auto;
    transition: 0.2s ease color;
}
.register #bowPanel1 i
{
    display: block;
    font-size: 34px;
    line-height: 1;
}
.register #genderPanel1
{
    position: absolute;
    top: 50%;
    right: 40px;
    width: 80px;
    text-align: right;
    font-size: 0.875rem;
    line-height: 1.5;
    font-weight: 400;

    margin-top: -10px;
}
.register #fePanel1
{
    position: absolute;
    right: 50px;
    color: #f2f2f2;

    transition: 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55) all;
}
.register #malePanel1
{

    right: 50px;
}
.register #malePanel1, .profile #malePanel1 span
{
    position: relative;
}
.register #bowPanel1, .profile #malePanel1 span
{
    color: #7aa0ff;

}
.register #malePanel1 span
{
    color: #f2f2f2;
    z-index: 1;
}
.register #malePanel1:before
{
    content: 'MALE';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    color: #E91E63;
    white-space: pre;
    overflow: hidden;
    transition: 0.2s cubic-bezier(0.4, 0, 1, 1) all;
    z-index: 2;
}
.register #patPanel1.fe
{
    background-color: #fff;
    border: 1px solid #d7dae3;
    border-color: #d7dae3;
}
.register #checkboxPanel1:checked ~ #knobPanel1
{
    transform: rotateZ(-135deg);
    box-shadow: 0 0 6px #d7dae3;
}
.register #knobPanel1 #bowPanel1.fe
{
    color: #E91E63;
}
.register #checkboxPanel1:checked ~ #genderPanel1 #fePanel1
{
    left: -34px;
}
.register #malePanel1.fe:before
{
    width:100%;
}
.register #checkboxPanel1:checked ~ #genderPanel1 #malePanel1
{
    animation: move 0.2s ease 0.4s;
}
.register #malePanel1.ma
{
    animation: move_l 0.2s ease 0.1s;
}




@keyframes move
{
    0%{ left: 0; }
    50%{ left: 5px; }
    100%{ left: 0; }
}
@keyframes move_l
{
    0%{ left: 0; }
    50%{ left: 5px; }
    100%{ left: 0; }
}
/************ Index panel **********/
.bongag-and-moshaver{
    font-size: 12px !important;
}
/************** End ****************/
.contract .file-input{
    border: 2px solid #333a54;
    border-radius: 5px;
    overflow:hidden;
}
/*********************************** Related File **************/

.related-file .card-title span i{
    font-size: 14px !important;
}
.related-file .card-title .price-amount{
    font-size: 16px !important;
}
/*************************** End ************/
.task-page .fc-day-today{
    background-color : #aaa !important;
}
.task-page .fc-daygrid-event-dot{
    border-color: #ffffff  !important;
}
.task-page .fc-event-title{
    background-color: #00afef;
    border-radius: 4px;
    padding: 2px;
}

#three-checkbox-search input{
    margin-right: -25px !important;
}
#three-checkbox-search .form-group{
    display: inline-block;
}
#three-checkbox-search {
    display: none;
}
