body{
  background: #fff;
}

.content{
  grid-area: content;
  position: relative;
  /*background: #f8f7fc;*/
}

.content-body{
  padding: 15px 15px 120px 15px;
  position: relative;
  top: 75px;
}


.move-container{
  -webkit-transform: translate(-335px);
  -moz-transform: translate(-335px);
  -ms-transform: translate(-335px);
  -o-transform: translate(-335px);
  transform: translate(-335px);
}


select option.fa:after{
  content: 'fdf'
}

aside{
  width: 70%;
  height: 100vh;
  background: #fff;
  z-index: 99999;
  position: relative;
  top: 0;
  background: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
  box-shadow: #5d6a7b59 -2px -7px 60px;
  right: -70%;
  visibility: hidden;
}


.open-aside{
  right: 0;
  visibility: visible;
}

aside li{
  font-family: mtnr;
  font-size: 14px;
  color: #34455a;
  padding: 10px 20px;
  margin: 5px 0;
  display: flex;
  align-items: center;
}

aside li span{
  font-size: 30px;
  padding-left: 10px;
  font-size:
}

/* footer */

footer{
  grid-area: footer;
  position: fixed;
  bottom: -1px;
  width: 100%;
  z-index: 9999;
}

.container{
  grid-template-columns: 100%;
  /*grid-template-rows: 85vh 15vh;*/
  grid-template-areas:
  "content"
  "footer";
}

.footer-menu{
  background: #fff;
  z-index: 999;
  border-top: 1px solid #455a732b;
  /*border-radius: 10px;*/
  /*box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;*/
}
/*.footer-menu > li:nth-child(3) > a{
  transform: rotate(135deg);
}*/

.footer-menu > li{
  width: 25%;
}

.footer-menu > li, .footer-menu > li > a{
  color: #9699ad;
  padding: 7px 0;
  border-radius: 10px;
}

.footer-menu > li > span:nth-child(2){
  font-family: mtnr;
  font-size: 12px;
}

.footer-menu span{
  font-size: 20px;
}

/*.footer-menu > li:nth-child(3){
  top: -27px;
  width: 50px;
  height: 50px;
}*/

/*.footer-menu > li:nth-child(3) > span{
  font-size: 35px;
  transform: rotate(45deg);
}*/
/*
.footer-menu > li:nth-child(3){
  color: #fff;
  transform: rotate(45deg);
}*/

.output-message{
  padding: 100px 0;
}

.message-title {
  font-family: mtnb;
  font-size: 20px;
  color: #29323f;
  padding-top: 15px;
}

.message-content{
  font-family: mtnr;
  font-size: 14px;
  color: #10315b;
}

.message-content span{
  background: #262a3c;
  padding: 2px 5px;
  border-radius: 5px;
  color: #fff;
  margin: 0 2px;
}

.output-message img{
  width: 200px;
}

.top-header{
  position: fixed;
  top: 0;
  right: 0;
  padding: 5px 20px;
  width: 100%;
  color: #34455a;
  background: #fff;
  z-index: 9;
}

.blaze-track img{
  width: 100%;
}

.profile-name{
  font-family: hamrah;
  font-size: 38px;
  color: #339f67;
}

.open-menu, .app-notif{
  font-size: 25px;
}

.close-menu{
  position: absolute;
  left: -22px;
  top: 50%;
  font-size: 32px;
  border-radius: 50px;
  background: #dddddd;
  color: #464646;
  padding: 6px;
}

.copyright{
  letter-spacing: 3px;
}

.active-footer-menu {
  color: #008741 !important;
}

.list-of-needs li{
  width: calc(33.333333% - 12px);
  margin: 6px;
  text-align: center;
  display: flex;
  justify-content: center;
  font-size: 12px;
  font-family: mtnr;
  background: #0e502a0f;
  padding: 20px 0;
  border-radius: 8px;
  color: #095429;
  flex-direction: column;
}

.list-of-needs li span:first-child{
  font-size: 25px;
  padding-bottom: 2px;
}

.app-home-list-caption{
  text-align: center;
  padding-bottom: 18px;
  font-family: mtnb;
  color: #10291a;
}

.shadow{
  width: 100%;
  height: 100%;
  position: fixed;
  visibility: hidden;
  background: #f1f1f1e8;
  top: 0;
  right: 0;
  z-index: 1;
}

.shadow-show{
  visibility: visible;
}

.slide-modal{
  position: fixed;
  top: -100%;
  right: -100%;
  width: 100%;
  opacity: 0;
  z-index: 99;
  overflow: scroll;
  height: 100vh;
}


.open-slide-modal{
  right: 0;
  top: 0;
  opacity: 1;
  background: #fff;
  padding-bottom: 50px;
}

.modal-header{
  z-index: 99;
}

.modal{
  padding: 15px 60px;
}

.modal-text{
  font-family: mtnr;
  font-size: 14px;
  color: #767782;
  margin-bottom: 30px;
  height: 80px;
}

.alert-box{
  background: #191b1a;
  position: fixed;
  padding: 8px 10px;
  border-radius: 8px;
  width: 95%;
  bottom: -50px;
  left: 10px;
  font-family: mtnr;
  font-size: 14px;
  color: #ffffff;
  z-index: 99999;
}

.alert-box-show{
  bottom: 10px;
}


.parsley-required{
  font-family: mtnr;
  font-size: 10px;
  color: #a40100;
  position: absolute;
  top: -9px;
  left: 8px;
  background: #fff;
  padding: 0 6px;
}

.modal-header{
  font-family: mtnb;
  text-align: center;
  color: #262a3c;
}

.modal-header:before{
  content: '';
  position: absolute;
  top: 8px;
  width: 85px;
  height: 4px;
  border-radius: 20px;
  background: #273a586b;
}

.shadow-popup{
  visibility: visible;
  opacity: 1;
}

.popup{
  width: 80%;
  height: 70vh;
  border-radius: 8px;
}

.popup-header h4{
  font-family: mtnb;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-header span{
  font-size: 24px;
  padding-left: 10px;
}

.popup-body{
  overflow-y: scroll;
  height: 50vh;
  font-family: mtnr;
  font-size: 14px;
  line-height: 20px;
}

.double-bounce1, .double-bounce2 {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0.6;
  top: 5px;
  left: 5px;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}


.tabs-item{
  font-size: 20px;
  padding: 5px 0;
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  -webkit-scroll-snap-points-x: repeat(300px);
  -ms-scroll-snap-points-x: repeat(300px);
  scroll-snap-points-x: repeat(300px);
 -webkit-scroll-snap-type: mandatory;
 -ms-scroll-snap-type: mandatory;
 scroll-snap-type: mandatory;
}

.tabs-item::-webkit-scrollbar{width:6px; height:4px}
.tabs-item::-webkit-scrollbar-thumb{background-color: transparent;}
.tabs-item::-webkit-scrollbar-track{background-color: transparent; visibility: hidden}

.tabs-item > li {
  scroll-snap-align: start;
  flex-shrink: 0;
}

.tabs-item span{
  font-family: mtnr;
  font-size: 12px;
  color: #3c507ac4;
  border: 2px solid transparent;
  background: #3c507a14;
  padding: 10px 25px;
  border-radius: 50px;
}

.active-tab-item .title{
  background: #146ee124 !important;
  color: #146ee1 !important;
  border: 2px solid #146ee1;
}

.calneder{
  display: flex;
  flex-direction: column;
  flex-flow: column-reverse;
}

.calneder li span:first-child{
  font-family: mtnb;
  font-size: 20px;
}

.calneder li span:last-child{
  font-family: mtnl;
  font-size: 12px;
}

.calneder li{
  font-family: mtnr;
  font-size: 13px;
  line-height: 25px;
  color: #4D4D4D;
  background: #4d4d4d0d;
  padding: 5px;
  border-radius: 8px;
  margin-bottom: 10px;
  align-items: center;
}

.calneder li.holiday{
  color: #b30000;
  background: #b300002b;
}

.calneder li.holiday > div:first-child{
  background: #b300002e;
  color: #b30000;
}

.calneder li div:last-child{
  line-height: 20px;
  padding: 0 20px;
}

.calneder li > div:first-child{
  background: #4d4d4d1f;
  color: #4D4D4D;
  text-align: center;
  border-radius: 8px;
  padding: 10px 20px 6px 20px;
  line-height: 15px;
}

.loading{
  visibility: hidden;
  opacity: 0;
}

.show{
  visibility: visible;
  opacity: 1;
}

.connection{
  top: 5px;
  right: 5px;
  font-size: 16px;
  color: #fff;
}

.box-list div:last-child > div > div{
  font-family: anjoman;
  font-size: 14px;
  background: #ffe0002e;
  color: #ff9900;
  padding: 2px 10px;
}

.loading-shadow{
  /* is loading for all screen */
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  background: #fffffff5;
  z-index: 9999;
}

.box-list li{
  background: #fafafa;
  padding: 15px;
  margin-bottom: 10px;
  font-size: 14px;
  font-family: mtnr;
  box-shadow: rgb(149 157 165 / 12%) 0px 8px 24px;
  color: #455a73;
  border-radius: 8px;
}

.box-list li.active-operation:after,
.box-list li.disable-operation:after{
  content: "\eb7c";
  font-family: remixicon;
  font-size: 18px;
  color: #289A58;
  right: -8px;
  position: absolute;
}

.box-list li.disable-operation:after{
  color: #455a731f;
}

.box-list li span{
  font-size: 20px;
}

.month-list li{
  width: calc(33.333333% - 12px);
  margin: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0e24610f;
  font-family: mtnl;
  font-size: 12px;
  padding: 5px 0;
  border-radius: 8px;
  color: #0E2461;
  border-top-right-radius: 0;
}

.current-month{
  background: #0E2461 !important;
  color: #ffd100 !important;
}

.portal-news-list li{
  font-family: mtnr;
  font-size: 14px;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  margin: 5px 0;
  background: #f0f0f0;
  border-radius: 8px;
}

.portal-news-list li img{
  width: 36px;
  padding-left: 10px;
}

.info-modal{
  z-index: 9999999999;
  background: #fff;
  left: 100%;
  overflow-y: scroll;
}

.select-button-news{
  font-size: 12px;
  font-family: mtnr;
  background: #0e24610f;
  display: flex;
  justify-content: center;
  color: #0E2461;
  padding: 10px 15px;
  border-radius: 8px;
}

.select-button-news span{
  font-size: 16px;
  padding-left: 5px;
}

.open-info-modal{
  left: 0%;
}

.social-account-item{
  box-shadow: rgb(149 157 165 / 12%) 0px 8px 24px;
  color: #455a73;
}

.social-account-item {
  position: relative;

}

.twitter-item:after, .instagram-item:after{
  content: "\f23a";
  font-family: remixicon;
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 35px;
  color: rgb(29, 155, 240);
}

.instagram-item:after{
  content: "\ee65";
  color: #c50095;
}

.twitter-item::before, .instagram-item::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  border: 3px solid transparent;
  background: linear-gradient(45deg,#dddddd,#0097fd73) border-box;
  -webkit-mask:
    linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

.instagram-item::before{
  background: linear-gradient(45deg,#7e4e001f,#c500954a) border-box;
}

.social-account-item li img{
  width: 100%;
  border-radius: 50%;
}


.social-account-item li span:last-child{
  font-size: 12px;
  font-family: mtnl;
  text-align: center;
}

.social-account-item li span:first-child{
  font-family: mtnb;
  font-size: 18px;
}

.twitter-item li span:last-child{
  color: #687e8ea8;
}

.twitter-item li span:first-child{
  color: #687e8e;
}

.instagram-item li span:first-child{
  color: #531e46;
}

.instagram-item li span:last-child{
  color: #531e468f;
}

.social-account-item li:nth-child(1) span:first-child{
  font-size: 16px;
}

.social-account-item li:nth-child(2) span:last-child{

}

.scene-header{
  font-family: mtnb;
  color: #323f4f;
  font-size: 20px;
}

.scene-header span{
  font-size: 30px;
}


.text-paragraph{
  font-family: mtnr;
  font-size: 14px;
  line-height: 22px;
  color: #455a73;
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  -o-user-select: all;
  user-select: all;
}

.tags{
  background: #0864ed;
  font-size: 14px;
  font-family: mtnr;
  color: #fff;
  padding: 5px 15px;
  border-radius: 6px;
  margin: 2px;
}

.link-info > li{
  color: #455a73b8;
}

.link-info .title{
  font-family: yekan;
  font-size: 11px;
}

.link-info span:last-child{
  padding-top: 5px;
  font-family: yekan;
  font-size: 16px;
  color: #3d48fe
}

/* forms */
.form-box{
  margin-bottom: 20px;
}

.form-box label{
  font-family: mtnr;
  font-size: 12px;
  color: #262a3cd4;
  top: -9px;
  right: 12px;
  background: #fff;
  padding: 0 5px;
}

.verify-code-body input{
  width: 70% !important;
}

.verify-code-body li{
  text-align: center;
}

input, select, textarea{
  border-radius: 4px;
  background: #fff;
  padding: 6px 10px;
  font-family: sahelbold;
  font-size: 14px;
  color: #262a3c;
  width: 100%;
  border: 1px solid #262a3c2b;
}

select{
  padding: 0 10px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

textarea{
  resize: none;
  min-height: 100px;
}

textarea.enlang{
  font-family: opensans;
}

[data-appearance]:before{
  content: '\ea50';
  font-family: remixicon;
  position: absolute;
  left: 10px;
  top: 7px;
  font-size: 30px;
  pointer-events: none;
  color: #008741;
  z-index: 999;
}

input, button, select{
  height: 45px;
}

input[type=text]:focus,input[type=tel]:focus, input[type=text]:focus, select:focus, textarea:focus,
input[type=search]:focus, input[type=number]:focus{
  border: 1px solid #008741;
  background: #fff;
  box-shadow: 0 0 0 4px #00874117;
}

button{
  font-family: mtnr;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px !important;
}

.line-button{
  padding: 10px 25px !important;
  height: auto !important;
  background: #262a3c;
  font-size: 12px;
  display: flex;
  border-radius: 50px;
}

.line-button span{
  font-size: 18px;
  padding-left: 5px;
}

.offline-icon{
  opacity: 0.4;
}

button:hover{
  cursor: pointer;
  opacity: 0.8;
}

.radio-list li{
  padding: 0 40px;
  align-items: center;
  /*border: 1px solid #262a3c2b;*/
  /*border-radius: 4px;*/
  margin: 0 5px;
}

.radio-list span{
  padding-right: 30px;
  font-family: sahelbold;
  font-size: 16px;
  color: #262a3c;
}

input[type=radio]{
  width: 0;
}

input[type=radio]:after{
  content: "\eb7d";
  font-family: remixicon;
  position: absolute;
  top: 9px;
  font-size: 26px;
  color: #262a3c2b;
}

input[type=radio]:checked:after{
  content: "\eb80";
  font-family: remixicon;
  font-size: 26px;
  color: #3082ff;
}

input[type=file]{
  width: 0 !important;
  height: 0 !important;
  border: 0 !important;
  padding: 0 !important;
}

.upload-box{
  margin-top: -20px;
}

.js .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label {
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0.625rem 1.25rem;
  position: relative;
}

.inputfile + label:after, .inputfile + label:before, .capacity:before{
  content: "\ed81";
  font-family: remixicon;
  font-size: 35px;
  width: 100%;
  position: absolute;
  z-index: 99999;
  height: 100%;
  top: -25px;
  color: #748fb7;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.inputfile + label:before, .capacity:before{
  content: attr(data-title);
  position: absolute;
  font-family: mtnb;
  font-size: 16px;
  top: 6px;
}

.capacity:before{
  content: attr(data-title);
  top: 27px;
  font-family: mtnr;
  font-size: 14px;
}


.no-js .inputfile + label {
  display: none;
}

.inputfile-1 + label {
  color: #f1e5e6;
  background-color: #97b0d63d;
  border-radius: 8px;
  border: 2px dashed #97b0d6;
  width: 100%;
  height: 100px;
  border-radius: 8px;
  box-shadow: 0 0 0px 5px #fff;
}

.inputfile-1 + label:hover{
  border: 2px dashed #0864ed;
  box-shadow: 0 0 0 5px rgb(38 87 255 / 6%) !important;
}

.inputfile + label:hover:after, .inputfile + label:hover:before, .capacity:hover:before{
  color: #0864ed !important;
}

.ui-autocomplete-row{
  font-family: mtnb;
  font-size: 14px;
  color: #4e6c79;
  padding: 8px;
  background: #b9c6cc1f;
}

.ui-autocomplete-row:hover, .ui-autocomplete-row:focus{
  background: #0050c3;
  color: #fff;
}


.register-header{
  color: #262a3c;
  position: fixed;
  width: 100%;
  background: white;
  padding: 20px 0;
  z-index: 9999;
}

.login .register-header{
  position: relative;
  z-index: 9;
}

.register-header h2{
  position: relative;
  z-index: 999;
  display: inline-block;
}

.register-header h2:after{
  content: '';
  width: 100%;
  height: 11px;
  background: #58625d1a;
  position: absolute;
  right: 0;
  bottom: 9px;
  z-index: -1;
}

.register-header h2{
  font-family: mtnb;
  color: #58625d;
  margin-top: -6px;
}

.register-header p{
  font-family: mtnl;
  font-size: 14px;
}

.add{
  background: black !important;
  padding: 6px 25px !important;
  font-size: 12px;
  height: auto !important;
}

.add span{
  font-size: 16px;
  padding-left: 5px;
}

.insert{background: #008741;}
.update{background: #289A58;}


.icon-for-input{
  left: 12px;
  top: 8px;
  font-size: 18px;
  color: #1d85e7;
}

.literacy-list li{
  width: calc(50% - 20px);
  margin: 10px;
  background: #1705c90d;
  padding: 20px;
  border-radius: 12px;
  font-family: mtnb;
  color: #1705c9;
}

.literacy-list li span{
  font-size: 25px;
  padding: 10px;
  border-radius: 12px;
  background: #1705c917;
  color: #1705c9ab;
  display: inline-block;
  margin-bottom: 20px;
}

.literacy-list li h4{
  line-height: 22px;
}

.literacy-list li p{
  font-family: mtnl;
  padding-top: 20px;
}

/* forms */

/* login */
.login{
  background: #fff;
  width: 100%;
  height: 100vh;
}

#level-2{
  right: -100%;
  z-index: 999;
}

#level-3{
  right: -100%;
  z-index: 9999;
}

#level-4{
  right: -100%;
  z-index: 99999;
}

.edite-my-phone{
  display: inline-block;
  margin: 40px 0;
}

/*.register-level > div{
  flex-shrink: 0;
  scroll-snap-align: start;
}*/

.box{
  width: 100%;
  /*padding: 15px;*/
}

.box:last-child{
  margin-bottom: 0;
}

/* login */





.app-logo{
  width: 270px;
}

.app-logo img{
  width: 100%;
  height: 100%;
}

.twitter-account, .instagram-account{
  color: #3583f6;
  font-size: 26px;
  padding: 0 10px;
}

.instagram-account{
  color: #fc5c5b;
}

.account-name{
  font-family: opensans;
  font-size: 18px;
  color: #455a73;
}


/* footer */

.pagination{
 display: flex;
 justify-content: center;
 padding: 20px;
}

.pagination a,
.pagination span,
.pagination-total{
 padding: 5px 15px;
 font-size: 12px;
 font-family: sahelbold;
 color: #7a888c;
 background: #f5f8f9;
}

.pagination li.active span,
.pagination-total,
.pagination li:hover a{
  background: #7a888c;
  color: #fff;
  border-radius: 8px;
}

.collector-list li a > img{
  width: 100%;
  height: 230px;
  border-radius: 6px;
}

.collector-list h4{
  font-family: mtnb;
  line-height: 28px;
  padding: 15px 0;
  color: #314052;
}

.collector-list li{
  margin-bottom: 20px;
  box-shadow: rgb(149 157 165 / 12%) 0px 8px 24px;
  padding: 10px;
  border-radius: 4px;
}

.collector-list li a{
  color: #424b56;
}

/* repeat */


.open-detail:hover{
  cursor: pointer;
}

.operation-report{
  line-height: 28px;
  color: #335785;
}

.operation-report h4{
  font-size: 14px;
  font-family: mtnr;
  color: #33578599;
  padding-bottom: 20px;
}

.operation-report span:first-child{
  font-family: mtnb;
  font-size: 25px;
}

.operation-report span:last-child, .operation-report ul li{
  font-family: mtnl;
  font-size: 16px;
}

.operation-report ul li{
  padding: 0 15px;
}


/* repeat */

.progress{
  border-radius: 10px;
  margin-top: 168px;
  background: #EDEFF1;
}

.progress-bar{
  background: #424e5a;
  color: #fff;
  width: 0;
  font-family: sahel;
  padding: 3px;
  font-size: 12px;
}

.progress-bar-complete{
  background: #3EDF82;
}


.lds-ring {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
}

.lds-ring div {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  border: 4px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loader{
  width: 17% !important;
}








.page-loading{
  transform: rotateZ(45deg);
  perspective: 1000px;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  color: #3082FF;
}

.page-loading:before,
.page-loading:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  border-radius: 50%;
  transform: rotateX(70deg);
  animation: 1s spin linear infinite;
}

.page-loading:after {
  color: #3082FF;
  transform: rotateY(70deg);
  animation-delay: .4s;
}

.encrypt{
  background: #455a73;
  border-radius: 4px;
  padding: 0 11px;
  color: #fff;
}

.operation-image-holder li{
  width: 90%;
  margin-bottom: 20px;
}

.image-post{
  width: 100%;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}


.index9{
  z-index: 9;
}



.share-to-social{
  font-family: mtnr;
  background: #0e24610a;
  padding: 11px 30px 11px 30px;
  width: 100%;
  /*box-shadow: 0 0 36px #ffffff, 0 0 8px #fff;*/
  color: #8b9698;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  margin-top: -4px;
}

.share-to-social div:first-child:hover{
  color: #F91880;
  cursor: pointer;
}

.share-to-social div:hover{
  color: #3082ff;
  cursor: pointer;
}


.cl-like{color: #F91880 !important;}

.share-to-social > div{
  text-align: center;
}

.share-to-social span:first-child{
  font-size: 25px;
}

.share-to-social span:last-child{
  font-size: 12px;
}

  @keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotateZ(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotateZ(360deg);
  }
  }

  @keyframes rotateccw {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
  }

  @keyframes spin {
  0%,
  100% {
    box-shadow: .2em 0px 0 0px currentcolor;
  }
  12% {
    box-shadow: .2em .2em 0 0 currentcolor;
  }
  25% {
    box-shadow: 0 .2em 0 0px currentcolor;
  }
  37% {
    box-shadow: -.2em .2em 0 0 currentcolor;
  }
  50% {
    box-shadow: -.2em 0 0 0 currentcolor;
  }
  62% {
    box-shadow: -.2em -.2em 0 0 currentcolor;
  }
  75% {
    box-shadow: 0px -.2em 0 0 currentcolor;
  }
  87% {
    box-shadow: .2em -.2em 0 0 currentcolor;
  }
  }
