:root {
    /* --body-font-family: Roboto, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif; */
    --body-font-family: "DroidNaskhRegular";
    --body-bg-color: #edf2f6;
    /* --body-bg-color-dark: #131313; */
    --body-color: #888da8;
    /* --body-color-dark: #787878; */
      /* commithere */
    --body-color-dark: #454343;
    /* commithere */
    --link-color: #333333;
    --header-bg-color: #0faba0;
    --header-bg-color-dark: #29b6ac;
    --post-border-color:#29b6ac2e;
    --publisher-background-color: #29b6ac0d;
}

/*customized css by AMI at 12/11/2023 */

/* Scroll to Top Button */
.scroll-to-top {

    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 24px;
    color: #fff;
    background: #fff; /* Change the background color to your preference */
    border: none;
    padding: 5px;
    padding-bottom:0;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease;
    scroll-behavior: smooth !important;
    
}

.scroll-to-top:hover {
    background: #fff; /* Change the hover background color to your preference */
}



/*customized css by AMI at 09/11/2023 */


/* Your default styles here */

/* Large screens (lg) */
/*@media (min-width: 992px) {*/
/*  .right-fixed {*/
  
/*    position: fixed !important;*/
/*    height: 89% !important;*/
/*    width: 18%!important;*/
/*    overflow-y: auto !important;*/
/*    backface-visibility: hidden;*/
/*     scroll-behavior: smooth;*/
/*}*/
   
/*  }*/
/*  .right-fixed::-webkit-scrollbar {*/
  width: 0px; /* Set the width of the scrollbar */
/*}*/

/*.right-fixed::-webkit-scrollbar-thumb {*/
  background-color:var(--header-bg-color); /* Set the color of the scrollbar thumb */
 
/*}*/

/*.right-fixed::-webkit-scrollbar-track {*/
  background-color: #f1f1f1; /* Set the color of the scrollbar track */
/*}*/


  
/*}*/




/*ami2023*/
/* animation for 3 images background in home login and signin /signup */
html,body{
    margin:0;
    /*height: 100%;*/
     scroll-behavior: smooth !important;
}


html{
     scroll-behavior: smooth;
}
 .banner{
     position: relative;
   min-height: 100vh;
     overflow:hidden;
     justify-content: center;
 }
 .banner .buttonsapplicationiosandh #btn1.active{
    background: linear-gradient(45deg, #c7ced2, #f9f9f9);
    color: #459891;
    padding: 0px;
    border: none;
    width:120px;
    border-radius: 10px;
    font-family: calibri light, sans-serif;
    font-size: 16px;
}
.banner .buttonsapplicationiosandh button{
    color: #fff;
    padding: 0px;
    border: none;
    background:transparent;
    width:120px;
    margin-bottom: 3px;
    border-radius: 10px;
    font-family: calibri light, sans-serif;
    font-size: 16px;
}
.banner .buttonsapplicationiosandh button:focus{
    color: #459891;
    padding: 0px;
    border: none;
    background:#ddd;
    margin-bottom: 3px;
    border-radius: 10px;
    font-family: calibri light, sans-serif;
    font-size: 16px;
}
.banner .buttonsapplicationiosandh .faviconandroid{
    width:30px;
    height: 30px;
}

 .banner a.buttonsandiosbtn{
    background: linear-gradient(7deg, #53a59b 50%, #459891 50%);
margin-bottom: 20px;
border-radius: 10px;
padding:3px;
}
.banner .outlinecontent{
    outline:1px solid #fff;
    outline-offset: 10px;
}
 .banner .imgand_codeapplicationaaynet{
    background: linear-gradient(53deg, #fff, #cccccc 30%);
    box-shadow: -3px 5px 5px 0px rgb(4 4 4 / 50%);
    border-radius: 8%;
    width: 100px;
    height: 100px;
    border-top: 1px solid #fff;
    border-right:2px solid #fff;
    line-height: 100px;
    margin-bottom: 20px;
}
.section-radioaaynet .imgand_codeapplicationaaynet{
    background: linear-gradient(53deg, #fff, #cccccc 30%);
    box-shadow: -3px 5px 5px 0px rgb(4 4 4 / 50%);
    border-radius: 8%;
    width: 100px;
    height: 100px;
    border-top: 1px solid #c86ebc;
    border-right:2px solid #c86ebc;
    line-height: 100px;
    margin-bottom: 20px;
}
 .banner .logoaaynetforhome .imglog{
     width:100% !important;
     height: auto;
    
}
.banner .visitor-btnn{
    margin-bottom: 40px !important;
}
.banner .col-md-offset-8{
    margin-top:20px;
    margin-bottom: 80px;
}

.banner .logoaaynetforhome .titlelogoaaynet{
    font-size: 16px;
    color:#fff;
    font-weight: bold;
} 

.banner .logoaaynetforhome .titlelogoaaynet .sub-titleaay{
    color:#c7f9f6;
      }
 .banner-text-signin{
    margin-top:120px !important;
}
@media(max-width:1200px){
    .banner-text-signin{
        margin-top:0px !important;

    }
}
@media(max-width:1200px){
    .banner-text{
        margin-top:0px !important;
    }
}
 .banner:after{
     content: '';
     position: absolute;
     z-index:-1;
     left:0;
     bottom: 0;
 }
 .banner:before{
    content: '';
    position: absolute;
    width:100%;
    height: 100%;
    top:0;
    left:0;
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    backface-visibility:hidden;
    -webkit-transform:translateZ(0) scale(1.0, 1.0);
    -moz-transform:translateZ(0) scale(1.0, 1.0);
    -ms-transform:translateZ(0) scale(1.0, 1.0);
    -o-transform:translateZ(0) scale(1.0, 1.0);
    transform:translateZ(0) scale(1.0, 1.0);
    -webkit-background-size:cover;
    background-size:cover;
    background-attachment: fixed;
    animation: increase 60s linear 10ms infinite;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index:-2;
    
}
/* @Keyframes increase{
    0%{background-image:url(../images/gaynet.jpg);
        -webkit-transform: scale(1.0);}
    100%{background-image:url(../images/gaynet1.jpg); 
        -webkit-transform: scale(2.0);}
} */
.card-homeloginayat{
    border-radius: 10px;
    padding:3%;
    text-align: center;
    margin-bottom: 15px;
    background: rgb(255 255 255 / 70%);
    /* background-image: url(../images/aaa.jpg); */
   
}
@media(max-width:992px){
    .banner{
        height: auto;
    }
}
@media(max-width:375px){
    .visitormenu{
        margin-left:7px;
    }
}
@media(min-width:375px) and (max-width:468px){
    .visitormenu{
        margin-left:15px;
    }
}
@media(min-width:468px) and (max-width:992px){
    .visitormenu{
        margin-left:20px;
    }
}
/* animation picture welcome */
img.topbottom{
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
  }
  img.topbottom {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
  }
  @-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
  }
  @keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
  }
/* animation picture welcome */
.banner-text{
    margin-top:60px;
}
.imgwelcome{
    width:100%;
}

.banner{
    /*background-image: url(../images/backgroundup.webp);*/
    background-image: url(../images/backsignin.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  min-height: 100vh;
    width: 100%;
    position: relative;
    background-position: center top;
}
.banner .houdaness{
    text-align: center;
    color:#fff;
  
}

.banner .houdaness h2{
    font-family: calibri light,sans-serif;
    font-size: 16px;
color:#edf4f3;
}
@media(max-width:1200px){
    .banner{
          /*background-image: url(../images/backgroundup.webp);*/
        background-image: url(../images/backsignin.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center !important;
        height: auto;
    }
    .card-homeloginayat{
        /*background: rgb(255 255 255 / 90%) !important;*/
        /*background: rgb(255 255 255 / 100%) !important;*/
        background: transparent !important;
        
    }
}

.banner .card-homeloginayat .titlelogoaaynet{
    background:linear-gradient(7deg, #53a59b 50%, #459891 50%);
    border-radius: 12px;
    padding: 10px 0px;
    height: auto;
    margin-bottom: 20px;
    
}
.banner .card-generaldiv{
    outline:1px solid #fff;
    outline-offset: 10px;
}
.banner .card-hometransparent .titlelogoaaynet{
    background:linear-gradient(7deg, #53a59b 50%, #459891 50%);
    border-radius: 12px;
    font-size: 13px;
    text-align: center;
    color:#edf4f3;
    padding: 5px 0px;
    height: auto;
    margin-bottom: 10px;
    
}
.banner .card-hometransparent .titlelogoaaynet .subtitle{
    color:#98eae0;
}
.banner .visitor-style{
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.banner .services-info{
    margin: 50px 0;
    text-align: center;
}
.banner .imgservicesaaynet{
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin: auto;
    margin-bottom: 20px;
    border-left:2px solid #fff;
    /*transform: rotate(45deg);*/
    background: linear-gradient(91deg, #c7ced2, #f9f9f9);
    box-shadow: 8px 5px 8px rgb(0 0 0 / 40%);
    border-radius: 20%;
 
} 

.section-radioaaynet .services-info{
    margin: 50px 0;
    text-align: center;
}
.section-radioaaynet .imgservicesaaynet{
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin: auto;
    margin-bottom: 20px;
    border-left:2px solid #fff;
    transform: rotate(45deg);
    background: linear-gradient(91deg, #c7ced2, #f9f9f9);
    box-shadow: 8px 5px 8px rgb(0 0 0 / 40%);
    border-radius: 20%;
 
} 

.section-radioaaynet .transparentdiv5{
    position: relative;
}
.section-radioaaynet .transparentdiv5:after{
    content: "";
    position: absolute;
    height: 20px;
    width: 70px;
    right:15px;
    justify-content: center;
    align-items: center;
    margin: auto;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom: 2px solid #29b6ac;
    background: linear-gradient(45deg, #fff, #fff);
    border-bottom-right-radius: 30px;
}

.section-radioaaynet .transparentdiv6{
    position: relative;
}
.section-radioaaynet .transparentdiv6:after{
    content: "";
    position: absolute;
    height: 20px;
    width: 70px;
    right:15px;
    justify-content: center;
    align-items: center;
    margin: auto;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom: 2px solid #29b6ac;
    background: linear-gradient(45deg, #fff, #fff);
    border-bottom-right-radius: 30px;
}
.section-radioaaynet .transparentdiv7{
    position: relative;
}
.section-radioaaynet .transparentdiv7:after{
    content: "";
    position: absolute;
    height: 20px;
    width: 70px;
    right:15px;
    justify-content: center;
    align-items: center;
    margin: auto;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom: 2px solid #29b6ac;
    background: linear-gradient(45deg, #fff, #fff);
    border-bottom-right-radius: 30px;
}
.section-radioaaynet .transparentdiv8{
    position: relative;
}
.section-radioaaynet .transparentdiv8:after{
    content: "";
    position: absolute;
    height: 20px;
    width: 70px;
    right:15px;
    justify-content: center;
    align-items: center;
    margin: auto;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom: 2px solid #29b6ac;
    background: linear-gradient(45deg, #fff, #fff);
    border-bottom-right-radius: 30px;
}
.section-radioaaynet .title-services{
    font-weight: bold;
    color: #01a47a;
    display: flex;
    margin-right: -9px;
    margin-top: -11px;
    font-size: 13px;
    transform: rotate(-45deg);
}
.section-radioaaynet .imgservicesaaynet img{
    transform: rotate(-45deg);
    width: 70px;
    height: 70px;
    } 

.banner .transparentdiv{
    position: relative;
}
.banner .transparentdiv:after{
    content: "";
    position: absolute;
    height: 20px;
    width: 70px;
    right:15px;
    justify-content: center;
    align-items: center;
    margin: auto;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom: 2px solid #29b6ac;
    background: linear-gradient(45deg, #fff, #fff);
    border-bottom-right-radius: 30px;
}
.banner .transparentdiv2{
    position: relative;
}
.banner .transparentdiv2:after{
    content: "";
    position: absolute;
    height: 20px;
    width: 70px;
    right:15px;
    justify-content: center;
    align-items: center;
    margin: auto;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom: 2px solid #29b6ac;
    background: linear-gradient(45deg, #fff, #fff);
    border-bottom-right-radius: 30px;
}
.banner .transparentdiv3{
    position: relative;
}
.banner .transparentdiv3:after{
    content: "";
    position: absolute;
    height: 20px;
    width: 70px;
    right:15px;
    justify-content: center;
    align-items: center;
    margin: auto;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom: 2px solid #29b6ac;
    background: linear-gradient(45deg, #fff, #fff);
    border-bottom-right-radius: 30px;
}
.banner .transparentdiv4{
    position: relative;
}
.banner .transparentdiv4:after{
    content: "";
    position: absolute;
    height: 20px;
    width: 70px;
    right:15px;
    justify-content: center;
    align-items: center;
    margin: auto;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom: 2px solid #29b6ac;
    background: linear-gradient(45deg, #fff, #fff);
    border-bottom-right-radius: 30px;
}
.banner .transparentdiv5{
    position: relative;
}
.banner .transparentdiv5:after{
    content: "";
    position: absolute;
    height: 20px;
    width: 70px;
    right:15px;
    justify-content: center;
    align-items: center;
    margin: auto;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom: 2px solid #29b6ac;
    background: linear-gradient(45deg, #fff, #fff);
    border-bottom-right-radius: 30px;
}
.banner .transparentdiv6:after{
    content: "";
    position: absolute;
    height: 20px;
    width: 70px;
    right:15px;
    justify-content: center;
    align-items: center;
    margin: auto;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom: 2px solid #29b6ac;
    background: linear-gradient(45deg, #fff, #fff);
    border-bottom-right-radius: 30px;
}
.banner .transparentdiv7:after{
    content: "";
    position: absolute;
    height: 20px;
    width: 70px;
    right:15px;
    justify-content: center;
    align-items: center;
    margin: auto;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom: 2px solid #29b6ac;
    background: linear-gradient(45deg, #fff, #fff);
    border-bottom-right-radius: 30px;
}
.banner .transparentdiv8:after{
    content: "";
    position: absolute;
    height: 20px;
    width: 70px;
    right:15px;
    justify-content: center;
    align-items: center;
    margin: auto;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom: 2px solid #29b6ac;
    background: linear-gradient(45deg, #fff, #fff);
    border-bottom-right-radius: 30px;
}
.banner .imgservicesaaynet img{
/*transform: rotate(-45deg);*/
width: 70px;
height: 70px;
} 
@media(min-width:360px) and (max-width:375px){
    .banner .imgservicesaaynet {
        width: 112px;
        height: 112px;
        line-height: 112px;
    }
    .banner .transparentdiv:after {
        content: "";
        position: absolute;
        height: 20px;
        width: 70px;
        right: 21px;
    }
    .banner .transparentdiv2:after {
        content: "";
        position: absolute;
        height: 20px;
        width: 70px;
        right: 21px;
    }
    .banner .transparentdiv3:after {
        content: "";
        position: absolute;
        height: 20px;
        width: 70px;
        right: 21px;
    }
    .banner .transparentdiv4:after {
        content: "";
        position: absolute;
        height: 20px;
        width: 70px;
        right: 21px;
    }
    .section-radioaaynet .transparentdiv5:after {
        content: "";
        position: absolute;
        height: 20px;
        width: 70px;
        right: 21px;
    }
    .section-radioaaynet .transparentdiv6:after {
        content: "";
        position: absolute;
        height: 20px;
        width: 70px;
        right: 21px;
    }
    .section-radioaaynet .transparentdiv7:after {
        content: "";
        position: absolute;
        height: 20px;
        width: 70px;
        right: 21px;
    }
    .section-radioaaynet .transparentdiv8:after {
        content: "";
        position: absolute;
        height: 20px;
        width: 70px;
        right: 21px;
    }
    
    } 

.banner .title-services{
    font-weight: bold;
    color: #01a47a;
    display: flex;
    margin-right: 30px;
    margin-top: -27px;
    font-size: 13px;
    /*transform: rotate(-45deg);*/
} 

.banner-signin{
    background-image: url(../images/backsignin.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center center;
    height: auto;
    overflow:hidden;
    justify-content: center;

}
/* animation for 3 images background in home login and signin /signup */
body {
    font-family: var(--body-font-family);
    padding-top: 50px;
    font-size: 14px;
    color: var(--body-color);
    scroll-behavior: smooth !important;
}
@font-face {
    font-family: 'DroidNaskhRegular';
    src: url('DroidNaskhRegular.ttf');
  }
/* commithere */
body.night-mode {
    color:#fff;
    background: #01020f !important;
}



body.day-mode {
    background-color: #fff !important;
}

body.light-mode {
    background-color: #7676ab!important;
}
body.light-mode .dropdown-menu{
    background-color: #7676ab;
    border:1px solid #aeaef9;
}
body.huile-mode .dropdown-menu{
    background-color: #1e3332;
    border:1px solid #6d6d6d;
}
body.huile-mode .posts-filter{
    background-color: #1e3332;
    border:1px solid #6d6d6d;
}
body.light-mode  .content-tabs{
    background-color: #7676ab;
    border:1px solid #aeaef9;
}
body.huile-mode  .content-tabs{
    background-color: #1e3332;
    border:1px solid #6d6d6d;
}
body.light-mode  .groupsblock{
    background-color: #7676ab;
    border:1px solid #aeaef9;
}
body.huile-mode  .groupsblock{
    background-color: #1e3332;
    border:1px solid #6d6d6d;
}
body.light-mode  .text-muted{
    color:#fff !important;
    }
    body.light-mode  .see-more{
        color:#fff !important;
        }
        body.huile-mode  .text-muted{
            color:#fff !important;
            }
            body.huile-mode  .see-more{
                color:#fff !important;
                }
    

body.light-mode .modal-content{
    background-color: rgb(97, 97, 154)!important;
    border:1px solid #aeaef9;
    color:#fff;
}
body.huile-mode .modal-content{
    background-color: #1e3332!important;
    border:1px solid #6d6d6d;
    color:#fff;
}
body.light-mode .mr5{
    color: #fff !important;
}
body.huile-mode .mr5{
    color: #fff !important;
}
body.light-mode .publisher {
    border: 1px solid #aeaef9;
    background: #61619a;
}
body.light-mode .footer{
    background-color: rgb(97 97 154) !important;
}
body.huile-mode .footer{
    background-color: #1e3332 !important;
}
body.black-mode .footer{
    background-color: #c2c2f5 !important;
}
body.black-mode .main-side-nav>li.active>a{
    background-color: transparent!important;
}

body.black-mode .js_user-popover a{
    color: #28c1b6 !important;
}
body.black-mode .dropdown-menu{
    background: #e2e2fd;
    border:1px solid #aeaef9;
}
body.black-mode .modal-content{
    background: #c2c2f5;
    border:1px solid #aeaef9;
    color:#29b6ac;
}
body.light-mode .chat-sidebar{
    background: #61619a;
    color:#fff !important;
}
body.huile-mode .chat-sidebar{
    background: #1e3332;
    color:#fff !important;
}
body.light-mode .chat-sidebar-footer .form-control{
    background-color: rgb(97 97 154) !important;
    
}
body.huile-mode .chat-sidebar-footer .form-control{
    background-color: #1e3332 !important;
    
}
body.light-mode .post{
    background-color: rgb(97 97 154) !important;
    border: 1px solid #aeaef9;
}

body.light-mode .post-actions .action-btn{
  color:#fff;
}
body.huile-mode .post-actions .action-btn{
    color:#fff;
  }

body.black-mode .card-register{
    background:#c2c2f5 !important;
    color:#2d2d56 !important;
   }
   body.light-mode .card-register{
    background-color: rgb(97 97 154) !important;
     color:#fff !important;
    }
    body.huile-mode .card-register{
        background-color: #1e3332 !important;
         color:#fff !important;
        }
body.light-mode .post-time a{
  color:#fff;
}
body.huile-mode .post-time a{
    color:#fff;
  }
body.light-mode .text-link{
    color:#fff;
  }
  body.huile-mode .text-link{
    color:#fff;
  }
  body.light-mode a{
    color:#fff !important;
  }
  body.huile-mode a{
    color:#fff !important;
  }
  body.light-mode .daytime_message{
    background-color: rgb(97 97 154) !important;
    border: 1px solid #aeaef9;
  }
  body.huile-mode .daytime_message{
    background-color: #1e3332 !important;
    border: 1px solid #6d6d6d;
  }
 

  body.light-mode .post-text, .post-text-translated{
    color:#fff !important;
  }
  body.huile-mode .post-text, .post-text-translated{
    color:#fff !important;
  }
  body.light-mode .alert-post{
    background-color: rgb(97 97 154) !important;
    color:#fff !important;
  }
  body.huile-mode .alert-post{
    background-color: #1e3332!important;
    color:#fff !important;
  }
  body.light-mode .chat-sidebar b, strong small{
    color:#fff !important;
        
       }
       body.huile-mode .chat-sidebar b, strong small{
        color:#fff !important;
            
           }
 
 




body.black-mode {
    background: #e2e2fd !important;
}
body.black-mode .chat-sidebar{
    background: #eaeaff;
}
body.black-mode .post{
    background: #c2c2f5!important;
    color:#2d2d56 !important;
    border: 1px solid #aeaef9;
}
body.black-mode .dropdown-item{
    color:#29b6ac !important;
  }


body.black-mode .post-time a{
    color:#2d2d56;
  }
  body.black-mode .text-link{
      color:#2d2d56;
    }
    body.black-mode a{
      color:#fff !important;
    }
    body.black-mode .footer .linkfooter{
        color:#222 !important;
      }
    body.black-mode .js_moment{
        color:#222 !important;
      }
    body.black-mode .namegroupscolor{
        color:#222 !important;
      }
  
    body.black-mode .post-text, .post-text-translated{
      color:#2d2d56 !important;
    }
    body.black-mode .alert-post{
        background: #c2c2f5;
        color: #29b6ac !important;
        border: 1px solid #aeaef9;
    }
    body.black-mode .titlemajales{
      color:#fff !important;
    }
    body.black-mode .content-tabs{
        border:1px solid #aeaef9;
        background: #e2e2fd;
      }
      body.black-mode .content-tabs>ul>li>a{
      color:#29b6ac !important;
       
      }
      body.black-mode .panel-messages{
        background: #e2e2fd;
        border:1px solid #aeaef9;
         
        }
      
      body.black-mode .groupsblock{
        background: #e2e2fd;
        }
        body.black-mode .side-nav>li.active>a{
            background: transparent !important;
            }
            body.huile-mode .side-nav>li.active>a{
                background: transparent !important;
                }
                body.light-mode .side-nav>li.active>a{
                    background: transparent !important;
                    }
            body.black-mode  .footer .t-center .spanclassfoot{
                color: #1f8c85 !important;
                }
        



.night-mode .post-time a{
    color:#fff;
}
.night-mode .post-stats{
    color:#fff;
}
.page-link{
    color:#29b6ac;
}
.page-item.active .page-link {
    background:#29b6ac;
    border-color:#29b6ac;
}
.night-mode .finish-lien{
    color:#29b6ac !important;
}
.night-mode .post-actions .action-btn{
    color:#fff;
}
.night-mode .page-link{
    background:#29b6ac !important;
}
.night-mode .page-item.active .page-link{
    border-color:#fff !important;
}
.night-mode .page-item.disabled .page-link{
    color:#fff;
}
/* commithere */
/* update here */
body.n_activated, body.n_live {
    padding-top: 100px;
}
/* mode day/ night  */ 
.js_theme-mode-icon.daymode {
    background: #29b6ac;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
}
.js_theme-mode-icon.blackmode {
    background: #e2e2fd!important;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
}
.js_theme-mode-icon.nightmode {
    background-color: #03312f !important;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
}
.js_theme-mode-icon.huilemode {
    background-color: #1e3332 !important;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
}
body.huile-mode{
    background-color: #022725 !important;
    color:#fff;
}
body.huile-mode .post{
    background-color: #1e3332 !important;
    color:#fff;
    border:1px solid #6d6d6d;
}

.js_theme-mode-icon.lightmode {
    background-color: #7676ab;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
}


body.night-mode .comment-inner.js_notifier-flasher.postadmin {
    background-color: #01020f;
}


img.iconspublic.btn-group-icon.mr10 {
    width: 30px;
    height: 30px;
}
b, strong{
    font-weight: normal !important;
}
/* update style imagepage home login */
.contentimgAyy{
    position: relative;
    background-image: url('../images/quranCap2.png');
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 30px !important;
    padding: 5% !important;
}
.overlay{
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: #0da297;
    opacity: 0.9;
    border-radius: 30px;
}
.input-group-text{
    color: #50b7af;
}
@media(min-width:1200px){
 .footer{
     padding:20px 130px;
    background: #d4d4d4;
    color: #5f5e5e;
 }
}
   @media(max-width:1200px){
    .footer{
       padding:2%;
       background: #d4d4d4;
       color: #5f5e5e;
    }
   }
 .footer .titleaaynetfooter{
     text-align: center;
     margin-bottom: 10px;
}
.section-radioaaynet .radioaaynet{
    top:30%;
}


@media(max-width:768px){
    .section-radioaaynet .titleradio{
        font-size: 15px !important;
    }
    }
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
a {
    color: var(--link-color);
}
body.night-mode a{
    color:#fff;
}
.night-modeblue .post-text, .post-text-translated {
    color:#fff;
}
.night-modeLight .post-text, .post-text-translated {
    color:#fff;
}
body.night-mode .nightcolrr{
    color:#29b6ac !important;
}
a:hover {
    text-decoration: none;
}
.custom-scrollbar ::-webkit-scrollbar {
    visibility: hidden;
    height: 8px;
    width: 8px;
}
.custom-scrollbar ::-webkit-scrollbar-thumb {
    visibility: hidden;
    border-radius: 4px;
    background: grey;
}
.custom-scrollbar:hover ::-webkit-scrollbar, .custom-scrollbar:hover ::-webkit-scrollbar-thumb {
    visibility: visible;
}
@media (max-width:576px) {
    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto, .container {
    padding-left: 5px;
    padding-right: 5px;
}
.row {
    margin-left: -5px;
    margin-right: -5px;
}
}.tooltip-inner {
    font-family: var(--body-font-family);
    font-size: 14px;
    white-space: nowrap;
    max-width: none;
    border-radius: 2px;
}
.badge.badge-lg {
    font-size: 100%}
body.night-mode .img-thumbnail {
    background: #01020f;
    border-color: #424242;
}


body.night-mode .list-group-item {
    background: #01010f;
    border-color: #424242;
}

.nav-pills.nav-search .nav-item, .nav-pills.nav-started .nav-item {
    margin-left: 10px;
    margin-bottom: 10px;
}
.nav-pills.nav-search .nav-item:last-child, .nav-pills.nav-started .nav-item:last-child {
    margin-left: 0;
}
.nav-pills.nav-search .nav-link:not(.active) {
    background: #fff;
}
.nav-pills.nav-started .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
}
.nav-pills.nav-started .nav-link:not(.active) {
    background: #e8e8e8;
    border-radius: 50px;
}
body.night-mode .nav-pills.nav-search .nav-link:not(.active), body.night-mode .nav-pills.nav-started .nav-link:not(.active) {
    background: #01020f;
    color: #fff;
}
body.light-mode .nav-pills.nav-search .nav-link:not(.active), body.night-mode .nav-pills.nav-started .nav-link:not(.active) {
    background: #61619a;
    color: #fff;
}
body.huile-mode .nav-pills.nav-search .nav-link:not(.active), body.night-mode .nav-pills.nav-started .nav-link:not(.active) {
    background: #1e3332;
    color: #fff;
}
.huile-mode .blog-container {
    background: #1e3332;
}
.light-mode .blog-container {
    background: #61619a;
}
.black-mode .blog-container {
    background: #c2c2f5;
}


body.night-mode .nav-pills.nav-search .nav-link:not(.active):hover, body.night-mode .nav-pills.nav-started .nav-link:not(.active):hover {
    background: #555;
}

body.night-mode .nav-tabs {
    border-bottom-color: #9f9d9d;
}
body.night-mode .nav-tabs .nav-item.show .nav-link, body.night-mode .nav-tabs .nav-link.active {
    color: #29b6ac;
    border-color: #c4ebe8 #c4ebe8 #c4ebe8;
    background-color: #c4ebe8;
}
body.huile-mode .nav-tabs .nav-link.active {
    color: #29b6ac !important;
    border-color: #c4ebe8 #c4ebe8 #c4ebe8;
    background-color: #c4ebe8;
}
body.night-mode .tabs .nav-link{
    color:#fff;
}
body.huile-mode .main-side-nav>li.active>a {
    background-color: #15202b;
    color: #fff;
}

body.night-mode .nav-tabs .nav-link:not(.active):hover {
    border-color: #363636;
}
.dropdown-menu {
    min-width: 200px;
    box-shadow: 0 50px 100px rgba(50, 50, 93, .1), 0 15px 35px rgba(50, 50, 93, .15), 0 5px 15px rgba(0, 0, 0, .1);
}
.dropdown-menu .flexdisplayitem{
    display: flex !important;
}
.huile-mode .dropdown-item{
    color: #29b6ac !important;
}

.dropdown-menu .dropdown-item {
    font-size: 15px;
    padding: 8px 16px;
}
.dropdown-item.active, .dropdown-item:active{
    background-color: #17877f;
}
/* update dropdown item color */
.dropdown-menuflexdispay{
    background-color: #fff !important;
}
.dropdown-menu{
    background-color: #ace0dc;
}
.dropdown-item{
    color:#29b6ac;
}

/* update dropdown item color */
.night-mode .dropdown-item {
    color: #29b6ac;
}
.light-mode .dropdown-item{
    color: #29b6ac !important;
}

/* update here nightmode */

/* update here nightmode */
body.night-mode .dropdown-divider {
    border-top-color: #cac7c7;
}
.modal {
    z-index: 999999;
}
body.night-mode .modal-content {
    background-color: #192734 ;
}
body.night-mode .mr5{
    color: #fff;
}
body.night-mode .modal-footer, body.night-mode .modal-header {
    border-color: #424242;
}
.modal-header.with-nav {
    padding-bottom: 0;
    border-bottom: 0;
}
.alert {
    padding: 16px 24px;
}
.alert-link:hover {
    text-decoration: underline;
}
.alert-dismissible {
    padding-left: 72px;
}
.alert-primary {
    color: #fff;
    border-color: #29b6ac;
    background-color: #29b6ac;
}
.alert-primary hr {
    border-top-color: #29b6ac;
}
.alert-secondary {
    color: #212529;
    border-color: #f6f7f8;
    background-color: #f6f7f8;
}
.alert-secondary hr {
    border-top-color: #e8eaed;
}
.alert-success {
    color: #fff;
    border-color: #4fd69c;
    background-color: #4fd69c;
    border-radius: 20px;
}
.alert-success:before {
    content: " ";
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    border-radius: 20px;
    bottom: 4px;
    border: 1px dashed #fff;
  }
.alert-success hr {
    border-top-color: #3ad190;
}
.alert-info {
    color: #fff;
    border-color: #29b6ac;
    background-color: #29b6ac;
    border-radius: 20px !important;
}
.alert-info:before {
    content: " ";
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    border-radius: 20px;
    bottom: 4px;
    border: 1px dashed #fff;
  }

.alert-info hr {
    border-top-color: #1fd0f0;
}
.alert-warning {
    color: #fff;
    border-color: #17726b;
    background-color: #1c7a73;
}
.alert-warning hr {
    border-top-color: #fc6846;
}
.alert-danger {
    color: #fff;
    border-color: #f75676;
    background-color: #f75676;
}
.alert-danger hr {
    border-top-color: #f63e62;
}
.alert-light {
    color: #fff;
    border-color: #bac1c8;
    background-color: #bac1c8;
}
.alert-light hr {
    border-top-color: #acb4bd;
}
.alert-dark {
    color: #fff;
    border-color: #45484b;
    background-color: #45484b;
}
.alert-dark hr {
    border-top-color: #393b3e;
}
.alert-post {
    background: #f8f9fa;
    color: var(--link-color);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.night-mode .alert-post {
    background: #192734;
    color: #fff;
    border-color:#38444d;
}
.night-modeblue .alert-post {
    background-color: rgb(19 43 66) !important;
    color: #fff;
    border-color:#38444d;
}
.night-modeLight .alert-post {
    background-color: rgb(33 34 35) !important;
    color: #fff;
    border-color:#38444d;
}
.night-modeblue .text-muted{
    color:#fff !important;
}
.night-modeLight .text-muted{
    color:#fff !important;
}
.alert-chat {
    background: #29b6ac;
    width: 75%;
    padding: 5px 10px!important;
    margin: 0 auto!important;
    color: #fff;
    /* border-top-right-radius: 0;
    border-top-left-radius: 0; */
    border-radius: 20px;
}
body.night-mode .alert-chat {
    background: #01020f;
}


.alert .title {
    padding-bottom: 8px;
    margin-bottom: 10px;
    font-weight: 600;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
}
.alert .icon {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}
.alert .text {
    display: table-cell;
    vertical-align: top;
    text-align: right;
}
.btn {
    font-size: 14px;
    /* padding: 12px 34px; */
    padding: 6px 40px;
    white-space: nowrap;
    border-radius: 2px;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
.btn.disabled, .btn:disabled {
    box-shadow: none;
}
.btn-group-lg>.btn, .btn-lg {
    font-size: 14px;
    padding: 16px 96px;
}
.btn-group-md>.btn, .btn-md {
    font-size: 12px;
    padding: 16px 56px;
}
.btn-group-sm>.btn, .btn-sm {
    font-size: 11px;
    padding: 8px 26px;
}
.btn-icon {
    padding: 12px;
}
.btn-lg.btn-icon {
    padding: 19px 22px;
}
.btn-md.btn-icon {
    padding: 17px 20px;
}
.btn-sm.btn-icon {
    padding: 5px 5px;
}
#postbuttob, #postbuttob.disabled, #postbuttob:disabled, #postbuttob:not(:disabled):not(.disabled).active, #postbuttob:not(:disabled):not(.disabled):active, .show>#postbuttob.dropdown-toggle {
    color: #fff;
    border-color: #88d4cf;
    background-color: #29b6ac;
    border-radius: 20px;
}
.btn-primary, .btn-primary.disabled, .btn-primary:disabled, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    border-color: #88d4cf;
    background-color: #29b6ac;
    border-radius: 20px;
}
.btn-primary:hover {
    color: #fff;
    border-color: #29b6ac;
    background-color: #29b6ac;
}
.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(94, 114, 228, .5);
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}
.btn-secondary, .btn-secondary.disabled, .btn-secondary:disabled, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #212529;
    border-color: #f7fafc;
    background-color: #f7fafc;
}
.btn-secondary {
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}
.btn-secondary:hover {
    color: #212529;
    border-color: #f1f4f6;
    background-color: #f1f4f6;
}
.btn-secondary.focus, .btn-secondary:focus {
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(247, 250, 252, .5);
}
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}
.btn-success, .btn-success.disabled, .btn-success:disabled, .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
    color: #29b6ac;
    border: 2px solid #29b6ac;
 border-radius: 20px;
 font-size: 14px;
 margin-top: -3px;
    background-color: #ffffff;
}
body.night-mode .btn-success, .btn-success.disabled, .btn-success:disabled, .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
    color: #fff;
    border: 2px solid #38444d;
    background-color: rgb(25, 39, 52);
}
body.huile-mode .btn-success, .btn-success.disabled, .btn-success:disabled, .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
    color: #fff;
    border: 2px solid #6d6d6d;
    background-color: #1e3332;
}
.btn-success {
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}
.btn-success:hover {
    color: #fff;
    border-color: #29b6ac;
    background-color: #29b6ac;
}
.btn-success.focus, .btn-success:focus {
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(45, 206, 137, .5);
}
.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show>.btn-success.dropdown-toggle:focus {
    box-shadow: none;
}
.btn-info, .btn-info.disabled, .btn-info:disabled, .btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle {
    color: #fff;
    border-color: #88d4cf;
    background-color: #29b6ac;
    border-radius: 20px;
}
.btn-info {
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}
.btn-info:hover {
    color: #fff;
    border-color: #29b6ac;
    background-color: #29b6ac;
}
.btn-info.focus, .btn-info:focus {
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(17, 205, 239, .5);
}
.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show>.btn-info.dropdown-toggle:focus {
    box-shadow: none;
}
.btn-warning, .btn-warning.disabled, .btn-warning:disabled, .btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #fb6340;
    border: 2px solid #ffffff;
    border-radius: 20px;
    font-size: 14px;
    margin-top: -3px;
}
.btn-warning {
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}
.btn-warning:hover {
    color: #fff;
    border-color: #f0603f;
    background-color: #f0603f;
}
.btn-warning.focus, .btn-warning:focus {
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(251, 99, 64, .5);
}
.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show>.btn-warning.dropdown-toggle:focus {
    box-shadow: none;
}
.btn-danger, .btn-danger.disabled, .btn-danger:disabled, .btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show>.btn-danger.dropdown-toggle {
    color: #12988e;
    border-color: #29b6ac;
    background-color: #ececec;
    border-radius: 50px;
}
.btn-danger {
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}
.btn-danger:hover {
    color: #fff;
    border-color: #eb3357;
    background-color: #eb3357;
}
.btn-danger.focus, .btn-danger:focus {
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(245, 54, 92, .5);
}
.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show>.btn-danger.dropdown-toggle:focus {
    box-shadow: none;
}
.btn-light, .btn-light.disabled, .btn-light:disabled, .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
    color: #fff;
    border-color: #adb5bd;
    background-color: #cdb400;
}
.btn-light {
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}
.btn-light:hover {
    color: #fff;
    border-color: #a5adb4;
    background-color: #a5adb4;
}
.btn-light.focus, .btn-light:focus {
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(173, 181, 189, .5);
}
.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show>.btn-light.dropdown-toggle:focus {
    box-shadow: none;
}
.btn-dark, .btn-dark.disabled, .btn-dark:disabled, .btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show>.btn-dark.dropdown-toggle {
    color: #fff;
    border-color: #212529;
    background-color: #212529;
}
.btn-dark {
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}
.btn-dark:hover {
    color: #fff;
    border-color: #212529;
    background-color: #212529;
}
.btn-dark.focus, .btn-dark:focus {
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(33, 37, 41, .5);
}
.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show>.btn-dark.dropdown-toggle:focus {
    box-shadow: none;
}
.btn-link {
    font-weight: 400;
    color: #29b6ac;
    background-color: transparent;
}
.btn-link:hover {
    text-decoration: none;
    color: #29b6ac;
    border-color: transparent;
    background-color: transparent;
}
.btn-link.focus, .btn-link:focus {
    text-decoration: none;
    border-color: transparent;
    box-shadow: none;
}
.btn-link.disabled, .btn-link:disabled {
    pointer-events: none;
    color: #8898aa;
}
.btn-outline-primary {
    color: #29b6ac;
    border-color: #29b6ac;
    background-color: transparent;
    background-image: none;
}
.btn-outline-primary:hover {
    color: #fff;
    border-color: #29b6ac;
    background-color: #29b6ac;
}
.btn-outline-primary.focus, .btn-outline-primary:focus {
    box-shadow: 0 0 0 0 rgba(94, 114, 228, .5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #29b6ac;
    background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    border-color: #29b6ac;
    background-color: #29b6ac;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(94, 114, 228, .5);
}
.btn-outline-secondary {
    color: #f7fafc;
    border-color: #f7fafc;
    background-color: transparent;
    background-image: none;
}
.btn-outline-secondary:hover {
    color: #212529;
    border-color: #f7fafc;
    background-color: #f7fafc;
}
.btn-outline-secondary.focus, .btn-outline-secondary:focus {
    box-shadow: 0 0 0 0 rgba(247, 250, 252, .5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #f7fafc;
    background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show>.btn-outline-secondary.dropdown-toggle {
    color: #212529;
    border-color: #f7fafc;
    background-color: #f7fafc;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(247, 250, 252, .5);
}
.btn-outline-success {
    color: #2dce89;
    border-color: #2dce89;
    background-color: transparent;
    background-image: none;
}
.btn-outline-success:hover {
    color: #fff;
    border-color: #2dce89;
    background-color: #2dce89;
}
.btn-outline-success.focus, .btn-outline-success:focus {
    box-shadow: 0 0 0 0 rgba(45, 206, 137, .5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #2dce89;
    background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    border-color: #2dce89;
    background-color: #2dce89;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(45, 206, 137, .5);
}
.btn-outline-info {
    color: #11cdef;
    border-color: #11cdef;
    background-color: transparent;
    background-image: none;
}
.btn-outline-info:hover {
    color: #fff;
    border-color: #11cdef;
    background-color: #11cdef;
}
.btn-outline-info.focus, .btn-outline-info:focus {
    box-shadow: 0 0 0 0 rgba(17, 205, 239, .5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #11cdef;
    background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    border-color: #11cdef;
    background-color: #11cdef;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(17, 205, 239, .5);
}
.btn-outline-warning {
    color: #fb6340;
    border-color: #fb6340;
    background-color: transparent;
    background-image: none;
}
.btn-outline-warning:hover {
    color: #fff;
    border-color: #fb6340;
    background-color: #fb6340;
}
.btn-outline-warning.focus, .btn-outline-warning:focus {
    box-shadow: 0 0 0 0 rgba(251, 99, 64, .5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #fb6340;
    background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show>.btn-outline-warning.dropdown-toggle {
    color: #fff;
    border-color: #fb6340;
    background-color: #fb6340;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(251, 99, 64, .5);
}
.btn-outline-danger {
    color: #f5365c;
    border-color: #f5365c;
    background-color: transparent;
    background-image: none;
}
.btn-outline-danger:hover {
    color: #fff;
    border-color: #f5365c;
    background-color: #f5365c;
}
.btn-outline-danger.focus, .btn-outline-danger:focus {
    box-shadow: 0 0 0 0 rgba(245, 54, 92, .5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #f5365c;
    background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    border-color: #f5365c;
    background-color: #f5365c;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(245, 54, 92, .5);
}
.btn-outline-light {
    color: #adb5bd;
    border-color: #adb5bd;
    background-color: transparent;
    background-image: none;
}
.btn-outline-light:hover {
    color: #fff;
    border-color: #adb5bd;
    background-color: #adb5bd;
}
.btn-outline-light.focus, .btn-outline-light:focus {
    box-shadow: 0 0 0 0 rgba(173, 181, 189, .5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #adb5bd;
    background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show>.btn-outline-light.dropdown-toggle {
    color: #fff;
    border-color: #adb5bd;
    background-color: #adb5bd;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(173, 181, 189, .5);
}
.btn-outline-dark {
    color: #212529;
    border-color: #212529;
    background-color: transparent;
    background-image: none;
}
.btn-outline-dark:hover {
    color: #fff;
    border-color: #212529;
    background-color: #212529;
}
.btn-outline-dark.focus, .btn-outline-dark:focus {
    box-shadow: 0 0 0 0 rgba(33, 37, 41, .5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #212529;
    background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    border-color: #212529;
    background-color: #212529;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(33, 37, 41, .5);
}
.btn-rounded {
    border: 0!important;
    border-radius: 50%}
.btn-delete:hover {
    color: #fff;
    border-color: #eb3357;
    background-color: #eb3357;
}
.btn-delete:hover .fa:before {
    content: "\f1f8"}
.btn-payment {
    background: #f7f7f7;
}
.btn-payment:hover {
    background: #f1f1f1;
}
.form-control, .input-group-text {
    border-color: #ddd;
    border-radius: 2px;
}
body.night-mode .form-control, body.night-mode .input-group-text {
    background-color: #fff;
    border-color: #38444d;
    color: #333333 !important;
}


.form-control:focus {
    box-shadow: none;
}
.form-control-label {
    font-weight: 600;
    color: #333333;
}
body.night-mode .form-control-label {
    color: #fff;
}


body.night-mode .form-control-plaintext {
    color: #eee;
}

.input-group .btn {
    padding-top: 5px;
    padding-bottom: 9px;
}
.custom-control-label {
    padding-top: 2px;
}
.night-mode .custom-control-label{
    color:#fff;

}
.night-mode .mt20{
    color:#fff !important;
}
.form-table-row {
    display: flex;
    margin-bottom: 30px;
}
.form-table-row>div {
    flex: 1;
}
.form-table-row>div:last-child {
    flex-basis: auto;
    flex-grow: 0;
    margin-right: 10px;
}
.form-table-row>div.avatar {
    flex-basis: auto;
    flex-grow: 0;
    margin-left: 10px;
}
.input-money {
    position: relative;
}
.input-money span {
    font-size: 20px;
    position: absolute;
    top: 15px;
    right: 0;
    width: 45px;
    text-align: center;
}
.input-money input {
    font-size: 40px;
    line-height: 40px;
    font-family: opensanslight;
    margin: 0;
    padding: 10px;
    padding-right: 45px;
    height: 60px;
    outline: 0;
}
.card {
    border: 1px solid #29b6ac;
    border-radius: 25px;
    margin-bottom: 3px;
    color:#3b3c3c;
}

.sectionupobserpost{
    margin:auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 22px;
    margin-bottom: 17px;
    border-radius: 25px;
    border: 1px dashed #29b6ac;
}
.sectionupobserpost .posts-groupsayat{
    top:6px;
}
.sectionupobserpost2{
    margin:auto;
    padding: 0;
}
.not-foundayat .cardnotfound .card-body h2{
    color: #29b6ac;
    font-weight: bold;
    font-size: 130px;
}
.img-error img{
    width:100%;
}
.cardnotfound{
    border-radius: 30px;
}
.page-headerfount{
    position:relative;
    background: linear-gradient(to bottom, #b7bbbb, #29b6ac);
    height: 250px;
    text-align: center;
}
.innerfound{
    text-align: center;
    color:#fff;
    padding-top:65px;
}
/* commithere */
body.night-mode .card {
    background-color: #01020f;
    border: 1px solid #38444d;
    color:#fff;
}
body.huile-mode .card {
    background-color: #01020f;
    border: 1px solid #38444d;
    color:#fff;
}
.night-mode .main-side-nav a{
    color:#fff;
}
/* commithere */

.card-header {
    /* background-color: #f6f9fc; */
    border-color: #e6ecf5;
  
}

/*.card-header:not(.card-library >.card-header) {*/
  /* Your styles here */
/*  display:none ;*/
/*}*/


body.night-mode .card-header {
    border-color: #fff;
    font-weight: bold;
}


.card-header.with-icon {
    padding-top: 20px;
    padding-bottom: 20px;
}
.card-header.with-nav {
    padding-bottom: 0;
    border-bottom: 0;
}
@media (min-width:768px) {
    .card-header.with-icon {
    font-size: 14px;
    font-weight: 500;
}
}.card-header.block-title {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 35px;
    background: 0 0;
}
.card-body.with-form, .card-body.with-list, .card-body.with-nav {
    padding: 10px;
}
.card-body .divider {
    border-top: 1px solid #e6ecf5;
    margin: 25px 0;
}
body.night-mode .card-body .divider {
    border-color: #131313;
}

body.night-mode .card-pricing, body.night-mode .card-pricing .list-group-item {
    background: #01020f;
}
.bg-gradient-primary {
    color: #fff!important;
    background: linear-gradient(87deg, #29b6ac 0, #29b6ac 100%)!important;
}
.bg-gradient-secondary {
    background: linear-gradient(87deg, #f7fafc 0, #f7f8fc 100%)!important;
}
.bg-gradient-success {
    color: #fff!important;
    background: linear-gradient(87deg, #2dce89 0, #2dcecc 100%)!important;
}
.bg-gradient-info {
    color: #fff!important;
    background: linear-gradient(87deg, #11cdef 0, #1171ef 100%)!important;
}
.bg-gradient-warning {
    color: #fff!important;
    background: linear-gradient(87deg, #fb6340 0, #fbb140 100%)!important;
}
.bg-gradient-danger {
    color: #fff!important;
    background: linear-gradient(87deg, #f5365c 0, #f56036 100%)!important;
}
.bg-gradient-light {
    background: linear-gradient(87deg, #adb5bd 0, #adaebd 100%)!important;
}
.bg-gradient-dark {
    color: #eee;
    background: linear-gradient(87deg, #212529 0, #212229 100%)!important;
}
.bg-gradient-default {
    color: #eee;
    background: linear-gradient(87deg, #172b4d 0, #1a174d 100%)!important;
}
.bg-gradient-white {
    background: linear-gradient(87deg, #fff 0, #fff 100%)!important;
}
.bg-gradient-neutral {
    background: linear-gradient(87deg, #fff 0, #fff 100%)!important;
}
.bg-gradient-darker {
    color: #eee;
    background: linear-gradient(87deg, #000 0, #000 100%)!important;
}
.bg-gradient-blue {
    color: #fff!important;
    background: linear-gradient(7deg, #53a59b 50%, #459891 50%);
    border-radius: 10px !important;
    text-align: center;
    margin:auto;
}
.bg-gradient-indigo {
    color: #29b6ac!important;
   border:1px solid #29b6ac;
}
.bg-gradient-purple {
    color: #fff!important;
    background: linear-gradient(87deg, #8965e0 0, #bc65e0 100%)!important;
}
.bg-gradient-pink {
    color: #fff!important;
    background: linear-gradient(87deg, #f3a4b5 0, #f3b4a4 100%)!important;
}
.bg-gradient-red{
    color: #29b6ac!important;
    background: linear-gradient(45deg, #da90ff, #40045d);
}
.bg-gradient-red:before{
        position: absolute;
        top: 4px;
        left: 4px;
        right: 4px;
        border-radius: 20px;
        bottom: 4px;
        border: 1px dashed #fff;
}
.bg-gradient-orange {
    color: #fff!important;
    background: linear-gradient(87deg, #fb6340 0, #fbb140 100%)!important;
}
.bg-gradient-yellow {
    color: #666;
    background: linear-gradient(87deg, #ffd600 0, #beff00 100%)!important;
}
.bg-gradient-green {
    color: #fff!important;
    background: linear-gradient(7deg, #53a59b 50%, #459891 50%);
    border-radius: 10px !important;
    text-align: center;
    margin:auto;
}
.bg-gradient-teal {
    color: #29b6ac!important;
   border:1px solid #29b6ac;
}
.bg-gradient-cyan {
    color: #fff!important;
    background: linear-gradient(87deg, #2bffc6 0, #2be0ff 100%)!important;
}
.bg-gradient-white {
    background: linear-gradient(87deg, #fff 0, #fff 100%)!important;
}
.bg-gradient-gray {
    color: #fff!important;
    background: linear-gradient(87deg, #8898aa 0, #888aaa 100%)!important;
}
.bg-gradient-gray-dark {
    color: #fff!important;
    background: linear-gradient(87deg, #32325d 0, #44325d 100%)!important;
}
.bg-gradient-light {
    background: linear-gradient(87deg, #ced4da 0, #cecfda 100%)!important;
}
.bg-gradient-lighter {
    background: linear-gradient(87deg, #e9ecef 0, #e9eaef 100%)!important;
}
.bs-callout {
    background: #fff;
    padding: 20px;
    margin: 20px 0;
    border-right: 5px solid #eee;
    border-radius: 3px;
}
body.night-mode .bs-callout {
    background: #01020f;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-right-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-right-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-right-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-right-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-right-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-right-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}
.bootstrap-select:not(.input-group-btn) {
    height: 100%}
.bootstrap-select .dropdown-toggle .filter-option {
    display: inline-block!important;
    position: static!important;
    padding: 0!important;
}
.bootstrap-select .btn-outline-light {
    color: #495057;
    border-color: #ddd;
}
.bootstrap-select .option .icon {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}
.bootstrap-select .option .text {
    display: table-cell;
    vertical-align: top;
    text-align: right;
}
div.mce-fullscreen {
    z-index: 99999;
}
.ui-autocomplete {
    position: absolute;
    top: 0;
    right: 0;
    cursor: default;
    z-index: 9999;
}
.ui-widget-content {
    background: #fff;
    color: #444;
    z-index: 99999;
    padding: 10px;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 3px 4px rgba(0, 0, 0, .15);
}
body.night-mode .ui-widget-content {
    background: var(--header-bg-color-dark);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.ui-menu-item {
    position: relative;
    margin: 0;
    padding: 5px 0;
    border-radius: 3px;
    cursor: pointer;
}
.ui-menu-item:hover {
    background: #efefef;
}
body.night-mode .ui-menu-item:hover {
    background: #424242;
}
.ui-menu-item a {
    color: #444;
}
body.night-mode .ui-menu-item a {
    color: #e5e5e5;
}
.ui-menu-item img {
    width: 30px;
    margin: 5px;
    border-radius: 50%}
.ui-menu-item span {
    font-size: 13px;
}
body.night-mode .tagify {
    border-color: #363636;
}
body.night-mode .tagify__dropdown {
    border-color: #363636;
    background-color: #424242;
}
body.night-mode .tagify__dropdown__item--active {
    background-color: #212121;
}
.main-wrapper {
    width: 100%;
    min-width: 260px;
    height :100vh;
}
.top-bar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 50px;
    font-size: 12px;
    line-height: 50px;
    background: #e8e8e8;
    color: #333;
    z-index: 1001;
}
@media(max-width:992px){
    .top-bar{
        line-height: 20px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}
@media(max-width:320px){
    .top-bar{
      font-size: 10px;
    }
}
.night-mode .top-bar{
    background:#305652 !important;
    color:#fff;
}
.night-modeblue .top-bar{
    background-color: rgb(24 41 58) !important;
    color:#fff;
}
.night-modeLight .top-bar{
    background-color: rgb(0 0 0) !important;
    color:#fff;
}
@media (min-width:768px) {
    .top-bar {
    font-size: 13px;
}
.top-bar .col-sm-5 {
    text-align: left;
}
}.top-bar.danger {
    background: #ce3426;
    color: #fff;
}
.top-bar.danger a {
    color: #fff200;
}
.top-bar.danger a:hover {
    text-decoration: underline;
}
.main-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 50px;
    background: var(--header-bg-color);
    z-index: 1001;
}
body.night-mode:not(.visitor) .main-header {
    background: var(--header-bg-color-dark);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
}
body.modal-open .main-header, body.modal-open .top-bar {
    padding-left: 17px!important;
}
@media (min-width:768px) {
    body.modal-open:not(.n_chat) .main-header, body.modal-open:not(.n_chat) .top-bar {
    padding-left: 227px!important;
}
}@media (min-width:1200px) {
    .main-header, .main-wrapper, .top-bar {
    padding-left: 210px;
}
body.n_chat .main-header, body.n_chat .main-wrapper, body.n_chat .top-bar {
    padding-left: 0;
}
}body.n_activated .main-header, body.n_live .main-header {
    top: 50px;
}
.main-header .logo-wrapper {
    padding-right: 15px;
    height: 50px;
    overflow: hidden;
    word-break: break-all;
}
.main-header .logo {
    display: block;
    font-size: 11px;
    font-weight: 600;
    line-height: 50px;
    color: #fff;
    opacity: 1;
    text-transform: uppercase;
}
.main-header .logo:hover {
    opacity: .8;
    text-decoration: none;
}
.main-header .logo img {
    max-height: 40px;
}
.main-header .search-wrapper {
    position: relative;
}

.search-wrapper .form-control {
    height: 34px;
    margin-top: 8px;
    margin-bottom: 8px;
    box-shadow: none;
    background: #fff;
    border: 0 none;
    border-radius: 20px;
    color: #6d706f;
}



.main-header .search-wrapper .form-control {
    height: 34px;
    margin-top: 8px;
    margin-bottom: 8px;
    box-shadow: none;
    background: #fff;
    border: 0 none;
    border-radius: 20px;
    color: #6d706f;
}
.night-mode .main-header .search-wrapper .form-control{
    color:#6d706f !important;
}
/* body.night-mode:not(.visitor) .main-header .search-wrapper .form-control {
    background: var(--body-bg-color-dark);
} */
.main-header .search-wrapper .form-control::-webkit-input-placeholder {
    color: #96aad4;
}
.main-header .search-wrapper .form-control:-moz-placeholder {
    color: #96aad4;
    opacity: 1;
}
.main-header .search-wrapper .form-control:-ms-input-placeholder {
    color: #96aad4;
}
@media (min-width:768px) {
    .navbar-wrapper {
    float: left;
}
}.navbar-wrapper>ul>li {
    float: right;
    display: block;
    width: 14.28571428571429%}
@media (min-width:768px) {
    .navbar-wrapper>ul>li {
    width: auto!important;
    margin-left:3px;
}
/* .navbar-wrapper>ul>li:last-child {
    margin-left: 0;
} */
}body.visitor .navbar-wrapper>ul>li {
    width: auto;
}
.navbar-wrapper>ul>li>a {
    position: relative;
    display: block;
    text-align: center;
    font-weight: 500;
    color: #fff;
    height: 50px;
    padding: 18px 1px;
    line-height: 100%}
.navbar-wrapper>ul>li>a:hover {
    background-color: rgba(255, 255, 255, .1);
}
body.night-mode .navbar-wrapper>ul>li>a:hover {
    background-color: rgba(0, 0, 0, .1);
}
.navbar-wrapper>ul>li.dropdown.show>a {
    background-color: rgba(255, 255, 255, .1);
}
body.night-mode .navbar-wrapper>ul>li.dropdown.show>a {
    background-color: #b1b1b1;
}
@media (min-width:992px) {
    /* .navbar-wrapper>ul>li>a {
    padding: 18px 10px;
} */
}.navbar-wrapper .counter {
    position: absolute;
    top: 5px;
    left: 0;
    padding: 2px 4px;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    border-radius: 3px;
}
.navbar-wrapper .counter.red {
    background: #ff5e3a;
}
.navbar-wrapper .counter.blue {
    background: #38a9ff;
}
.navbar-wrapper .counter.purple {
    background: #7c5ac2;
}
.navbar-wrapper .user-menu>img {
    display: inline-block;
    margin-top: -5px;
    height: 20px;
    width: 20px;
    border-radius: 50%}

    @media(max-width:768px){
        .navbar-wrapper>ul>li>a {
            padding: 18px 1px !important;
            margin-left:-6px;
        }
    }
@media (min-width:768px) {
    .navbar-wrapper .user-menu>img {
    height: 25px;
    width: 25px;
}
/* update style here */
}@media (min-width:1400px) {
    .navbar-wrapper .user-menu>span {
    /* display: inline-block!important;
    max-width: 70px;
    overflow: hidden;
    text-overflow: ellipsis; */
    display: inline-block!important;
    max-width: 31px;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* update style here */
}.navbar-wrapper .dropdown-menu:not(.dropdown-widget) {
    margin-top: 0;
    border-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.navbar-wrapper>ul>li.dropdown {
    position: static;
}
@media (min-width:768px) {
    .navbar-wrapper>ul>li.dropdown {
    position: relative;
}
}.dropdown-widget {
    width: 100%;
    padding-bottom: 0;
    padding-top: 0;
    border: 0;
}
.dropdown-widget-header {
    padding: 10px;
    font-size: 12px;
    border-bottom: 1px solid #e4e4e4;
}
body.night-mode .dropdown-widget-header {
    border-color: #424242;
}
/* update color */
.dropdown-widget-header .title {
    text-transform: uppercase;
    color: #fcfcfd;
    font-size: 10px;
    font-weight: 700;
}
/* update color */
.dropdown-widget-header a:hover {
    text-decoration: underline;
}
.dropdown-widget-body {
    padding: 0;
    font-size: 12px;
}
/* update color */
.dropdown-widget-body .title {
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    color: #fcfcfd;
    padding: 8px;
    display: block;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
}
/* update color */
body.night-mode .dropdown-widget-body .title {
    border-color: #424242;
}
.dropdown-widget-footer {
    background: #f6f9fc;
    display: block;
    color:#29b6ac;
    padding: 10px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 0 none;
    text-align: center;
    font-size: 12px;
    border-radius: 0 0 4px 4px;
}

body.night-mode .dropdown-widget-footer {
    background: #132624;
    border-color: #38444d;
}
.dropdown-widget-footer:hover {
    text-decoration: underline;
}
@media (min-width:768px) {
    .dropdown-widget {
    min-width: 380px!important;
}
.dropdown-widget.with-arrow:before {
    position: absolute;
    display: inline-block;
    content: '';
    top: -7px;
    left: 10px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
}
body.night-mode .dropdown-widget.with-arrow:before {
    border-bottom-color: var(--header-bg-color-dark);
}
.dropdown-widget.dropdown-search {
    border-radius: 2px 2px 0 0;
}
}.section-title {
    background: #f5f5f5;
    padding: 10px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    border-radius: 2px;
}

body.night-mode .section-title {
    color: #5e72e4;
    background-color: #111;
}
.heading-small {
    font-size: 13px;
    padding: 4px 0;
    letter-spacing: .04em;
    text-transform: uppercase;
}
.hr-heading {
    display: block;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
}
.hr-heading-text {
    position: relative;
    display: inline-block;
    color: #999;
}
.hr-heading-text:after, .hr-heading-text:before {
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: #ddd;
    content: ''}
body.night-mode .hr-heading-text:after, body.night-mode .hr-heading-text:before {
    background: #323232;
}
.hr-heading-text:before {
    left: 100%;
    margin-left: 15px;
}
.hr-heading-text:after {
    right: 100%;
    margin-right: 15px;
}
.user-box {
    display: block;
    margin: 5px;
    text-align: center;
    text-decoration: none;
}
.circled-user-box {
    margin: 5px;
}
.circled-user-box .user-box {
    position: relative;
    padding-top: 100%;
    margin: 0;
    margin-bottom: 20px;
}
.pro-box-wrapper .user-box {
    width: 71px;
    float: right;
    opacity: .55;
}
.pro-box-wrapper.full-opacity .user-box {
    opacity: 1;
}
.pro-box-wrapper .user-box.slick-center {
    opacity: 1;
    transform: scale(1.1);
    font-weight: 600;
}
.user-box img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    border-radius: 50%}
.circled-user-box .user-box img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover;
}
.pro-box-wrapper .user-box img {
    width: 60px;
    height: 60px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}
.user-box .name {
    margin-top: 5px;
    font-size: 11px;
    word-break: break-word;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color:#222;
}
.circled-user-box .user-box .name {
    position: absolute;
    right: 0;
    left: 0;
}

.ui-box {
    position: relative;
    background: #eaeaea;
    padding: 50px 15px 15px;
    margin-top: 50px;
    margin-bottom: 20px;
    text-align: center;
    color:#333333;
    border-radius: 4px;
 }

.slider-content1{
      position: absolute;
    padding: 1rem;
    z-index: 99;
}
.slider-content2{
    position: relative;
    float:right;
  padding: 1rem;
  z-index: 99;
}
.icons-header{
    width: 24px;
    height: 24px;
    margin-top: -7px;
}
.icons-header-home{
    margin-top:-1px;
}
.titleaynat{
    margin-bottom: 15px;
    font-family: Tahoma;
    font-size: 23px;
    color: #fff;
}

.logoayatvisitor{
  position:absolute;
  padding: 1rem;
  z-index: 99;
}
.slider-content1  .logoayat{
    width:250px;
    height: 75px;

}
.publisher textarea::placeholder{
    color:#29b6ac !important;
    font-size: 12px !important;
}
  /* close and open chat */
  .message-icon{
    width:40px;
    height:40px;
    background:#29b6ac;
    line-height:46px;
    text-align:center;
    color:#fff;
    font-size:20px;
    border-radius:50%;
    position:fixed;
    bottom:30px;
    float:left;
    left:211px;
    cursor:pointer;
  }
  @media(max-width:1200px){
    .message-icon{
        display: none;
    }
  } 
  @media (max-width:1200px) {
    .chat-sidebar {
    display: none !important;
  }
  }
@media(max-width:992px){
    .titleaynat{
        font-size: 17px !important;
    }
    .titleaynatt{
        font-size: 17px !important;

    }
    .btn-defaultv{
        padding: 2px 38px;
        font-size: 12px;
    }
    .btn-defaultvisitor {
        padding: 2px 38px;
         font-size: 12px;
    }
    .hometi{
        font-size: 12px;
    }
    .title-icons span{
        font-size: 14px !important;
    }
}
@media(max-width:320px){
    .titleaynat{
        font-size: 11px !important;
    }
    .titleaynatt{
        font-size: 11px !important;

    }
    .title-icons span{
        font-size: 12px !important;
    }
}
@media(max-width:992px){
    .footerinfoayat{
        font-size: 13px !important;
    }
    .alert-info{
        font-size: 12px !important;
    }
}

    /* commithere */
 
.aboutfooter{
    text-align: center!important;
    margin-bottom: 10px;
    color: #037b73;
    font-weight: bold;
}
.carddirectory{
    margin-bottom: 20px;
    border: 1px solid #b4b6b6;
    border-radius: 25px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center;
}
 /* update here */
 .comment-inner.js_notifier-flasher.postadmin {
    background-color: #FFFFFF;
    font-weight: 900;
}
.input-group-prepend{
    height: 38px !important;
}

.boxgroup{
    position: relative;
    background: url(../images/forgroups.png);
    background-size: cover;
    background-position: center center;
    padding: 142px 113px 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}
/* commithere */
body .night-mode .boxgroup{
    position: relative;
    background: url(../images/forgroups.png);
    background-size: cover;
    background-position: center center;
    height: 300px;
    /* padding: 10px 15px 15px; */
    /* padding: 109px 76px 16px; */
    padding: 142px 78px 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;

}
.night-mode .titlegroupay{
    color:#33414a !important;
}
.night-mode .btn-defaultvisitor{
    color:#29b6ac !important;
}
/* commithere */
@media(max-width:575px){
    .boxgroup{
        height: 400px !important;
        padding: 145px 126px 0px !important;
    }

}
@media(max-width:360px){
    .boxgroup{
        height: 400px !important;
        padding: 122px 51px 0px !important;
    }

}
@media(min-width:576px){
    .boxgroup{
        height: 385px !important;
    }

}
@media(max-width:320px){
    .boxgroup{
        height: 400px !important;
        padding: 122px 40px 0px !important;
    }

}
@media(max-width:375px){
    .boxgroup{
        height: 320px !important;
        padding: 122px 40px 0px !important;
    }

}
@media(min-width:600px){
    .boxgroup{
        height: 356px !important;
    }

}
@media(max-width:800px){
    .navbar-wrapper>ul>li>a{
        padding:18px 1px !important;
        margin-left:-7px;

    }
}
.sectionhomelogin{
    background:url('../images/blank_group.jpg');
    background-size: cover;
    background-position: center center;
    
}
.groupcolor{
    font-size: 14px;
    color:#fff;
    line-height: 1.9;
}
/* commitedhere */
.ui-box .img {
    position: absolute;
    top: -50px;
    right: 50%;
    transform: translate(50%);
    background: #fff;
    padding: 4px;
    margin: 0 auto;
    border-radius: 50%}
body.night-mode .ui-box .img {
    background: #fff;
}
.ui-box img {
    height: 92px;
    width: 92px;
    border-radius: 50%}
.ui-box .btn {
    box-shadow: none;
}
.stat-panel {
    border-radius: 4px;
    margin-bottom: 20px;
    overflow: hidden;
}
.stat-panel.border {
    border: 1px solid #e6ecf5;
}
body.night-mode .stat-panel.border {
    border-color: #363636!important;
}
.stat-cell {
    position: relative;
    padding: 20px;
}
.stat-cell .icon {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #fff;
    font-size: 21px;
    width: 48px;
    height: 48px;
    padding: 14px;
    border-radius: 50%}
.stat-cell .bg-icon {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 100px;
    opacity: .25;
}
.stat-cell a {
    font-size: 13px;
    color: #fff;
}
.stat-cell a:hover {
    text-decoration: underline;
}
.main-side-nav {
    z-index: 2;
}
/* update here */
.main-side-nav img {
    width: 28px;
    height: 28px;
    margin-left: 10px;
}
.iconspost{
    width: 26px;
    height: 26px;

}
.followuserr{
    width:20px;
    height: 20px;
    margin-left:4px;
}
.interestuserr{
    width:20px;
    height: 20px;
    margin-left:4px;
}
.ui-box img.interestuserr{
    width:20px;
    height: 20px;
    margin-left:4px;
}
.ui-box img.followuserr{
    width:20px;
    height: 20px;
    margin-left:4px;
}
.ui-box img.iconspost{
    width:20px;
    height: 20px;
    margin-left:4px;
}
.ui-box img.iconspetit{
    width:25px;
    height: 19px;
    margin-left:4px;
}
.joinuserr{
    width:20px;
    height: 20px;
    margin-left:4px;

}
.ui-box img.joinuserr{
    width:20px;
    height: 20px;
    margin-left:4px;
    
}
.page-header-blogs{
    text-align: center;
}
.page-header-blogs h2{
    color:#29b6ac;
}
.iconspublic{
    width:30px;
    height: 30px;
}
.iconspostsearch{
    margin-top:-6px;
    width: 25px;
    height: 25px;
}
.iconspetit{
    width:25px;
    height: 19px;
}
.iconsauth{
    width:35px;
    height: 30px;
}
.iconsstatistic{
    width:100px;
    height: 110px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background:transparent;
    border:1px solid #29b6ac;
    color:#333333;
    border-radius: 50px;
}
.night-mode .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    color:#fff !important;
}
.groupsguran{
    padding: 35px 50px;
    background:#fff;
    height: auto;
    border-radius: 30px;
    border: 1px solid #a3a1a1;
}
.groupsblock{
    padding: 35px 100px;
    background:#fff;
    height: auto;
    border-radius: 30px;
    border: 1px solid #469791;

}
.centerblock{
    text-align: center;
    margin:auto;
}
@media(max-width:375px){
    .groupsblock{
        padding: 20px 0px;

    }
}
@media(max-width:500px){
    .groupsblock{
        padding: 20px 0px;
    }
}
/* commithere */
.night-mode .groupsguran{
    padding: 35px 50px;
    height: auto;
    border-radius: 30px;
    border: 1px solid #38444d;
    background:#132624 !important;
}
.night-mode .groupsblock{
        background:rgb(25, 39, 52);
        height: auto;
        border-radius: 30px;
        border: 1px solid #38444d;
    
    }
    
    .groupssbtn{
        background-image: url(../images/groupmj.svg);
        display: inline-block;
        border: 1px dashed #65cebd;
        width: 300px;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: transparent;
        height: 102px;
        padding: 6px 53px;
        margin-top: 10px;
        transition: all 0.5s;
        margin-bottom: 10px;
        color: #65cebd;
        font-weight: bold;
        font-size: 14px;
        cursor: pointer;
      }
  .groupsscolor{
    font-size: 13px;
    color: #333333;
    line-height: 1.9;
    font-weight: 600;
}
.fa-genderless{
    color:#29b6ac;
}
.btn-group-vertical ul {
    margin-right:20px;
}

  .btn-group-vertical ul li{
      display: inline-block;
      margin-left:10px;
  }
/* commithere */
.titlegroupay{
    font-size: 16px;
    font-weight: bold;
    color:#fff;
}
.iconsfriend{
    width: 24px;
    height: 24px;
}
.iconssettings{
    width: 23px;
    height: 23px;

} 
.iconseducation{
    width: 28px;
    height: 24px;
}

/* update here */
.main-side-nav .static, .main-side-nav a {
    display: block;
    font-weight: 600;
    padding: 8px 16px;
    color: #222;
}

.cardnewcolorminifooter{
    background: linear-gradient(20deg, #33d9b2, #218c74) !important;
    border:none !important;
}

.main-side-nav a[data-toggle=collapse]:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-style: normal;
    font-variant: normal;
    display: inline-block;
    float: left;
    content: '\f105';
    transition: all .15s ease;
    color: #ced4da;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}


.colfreindsuggtionclss a[data-toggle=collapse]:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-style: normal;
    font-variant: normal;
    display: inline-block;
    float: left;
    content: '\f105';
    transition: all .15s ease;
    color: #ced4da;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.colpanelsuggtionclss a[data-toggle=collapse]:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-style: normal;
    font-variant: normal;
    display: inline-block;
    float: left;
    content: '\f105';
    transition: all .15s ease;
    color: #ced4da;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.colpagessuggtionclss a[data-toggle=collapse]:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-style: normal;
    font-variant: normal;
    display: inline-block;
    float: left;
    content: '\f105';
    transition: all .15s ease;
    color: #ced4da;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.coleventuggtionclss a[data-toggle=collapse]:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-style: normal;
    font-variant: normal;
    display: inline-block;
    float: left;
    content: '\f105';
    transition: all .15s ease;
    color: #ced4da;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}


.main-side-trend a[data-toggle=collapse]:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-style: normal;
    font-variant: normal;
    display: inline-block;
    float: left;
    content: '\f105';
    transition: all .15s ease;
    color: #ced4da !important;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.main-side-nav a[data-toggle=collapse][aria-expanded=true]:after {
    transform: rotate(90deg);
    color: #29b6ac;
}
.colfreindsuggtionclss a[data-toggle=collapse][aria-expanded=true]:after {
    transform: rotate(90deg);
    color: #29b6ac;
}
.colpanelsuggtionclss a[data-toggle=collapse][aria-expanded=true]:after {
    transform: rotate(90deg);
    color: #29b6ac;
}
.colpagessuggtionclss a[data-toggle=collapse][aria-expanded=true]:after {
    transform: rotate(90deg);
    color: #29b6ac;
}
.coleventuggtionclss a[data-toggle=collapse][aria-expanded=true]:after {
    transform: rotate(90deg);
    color: #29b6ac;
}

body.night-mode .nightmodecolor{
    color:#fff !important;
}
.main-side-trend a[data-toggle=collapse][aria-expanded=true]:after {
    transform: rotate(90deg);
    color: #2dc26b !important;
}
.main-side-nav a:hover {
    color: #29b6ac;
}
.main-side-nav a.no-border {
    border-bottom: 0;
}
.main-side-nav>li.active>a {
    background-color: #f6f9fc;
    color: #29b6ac;
    border-radius: 5px;
}
body.light-mode .panel-messages{
    background-color: rgb(97 97 154) !important;
    border: 1px solid #aeaef9;
}
body.huile-mode .panel-messages{
    background-color: #1e3332 !important;
    border: 1px solid #6d6d6d;
}
body.night-mode .main-side-nav>li.active>a {
    background-color: #15202b;
    color: #fff;
}
body.light-mode .main-side-nav>li.active>a {
    background-color: transparent !important;
    color: #fff;
}

.main-side-nav ul>li.active>a {
    color: #29b6ac;
}

.main-side-nav ul a {
    margin-right: 32px;
    padding: 10px 20px;
    font-size: 11px;
    color: #222;
    border-right: 1px solid #eee;
}
body.night-mode .main-side-nav ul a {
    border-right-color: #363636;
}
.side-nav .static, .side-nav a {
    display: block;
    font-weight: 600;
    padding: 15px 25px;
    color: #222;
}
/* commithere */
.night-mode .side-nav a{
    color:#fff;
}
/* commithere */
.side-nav a:hover {
    color: #29b6ac;
}
.side-nav a[data-toggle=collapse]:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-style: normal;
    font-variant: normal;
    display: inline-block;
    float: left;
    content: '\f105';
    transition: all .15s ease;
    color: #ced4da;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.side-nav a[data-toggle=collapse][aria-expanded=true]:after {
    transform: rotate(90deg);
    color: #29b6ac;
}
.side-nav>li.active>a {
    background-color: #f6f9fc;
    color: #29b6ac;
    border-radius: 5px;
}
body.night-mode .side-nav>li.active>a {
    background-color: #20423f;
}
body.night-mode .side-nav>li.active>a{
    color:#29b6ac !important;

}
.side-nav ul>li.active>a {
    color: #29b6ac;
}
.side-nav ul a {
    margin-right: 32px;
    padding: 10px 20px;
    font-size: 12px;
    color: #888da8;
    border-right: 1px solid #eee;
}
body.night-mode .side-nav ul a {
    border-right-color: #29b6ac;
}
.content-tabs {
    background: #fff;
    margin-bottom: 20px;
    padding: 0 5px;
}
body.night-mode .content-tabs {
    background: rgb(25, 39, 52) !important;
    border-color:#38444d !important;
}
@media (min-width:768px) {
    .content-tabs {
    padding: 0 10px;
}
}.content-tabs>ul>li {
    float: right;
}
.content-tabs>ul>li>a {
    display: block;
    padding: 12px 14px;
    font-size: 13px;
    line-height: 20px;
    color: #333333;
    transition: all .2s ease;
}
body.night-mode .content-tabs>ul>li>a {
    color: #eee;
}
@media (min-width:768px) {
    .content-tabs>ul>li>a {
    padding: 14px 24px;
    font-size: 13px;
}
}.content-tabs>ul>li.active>a {
     /* color: var(--link-color); */
     color:#1ab3a9;
    font-weight: 600;
    border-bottom: 2px solid var(--link-color);
}
.see-more {
    text-align: center;
    margin: 10px 0 0;
    padding: 10px;
}
.see-more:hover {
    text-decoration: underline;
    cursor: pointer;
}
.see-more.loading:hover {
    text-decoration: none;
    cursor: default;
}
.see-more.done:hover {
    text-decoration: underline;
    cursor: text;
}
.feeds-item {
    border-bottom: 1px solid #e6ecf5;
}
body.night-mode .feeds-item {
    border-color: #323232;
}
.feeds-item:last-child {
    border-bottom: 0 none;
}
.feeds-item.unread {
    background: #e9eaed;
}
body.night-mode .feeds-item.unread {
    background: #2b2b2b;
}
.data-container {
    display: block;
    width: 100%;
    padding: 8px;
    min-height: 56px;
}
.data-container.small {
    min-height: 46px;
}
.data-container.clickable:hover, a.data-container:hover {
    background: #f6f7f8;
    text-decoration: none;
    cursor: pointer;
}
body.night-mode .data-container.clickable:hover, body.night-mode a.data-container:hover {
    background: #424242;
}
body.light-mode .chat-sidebar .data-centent{
    color:#fff !important;
}
body.huile-mode .chat-sidebar .data-centent{
    color:#fff !important;
}

.data-avatar {
    display: block;
    position: relative;
    float: right;
}
.data-avatar img {
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%}
@media (min-width:768px) {
    .data-avatar img {
    width: 40px;
    height: 40px;
    border-radius: 50%}
.data-container.small .data-avatar img {
    width: 30px;
    height: 30px;
}
}.data-avatar .left-avatar, .data-avatar .right-avatar {
    background-size: cover;
    background-position: center center;
    float: right;
    overflow: hidden;
    width: 14px;
    height: 30px;
    margin-left: 1px;
    border-radius: 0 20px 20px 0;
}
.data-avatar .right-avatar {
    width: 15px;
    margin-left: 0;
    border-radius: 20px 0 0 20px;
}
@media (min-width:768px) {
    .data-avatar .left-avatar, .data-avatar .right-avatar {
    width: 19px;
    height: 40px;
    border-radius: 0 20px 20px 0;
}
.data-avatar .right-avatar {
    width: 20px;
    border-radius: 20px 0 0 20px;
}
.data-container.small .data-avatar .left-avatar, .data-container.small .data-avatar .right-avatar {
    width: 14px;
    height: 30px;
}
.data-container.small .data-avatar .right-avatar {
    width: 15px;
}
}.data-reaction {
    position: absolute;
    bottom: -4px;
    left: -6px;
}
.data-content {
    padding-right: 38px;
    color: #4a4949;
    font-size: 11px;
}
body.light-mode .data-content{
    color:#fff !important;
}
body.huile-mode .data-content{
    color:#fff !important;
}

@media (min-width:768px) {
    .data-content {
    padding-right: 48px;
    word-wrap: break-word;
}
.data-container.small .data-content {
    padding-right: 38px;
}
}.data-content .data-img {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 1px;
    width: 48px;
    height: 48px;
    object-fit: cover;
}
.data-content .btn {
    padding: 2px 6px;
    font-size: 10px;
}
@media (min-width:576px) {
    .data-content .btn {
    padding: 4px 12px;
    font-size: 12px;
}
}
/* .data-content .name {
    font-weight: 700;
} */
.data-content .time {
    font-size: 10px;
    color: #403e3e;
}
.night-mode .data-content .time{
    color:#fff !important;
}
.data-content .text {
    word-break: break-all;
}
.x-form {
    position: relative;
}
.x-form-tools {
    position: absolute;
    color: #afafaf;
}
.x-form-tools>li {
    float: right;
    margin-right: 4px;
    padding: 4px 2px;
    border-radius: 50%}
.x-form-tools>li:first-child {
    margin-right: 0;
}
.x-form-tools>li:hover {
    background: #f3f3f3;
    cursor: pointer;
}
body.night-mode .x-form-tools>li:hover {
    background: #333;
}
.x-form-tools-attach, .x-form-tools-emoji, .x-form-tools-post {
    position: relative;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
}
@media (min-width:992px) {
    .x-form-tools-post {
    display: none;
}
}.x-form-tools-attach input[type=file] {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: left;
    opacity: 0;
    outline: 0;
    background: #fff;
    cursor: inherit;
    display: block;
}
.attachments li {
    float: right;
    width: 64px;
    height: 64px;
    margin-left: 5px;
    margin-bottom: 5px;
    -webkit-transition: padding .5s;
    transition: padding .5s;
}
@media (min-width:768px) {
    .attachments li {
    width: 96px;
    height: 96px;
}
}.attachments li.item {
    position: relative;
    border: 1px solid #eee;
    cursor: pointer;
}
body.night-mode .attachments li.item {
    border-color: #424242;
}
.attachments li.item img {
    width: 64px;
    height: 64px;
}
@media (min-width:768px) {
    .attachments li.item img {
    width: 94px;
    height: 94px;
}
}.attachments li.item .name {
    background: #fafafa;
    height: 100%;
    width: 100%;
    padding: 10px;
    color: #999;
    font-size: 10px;
    word-break: break-all;
}
.attachments li.item.deletable:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
    width: 64px;
    height: 64px;
    content: "";
    display: none;
}
@media (min-width:768px) {
    .attachments li.item.deletable:before {
    width: 94px;
    height: 94px;
}
}.attachments li.item.deletable:hover:before {
    display: block;
}
.attachments li.item button {
    position: absolute;
    top: 0;
    left: 5px;
    color: #fff;
    text-shadow: 0 1px 0 #000;
    opacity: .4;
    display: none;
}
.attachments li.item.deletable:hover button {
    display: block;
}
.attachments li.item.deletable button:hover {
    opacity: .8;
}
.attachments li.loading {
    padding-top: 22px;
    background: #f3f3f3;
    border: 1px solid #eee;
    display: none;
}
@media (min-width:768px) {
    .attachments li.loading {
    padding-top: 45px;
}
}body.night-mode .attachments li.loading {
    background: #212121;
    border-color: #424242;
}
.attachments li.add {
    position: relative;
    overflow: hidden;
    padding: 20px 25px 0 0;
    color: #ddd;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
    border: 2px dashed #cecece;
}
@media (min-width:768px) {
    .attachments li.add {
    padding: 30px 35px 0 0;
    font-size: 24px;
}
}.x-uploader {
    overflow: hidden;
}
.x-uploader input[type=file] {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: left;
    opacity: 0;
    outline: 0;
    background: #fff;
    cursor: pointer;
    display: block;
}
.x-uploader .fa {
    cursor: pointer;
}

.x-image {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #eee;
    width: 96px;
    height: 96px;
    overflow: hidden;
    display: block;
    border-radius: 2px;
}
body.night-mode .x-image {
    background-color: #9f9d9d;
}
.x-image.full {
    width: 100%}
.x-image.sm {
    width: 48px;
    height: 48px;
}
.x-image:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    content: '';
    opacity: 0;
}
.x-image:hover.x-image:before {
    opacity: .2;
}
.x-image-success {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    opacity: .5;
    background: #000;
    width: 100%;
    height: 100%;
    padding-top: 30%;
    text-align: center;
    color: #fff;
    font-size: 12px;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.x-image-loader {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    opacity: .5;
    background: #000;
    width: 100%;
    height: 100%;
    padding-top: 50%;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.x-image.full .x-image-loader {
    padding-top: 20%}
.x-image .x-uploader {
    position: absolute;
    bottom: 5px;
    left: 5px;
}
.x-image button {
    position: absolute;
    top: 0;
    left: 5px;
}
.x-progress {
    height: 5px;
    margin: 0 1.5rem;
    border-radius: 25px;
}
.tbl-image {
    width: 24px;
    height: 24px;
    float: right;
    margin-left: 5px;
    border-radius: 50%}
.verified-badge {
    color: #cdb400;
}
.pro-badge {
    color: #e13c4c;
}
.privacy-badge {
    color: #fff;
    font-size: 16px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: #cdb400;
}
.privacy-badge:hover, .pro-badge:hover, .verified-badge:hover {
    cursor: pointer;
}
.ads-title {
    font-size: 14px;
    padding: 5px 0;
    margin: 0;
    word-break: break-all;
}
.ads-descrition {
    font-size: 12px;
    word-break: break-word;
}
.adblock-warning-message {
    display: none;
    padding: 20px;
    background: #d30000;
    text-align: center;
    color: #fff;
    border-radius: 2px;
}
.adblock-detector {
    position: fixed;
    top: 46px;
    right: 0;
    left: 0;
    display: none;
    margin-bottom: 30px;
    padding: 20px 10px;
    background: #d30000;
    text-align: center;
    font-weight: 700;
    color: #fff;
}
@media (min-width:768px) {
    .user-popover {
    position: relative;
}
.user-popover-wrapper {
    width: 400px;
    height: 174px;
    z-index: 99999;
}
.user-popover-wrapper:before {
    content: "";
    position: absolute;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #e6ecf5;
    top: 0;
}
body.night-mode .user-popover-wrapper:before {
    border-bottom-color: #000;
}
.user-popover-wrapper.tr:before {
    right: 10px;
}
.user-popover-wrapper.tl:before {
    left: 10px;
}
.user-popover-wrapper:after {
    content: '';
    position: absolute;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 9px solid #fff;
    top: 1px;
    z-index: 99999;
}
body.night-mode .user-popover-wrapper:after {
    border-bottom-color: #212121;
}
.user-popover-wrapper.tr:after {
    right: 12px;
}
.user-popover-wrapper.tl:after {
    left: 12px;
}
.user-popover-content {
    width: 400px;
    position: absolute;
    top: 9px;
    right: 0;
    font-size: 14px;
    text-align: right;
    border: 1px solid #e6ecf5;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    z-index: 999999;
}
body.night-mode .user-popover-content {
    background: #212121;
    border-color: #000;
}
.user-card {
    position: relative;
}
.user-card-cover {
    width: 100%;
    height: 120px;
    background-color: #424242;
    background-size: cover;
    background-position: center center;
    border-bottom: 1px solid #e6ecf5;
}
body.night-mode .user-card-cover {
    border-color: #000;
}
.user-card-avatar {
    position: absolute;
    right: 15px;
    bottom: -15px;
    padding: 3px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .3);
}
body.night-mode .user-card-avatar {
    background: #212121;
}
.user-card-avatar img {
    width: 60px;
    height: 60px;
    border-radius: 50%}
.user-card-info {
    position: absolute;
    right: 96px;
    bottom: 10px;
    color: #fff;
}
.user-card-info a {
    color: #fff;
    text-shadow: 0 0 3px rgba(0, 0, 0, .9);
}
.user-card-info a:hover {
    text-decoration: underline;
}
.user-card-info a.name {
    font-size: 1.3em;
    font-weight: 600;
}
.user-card-info .info {
    font-size: 12px;
    line-height: 15px;
    text-shadow: 0 0 3px rgba(0, 0, 0, .9);
}
.user-card-meta {
    padding-right: 96px;
    padding-top: 10px;
    font-size: 12px;
}
.user-card-meta .fa {
    color: #b2b2b2;
}
.user-popover-content .footer {
    text-align: left;
    padding: 6px 7px;
    margin-bottom: 0;
    margin-top: 0;
    background: #f6f9fc;
    border-top: 1px solid #e5e5e5;
    border-radius: 0 0 3px 3px;
}
body.night-mode .user-popover-content .footer {
    background: #1b1b1b;
    border-color: #424242;
}
.user-popover-content .footer .btn {
    padding: 6px 12px;
}
}.trending-item {
    word-break: break-word;
    display: block;
    padding: 5px 0;
    font-size: 13px;
}
/* commit here delete bold */
.trending-item .hash {
    display: block;
    color: #29b6ac;
    font-size: 14px;
}
/* commit here delete bold */
.trending-item .frequency {
    font-size: 12px;
    /* color: #ffeb00; */
    color:#082c32;
}
.trending-item:hover .hash {
    text-decoration: underline;
}
.publisher-overlay {
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    opacity: 0;
    transition: opacity .5s;
    z-index: 1002;
}
body.publisher-focus .publisher-overlay {
    bottom: 0;
    opacity: .6;
    transition: opacity .5s;
}
.publisher {
    margin-bottom: 3px;
    border: 1px solid #aeaef9;
    top: 8px;
    border-radius: 25px;
    /*background: #eaeaff;*/
    background:var(--publisher-background-color);
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
body.night-mode .publisher {
    background: #192734;
    border-color: #38444d;
    border-radius: 25px;
}
body.publisher-focus .publisher {
    z-index: 1003;
}
.publisher.mini {
    margin-bottom: 0;
    border-radius: 0;
    border: 0;
}
.publisher-loader {
    display: none;
    position: absolute;
    top: 5px;
    left: 10px;
    z-index: 1;
}
.publisher-close {
    position: absolute;
    top: 5px;
    left: 10px;
    z-index: 1;
}
.night-mode .table-dark td, .table-dark th, .table-dark thead th{
    border-color: #38444d;
    background-color:#132624;

}
.publisher-message {
    position: relative;
    padding: 15px 65px 20px 15px;
}
.publisher-avatar {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 40px;
    height: 40px;
    padding: 2px;
    border: 1px solid #efefef;
    border-radius: 50%}
body.night-mode .publisher-avatar {
    border-color: #424242;
}
.publisher textarea {
    background: 0 0;
    direction: rtl;
    resize: none;
    outline: 0;
    width: 100%;
    margin-top: 5px;
    padding: 0;
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    border: 0 none;
}
body.night-mode .publisher textarea {
    color: #eee;
}
.publisher-emojis {
    display: none;
    position: absolute;
    bottom: 5px;
    left: 10px;
}
.publisher-emojis .far {
    cursor: pointer;
    color: #999;
}
.publisher-scraper {
    display: none;
    position: relative;
    padding: 10px;
}
.publisher-scraper-remover {
    position: absolute;
    top: 15px;
    left: 20px;
    background: #dedede;
    border: 1px solid #eaeaea;
    padding: 0 4px;
    border-radius: 50%;
    z-index: 1;
}
.publisher-scraper-remover:hover {
    background: #fff;
}
.publisher-scraper-remover button.close {
    opacity: .5;
}
.publisher-attachments {
    padding: 10px 10px 5px;
}
.publisher-meta {
    position: relative;
    border-top: 1px dashed #eee;
    color: #9c9c9c;
    margin: 0 15px;
    padding: 5px 38px 5px 10px;
    display: none;
}
body.night-mode .publisher-meta {
    border-color: #424242;
}
.publisher-meta.top {
    border-top: 0;
    border-bottom: 1px dashed #eee;
}
.publisher-meta .fa {
    position: absolute;
    top: 10px;
    right: 10px;
    border-left: 1px solid #ccc;
    padding-left: 20px;
}
.publisher-meta input, .publisher-meta select {
    background: 0 0;
    width: 100%;
    color: #4e5665;
    font-size: 13px;
    line-height: 20px;
    outline: 0 none;
    border: 0 none;
}
body.night-mode .publisher-meta input, body.night-mode .publisher-meta select {
    color: #eee;
}
.publisher-meta select {
    color: #9c9c9c;
}
.publisher-meta select:focus {
    color: #4e5665;
}
.publisher-meta input::-webkit-input-placeholder {
    color: #9c9c9c;
}
.publisher-meta input:-moz-placeholder {
    color: #9c9c9c;
    opacity: 1;
}
.publisher-meta input:-ms-input-placeholder {
    color: #9c9c9c;
}
.publisher-custom-thumbnail {
    display: none;
    position: relative;
    margin: 10px 15px;
    padding: 5px 38px 5px 10px;
    border-top: 1px dashed #eee;
    color: #9c9c9c;
    overflow: hidden;
}
.publisher-custom-thumbnail .x-image {
    width: 100%;
    height: 160px;
    margin-top: 5px;
}
.publisher-custom-thumbnail .x-image-loader {
    padding-top: 80px;
}
.dropdown-menu.gif-search {
    display: none;
    right: 0;
    padding: 5px;
    margin-top: 0;
    border: 1px solid #efefef;
    border-radius: 2px;
    box-shadow: none;
}
body.night-mode .dropdown-menu.gif-search {
    border-color: #424242;
}
.gif-search .item {
    width: 33%;
    float: right;
    margin-left: 1px;
    margin-bottom: 1px;
}
.gif-search .item>img {
    width: 100%;
    height: fit-content;
    cursor: pointer;
}
.publisher-meta.feelings {
    padding: 0;
}
#feelings-menu-toggle {
    padding: 5px;
    cursor: pointer;
}
#feelings-menu-toggle.active {
    display: table-cell;
    white-space: nowrap;
    padding: 5px;
    background: #e2e8f6;
    border-left: 1px dotted #dddfe2;
    color: #6f6f6f;
    cursor: pointer;
}
body.night-mode #feelings-menu-toggle.active {
    background: 0 0;
    border-color: #424242;
}
#feelings-data {
    display: table-cell;
    width: 100%;
    padding: 5px;
}
.feeling-item {
    padding: 5px;
    cursor: pointer;
    color: #666;
}
body.night-mode .feeling-item {
    color: #cacaca;
}
.feeling-item:hover {
    background: var(--header-bg-color);
    color: #fff!important;
}
.feeling-item .icon {
    display: table-cell;
    vertical-align: top;
    padding-left: 5px;
}
.feeling-item .data {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    font-size: 1.2em;
    font-weight: 600;
}
.publisher-slider {
    display: none;
}
.publisher-tools-tabs {
    margin: 0 15px;
    padding-top: 15px;
    border-top: 1px solid #e6ecf5;
    border-bottom: 1px solid #e6ecf5;
}
@media(max-width:575px){
    .publisher-tools-tab{
        padding:7px 38px !important;
    }
}
@media(min-width:400px) and (max-width:500px){
    .publisher-tools-tab{
        padding:7px 21px !important;
    }
}
@media(max-width:375px){
    .publisher-tools-tab{
        padding:7px 16px !important;
    }
}
@media(max-width:320px){
    .publisher-tools-tab{
        padding:7px 12px !important;
    }
}
@media(min-width:768px){
    .publisher-tools-tab{
        padding:7px 22px !important;
    }
}
@media(min-width:1200px){
    .publisher-tools-tab{
        padding:7px 20px !important;
    }
}
body.night-mode .publisher-tools-tabs {
    border-color: #424242;
}
.publisher-tools-tab {
    display: block;
    /* background: #f7f7f7; */
    padding: 7px 14px;
    color: #7f838a;
    font-size: 13px;
    font-weight: 700;
    border-radius: 25px;
    margin-bottom: 15px;
}
body.night-mode .publisher-tools-tab {
    color: #38444d;
}
.publisher-tools-tab:hover {
    background: #f3f3f3;
    color: #7f838a;
    cursor: pointer;
}
body.night-mode .publisher-tools-tab:hover {
    background: #525252;
    color: #d5d5d5;
}
.publisher-tools-tab.active, body.night-mode .publisher-tools-tab.active {
    color: #5e72e4;
}
body.night-mode .publisher-tools-tab.activated {
    background: #111;
}
.publisher-tools-tab[data-tab=audio].activated:after, .publisher-tools-tab[data-tab=file].activated:after, .publisher-tools-tab[data-tab=video].activated:after {
    content: "";
    background: 0 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    cursor: initial;
}
.publisher-tools-tab.disabled {
    position: relative;
}
.publisher-tools-tab.disabled:hover {
    background: #f7f7f7;
    color: #7f838a;
    cursor: initial;
}
body.night-mode .publisher-tools-tab.disabled:hover {
    background: #424242;
    color: #d5d5d5;
}
.publisher-tools-tab.disabled:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: .6;
    border-radius: 25px;
}
body.night-mode .publisher-tools-tab.disabled:after {

    background: #000;
}
.publisher-tools-tab.attach {
    position: relative;
    overflow: hidden;
}
.publisher-tools-tab.attach form {
    display: initial;
}
.publisher-tools-tab img {
    width: 27px;
    height: 27px;
    margin-left: 5px;
}
.publisher-footer {
    text-align: left;
    padding: 15px;
}
.posts-filter {
    margin-bottom: 3px;
    padding-bottom: 5px;
    border: 1px dashed #29b6ac;
    line-height: 34px;
    padding: 12px;
    border-radius: 20px;
    color:#29b6ac;
}
button.close{
    color:#29b6ac;
}
.posts-groupsayat{
    margin-bottom: 16px;
    margin-right: 3px;
    line-height: 34px;
    padding: 7px;
    text-align: center;
    font-size: 15px;
}


.eslamicayat{
    margin-right: -230px;
    width: 69px;
    height: 65px;
}
.eslamicayat1{
    margin-left: -230px;
    width: 69px;
    height: 65px;
}
.posts-groupsayat .titlemajales{
    color: #29b6ac !important;
    font-size: 14px;
    font-weight: bold;
}
body.huile-mode .posts-groupsayat .titlemajales{
    color:#29b6ac !important;
}
.cardAyQur{
    padding:25px;
    color: #ffffff;
    background: #22a79e;
}
body.night-mode .posts-filter {
    border-bottom-color: #192734;
    background: #192734;
}
.posts-filter .btn-group .btn, .posts-filter .btn-group .btn-default.active, .posts-filter .btn-group .btn-default:active, .posts-filter .btn-group .open .btn-default.dropdown-toggle, .posts-filter .btn-group .open .btn.dropdown-toggle {
    background: 0 0!important;
    box-shadow: none!important;
    border: 0 none!important;
    padding-right: 0!important;
    padding-left: 0!important;
    /* color: #999!important; */
    color: #1fa39a!important;
}
.posts-filter .dropdown-menu {
    min-width: 100%}
.posts-filter .dropdown-menu .dropdown-item {
    padding: 2px 16px;
}
.post {
    position: relative;
    margin-bottom: 13px;
    background: #fff;
    /*border: 1px solid #29b6ac;*/
    border: 1px solid var(--post-border-color);
    border-radius: 20px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .05);
 
    
}
.post {
    position: relative;
    margin-bottom: 13px;
    background: #fff;
    border: 1px solid #d1d5d4bf;
    /* border: 1px solid var(--post-border-color); */
    border-radius: 20px;
    box-shadow: 4px 4px 6px 0px #d1d5d4bf;

 
    
}
/* commithere */
body.night-mode .post {
    background-color: rgb(25, 39, 52);
    border-color: rgb(56, 68, 77);
}
body.night-mode .dropdown-menu{
    background-color: rgb(25, 39, 52);
    border: 1px solid #666;
}
/* commithere */
.post.flagged {
    padding: 15px;
    background: #f6f7f8;
}
.post .pin-icon {
    position: absolute;
    left: 18px;
    top: -10px;
    width: auto;
    font-size: 25px;
    color: #f9b340;
}
.post.boosted, body.night-mode .post.boosted {
    border: 2px solid #ffa412;
}
.post .boosted-icon {
    position: absolute;
    right: -5px;
    top: -15px;
    width: auto;
    padding: 3px 6px;
    font-size: 16px;
    background: #ffa412;
    color: #fff;
    border-radius: 50%;
    -ms-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
}
.post.highlighted {
    border: 1px solid #4083a9;
    box-shadow: inset 0 0 0 1px #4083a9;
}
.post a:not(.dropdown-item):hover {
    text-decoration: underline;
}
.post-memory-header {
    padding: 10px 20px;
    border-bottom: 1px solid #f4f4f4;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
}
body.night-mode .post-memory-header {
    border-color: #424242;
}
.post-body {
    padding: 20px 20px 10px;
}
.post-header {
    margin-bottom: 10px;
}
.post-avatar {
    display: table-cell;
    vertical-align: top;
    padding-left: 10px;
}
.post-avatar-picture {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #eee;
    width: 100%;
    height: 100%;
    padding-top: 100%;
    overflow: hidden;
    min-width: 40px;
    min-height: 40px;
    display: block;
    border-radius: 50%}
.post-avatar-picture.small {
    min-width: 25px;
    min-height: 25px;
}
.post-avatar-picture.rounded {
    border-radius: 50%}
.post-meta {
    display: table-cell;
    vertical-align: top;
    width: 100%;
    word-break: break-word;
    word-wrap: break-word;
}
.post-meta .dropdown .dropdown-toggle {
    color: #d3d3d3;
    padding: 5px;
    border-radius: 50%}
.post-meta .dropdown .dropdown-toggle:hover {
    background: #e9eaee;
    color: #b3b3b3;
    cursor: pointer;
}
body.night-mode .post-meta .dropdown .dropdown-toggle:hover {
    background: #333;
}
.post-meta .dropdown-toggle:after {
    display: none!important;
}
.post-author {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}
.post-time {
    color: #999;
    font-size: 11px;
    line-height: 16px;
}
.post-title{
    color:#676666;
}
.post-time a {
    color: #333333;
}
.post-time .fa:hover {
    cursor: pointer;
}
.post-time .btn-group, .post-time .btn-group .btn {
    background: 0 0!important;
    box-shadow: none!important;
    border: 0 none!important;
    padding: 2px 4px!important;
    color: #999!important;
}
.post-time .btn-group .btn:hover {
    background: #f3f3f3!important;
}
.post-text, .post-text-translated {
    text-align: initial;
    word-break: initial;
    word-wrap: break-word;
    overflow: hidden;
    margin-bottom: 5px;
    -webkit-transition: height .2s;
    transition: height .2s;
    color:#333333 !important;
}
.night-mode .post-text, .post-text-translated {
    color:#fff;
}
.post-text-translation {
    border-right: 2px solid #e9eaee;
    padding-right: 10px;
    margin-top: 10px;
}
.post-text .twa {
    height: 1.6em!important;
    width: 1.6em!important;
    margin: 0 .15em 0 .0665em!important;
    vertical-align: -.15em!important;
    background-size: 1.6em 1.6em!important;
}
.post-stats {
    margin-top: 15px;
    font-size: 11px;
    color: #999;
}
.post-actions {
    margin-top: 10px;
    padding-top: 5px;
    border-top: 1px solid #f4f4f4;
}
body.night-mode .post-actions {
    border-color: #9f9d9d;
}
.post-actions .action-btn {
    float: right;
    width: 25%;
    padding: 10px;
    color: #333333;
    font-size: 13px;
    font-weight: 700;
    line-height: 14px;
    text-align: center;
    border-radius: 2px;
    transition: all .1s ease-in-out;
}
.post-actions .action-btn:hover {
    background: #f7f7f7;
    cursor: pointer;
}
body.night-mode .post-actions .action-btn:hover {
    background: #333;
}
/* update here */
.post-footer {
    background: #f9f9f9;
    border-top: 1px solid #eee;
    /* border-radius: 0 0 3px 3px; */
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 0 15px;
}
/* update here */
.night-mode .post-footer {
    background: #132624;
    border-top-color: #38444d;
}
.post-social-share {
    padding-bottom: 15px;
    margin-bottom: 20px;
    text-align: center;
    border-bottom: 1px solid #f4f4f4;
}
body.night-mode .post-social-share {
    border-color: #424242;
}
.post-comments {
    padding-top: 10px;
}
.pg_wrapper a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-color: #f5f5f5;
}
body.night-mode .pg_wrapper a {
    background-color: #414141;
}
.pg_wrapper .more {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    font-size: 2em;
    font-weight: 600;
    line-height: 100%;
    text-align: center;
    padding-top: 40%}
.pg_1x {
    text-align: center;
}
.pg_1x img {
    max-width: 100%}
.pg_2x {
    width: 50%;
    float: right;
    padding-left: 1px;
}
.pg_2x>a {
    padding-bottom: 100%}
.pg_1o3, .pg_2o3 {
    float: right;
    margin-left: 1px;
}
.pg_1o3 {
    margin-left: -1px;
}
.pg_2o3 .pg_2o3_in {
    margin-bottom: 1px;
}
.pg_2o3 .pg_2o3_in:last-child {
    margin-bottom: 0;
}
.pg_1o3 .pg_1o3_in {
    margin-bottom: 1px;
}
.pg_1o3 .pg_1o3_in:last-child {
    margin-bottom: 0;
}
.post-media {
    border: 1px solid #eee;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
body.night-mode .post-media {
    background: #121212;
    border-color: #424242;
}
.post-media.list {
    background: #fff;
    box-shadow: none;
    margin-bottom: 15px;
    border: 0;
}
body.night-mode .post-media.list {
    background: #212121;
}
.post-media img.img-fluid {
    width: 100%;
    max-height: 350px;
}
.post-media-image-wrapper {
    position: relative;
}
.post-media-image-meta {
    position: absolute;
    bottom: 15px;
    right: 15px;
}
.post-media-image {
    overflow: hidden;
}
.post-media-image div {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #eee;
    width: 100%;
    height: 100%;
    padding-top: 100%;
    overflow: hidden;
    min-width: 100px;
    min-height: 100px;
}
.embed-ifram-wrapper * {
    width: 100%!important;
}
.embed-ifram-wrapper iframe {
    min-height: 441px;
    max-height: 441px;
}
.post-media-meta {
    padding: 15px;
    width: 100%;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.post-media-meta .title {
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    word-break: break-all;
}
.post-media-meta .title:hover {
    text-decoration: none;
}
.post-media-meta .text {
    max-height: 90px;
    overflow: hidden;
}
.post-media-meta .source {
    color: #999;
    font-size: 11px;
    text-transform: uppercase;
}
.post-media-meta .info {
    color: #999;
    font-size: 11px;
}
.post-downloader {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding-top: 10px;
    display: inline-flex;
    padding-bottom: 10px;
    margin-top: 10px;
}
body.night-mode .post-downloader {
    border-color: #323232;
}
.post-downloader .icon {
    display: table-cell;
    vertical-align: middle;
    background-color: #f9f9f9;
    padding: 10px 20px;
    border-radius: 2px;
}
.post-downloader .info {
    display: table-cell;
    vertical-align: top;
    margin-top:25px;
    width: 100%}
.post-product-wrapper {
    padding: 10px 5px;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    border-radius: 2px;
}
body.night-mode .post-product-wrapper {
    border-color: #424242;
}
.post-product-details {
    display: inline-block;
    width: 32%;
    border-left: 1px solid #e5e5e5;
    text-align: center;
    vertical-align: middle;
}
body.night-mode .post-product-details {
    border-color: #424242;
}
.post-product-details:last-child {
    border-left: 0;
}
.post-product-details .title {
    font-weight: 600;
    margin-bottom: 3px;
}
.post-product-details .description {
    color: #555;
}
.post-dropdown-menu {
    width: 240px;
}
.post-dropdown-menu .fa {
    margin-left: 10px;
    color: #8b8b8b;
}
.post-dropdown-menu .action {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
}
.post-dropdown-menu .action.no-icon {
    padding-right: 22px;
    font-weight: 400;
}
.post-dropdown-menu .action.no-desc {
    font-weight: 400;
}
.post-dropdown-menu .action-desc {
    padding-right: 30px;
    color: #fff;
    font-size: 11px;
    line-height: 16px;
}
.post-map img {
    border: 1px solid #ededed;
    border-radius: 3px;
    padding: 2px;
    margin-top: 5px;
}
body.night-mode .post-map img {
    border-color: #424242;
}
.poll-option {
    display: table-cell;
    vertical-align: top;
    position: relative;
    width: 100%;
    padding: 6px 8px;
    height: 35px;
    background-color: #fff;
    border: 1px solid #dddfe2;
    border-radius: 4px;
}
body.night-mode .poll-option {
    background-color: #323232;
    border-color: #424242;
}
.poll-option:hover {
    border: 1px solid #ced0d4;
    cursor: pointer;
}
.poll-option .percentage-bg {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-color: #ecf0f7;
}
body.night-mode .poll-option .percentage-bg {
    background-color: #121212;
}
.poll-voters {
    display: table-cell;
    vertical-align: top;
    padding-right: 5px;
}
.poll-voters .more {
    width: 35px;
    height: 35px;
    background-color: #ecf0f7;
    padding: 8px 0;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
}
body.night-mode .poll-voters .more {
    background-color: #323232;
    border-color: #424242;
}
.youtube-player {
    position: relative;
    padding-top: 56%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
}
.youtube-player iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: 0 0;
}
.youtube-player img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    margin: auto;
    max-width: 100%;
    width: 100%;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}
.youtube-player img:hover {
    -webkit-filter: brightness(75%);
}
.youtube-player .play {
    width: 72px;
    height: 72px;
    right: 50%;
    top: 50%;
    margin-right: -36px;
    margin-top: -36px;
    position: absolute;
    background: url(../images/youtube.png) no-repeat;
    cursor: pointer;
}
.comment {
    padding-bottom: 10px;
}
.comment-avatar {
    float: right;
}
.comment-avatar-picture {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #eee;
    width: 100%;
    height: 100%;
    padding-top: 100%;
    overflow: hidden;
    min-width: 36px;
    min-height: 36px;
    display: block;
    border: 1px solid #999999 !important;
    border-radius: 50%}
.comment-data, .comment-edit {
    margin-right: 46px;
}
.comment-data .img-fluid {
    max-width: 30%;
    max-height: 100px;
    margin: 5px 0;
}
/* update here */
.comment-inner-wrapper {
    display: flex;
    margin-bottom: 5px;
    border-radius: 20px !important;
    border:1px solid #369894 !important;
}
/* update here */
/* update here */
.comment-inner {
    position: relative;
    padding: 8px 12px;
    background-color: #e9e9e9;
    border-radius: 21px;
    box-shadow: 0 0 1px rgba(0, 0, 0, .1);
    width:100%;
}
/* update here */
body.night-mode .comment-inner {
    background-color: #254945;
}
body.night-mode .comment-text{
    color:#fff !important;
}
/* update here */
.comment-inner:before {
    content: '';
    display: block;
    position: absolute;
    right: -6px;
    top: 9px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-right-width: 0;
    /* border-left-color: #fff; */
    border-right-color: #20a59c;
    cursor: default;
    z-index: 1;
    filter: drop-shadow(-1px 1px 0 rgba(0,  0,  0,  .02));
}
/* update here */
body.night-mode .comment-inner:before {
      border-right-color: #29b6ac;
}
.comment-author {
    font-weight: 500;
}
/* update color text here */
.comment-text {
    text-align: initial;
    word-break: break-word;
    word-wrap: break-word;
    overflow: hidden;
    margin-bottom: 5px;
    color: #2a9f97 !important;
}
/* update color text here */
.comment-text .twa {
    font-size: 1.4em;
}
.comment-actions>li {
    float: right;
    margin-left: 8px;
}
.comment-replies {
    padding-top: 10px;
}
.comment-replies>ul {
    width: 100%}
.comment-form textarea {
    background: #fff;
    direction: rtl;
    display: block;
    border: 0;
    resize: none;
    outline: 0;
    width: 100%;
    padding: 8px 16px;
    padding-left: 94px;
    margin: 0;
    font-size: 13px;
    line-height: 18px;
    height: 36px;
    border: 1px solid #29b6ac;
    border-radius: 18px;
}
body.night-mode .comment-form textarea {
    color: #333333;
    /* background: #d7d8d8; */
    background:#fff !important;
    border-color: #29b6ac;
}
@media (min-width:992px) {
    .comment-form textarea {
    padding-left: 70px;
}
}.comment-form .x-form-tools {
    bottom: 4px;
    left: 14px;
}
.comment-attachments {
    background: #fff;
    padding: 10px 14px 4px 14px;
    margin-top: 4px;
    border: 1px solid #eee;
    border-radius: 18px;
}
body.night-mode .comment-attachments {
    background: 0 0;
    border-color: #424242;
}
.comment .comment-btn {
    display: none;
}
.comment:hover .comment-btn {
    display: block;
}
.comment-btn button.close {
    font-size: 1.4em;
}
.comment .dropdown-toggle {
    color: #d3d3d3;
}
.comment .dropdown-toggle:hover {
    color: #b3b3b3;
    cursor: pointer;
}
.blog-container {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 20px;
    display: block;
    color: inherit;
    text-decoration: none;
    position: relative;
}
.night-mode .blog-container {
    background: #192734;
}
@media (min-width:768px) {
    .blog-container {
    height: 400px;
}
.blog-container.primary {
    background: var(--header-bg-color);
}
}.blog-image {
    min-height: 150px;
}
@media (min-width:576px) {
    .blog-image {
    overflow: hidden;
    height: 150px;
}
}.blog-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
@media (min-width:768px) {
    .blog-container.primary .blog-image {
    display: inline-block;
    width: 50%;
    height: 100%;
    max-height: 100%}
.blog-container.primary .blog-image img {
    width: auto;
    max-width: inherit;
}
}.blog-content {
    padding: 10px;
}
@media (min-width:768px) {
    .blog-container.primary .blog-content {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    color: #fff;
}
}.blog-content h3 {
    margin: 0;
    font-weight: 900;
    font-size: 20px;
    text-transform: uppercase;
}
@media (min-width:576px) {
    .blog-container .blog-content h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 24px;
    max-height: 72px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
}@media (min-width:768px) {
    .blog-container.primary .blog-content h3 {
    font-size: 26px;
    line-height: 30px;
    max-height: 180px;
    -webkit-line-clamp: 6;
}
}.blog-content .text {
    margin: 12px 0;
    font-size: 13px;
}
@media (min-width:576px) {
    .blog-container .blog-content .text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 18px;
    max-height: 108px;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
}@media (min-width:768px) {
    .blog-container.primary .blog-content .text {
    margin: 13px 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    max-height: 140px;
    -webkit-line-clamp: 7;
}
}@media (min-width:768px) {
    .blog-container.primary .text-link {
    color: #eee;
}
}.blog-content .post-avatar {
    padding-left: 5px;
    padding-top: 3px;
}
.blog-more {
    width: 0%;
    height: 100%;
    color: #aaa;
    background-color: var(--header-bg-color);
    position: absolute;
    top: 0;
    opacity: 0;
    text-align: center;
    -webkit-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
}
.blog-more span {
    position: absolute;
    top: calc(50% - 22px);
    right: calc(50% - 45px);
    border: 1px solid #fff;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
}
.blog-container:hover .blog-more {
    width: 100%;
    opacity: .95;
}
.article-wrapper {
    background: #fff;
    padding: 25px;
    border-radius: 3px 3px 0 0;
}
.night-mode .article-wrapper {
    background: #212121;
}
.article-wrapper h3 {
    margin-top: 0;
    margin-bottom: 20px;
}
.article-meta-counter {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 24px;
    color: #999;
    background: #f5f5f5;
    border-radius: 2px;
}
.article-meta-counter:hover {
    color: #999;
    background: #e1e1e1;
    cursor: pointer;
}
.article-text {
    font-size: 1.2em;
    line-height: 1.6em;
    word-wrap: break-word;
}
.article-text img {
    width: 100%!important;
    height: auto!important;
}
.article-text iframe {
    width: 100%!important;
}
.article-tags {
    margin-top: 20px;
}
.article-tags ul>li {
    display: inline-block;
    margin-left: 4px;
    margin-top: 4px;
}
.article-tags ul>li>a {
    border-radius: 2px;
    background: #f5f5f5;
    padding: 0 12px;
    line-height: 24px;
    color: #999;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    display: inline-block;
}
.article-tags ul>li>a:hover {
    background: var(--header-bg-color);
    color: #fff;
}
.articles-widget-header {
    margin-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
}
.night-mode .articles-widget-header {
    border-color: #212121;
}
.articles-widget-title {
    display: inline-block;
    margin: 0;
    margin-bottom: -1px;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: 300;
    font-size: 18px;
    line-height: 40px;
    color: #999;
    border-bottom: 1px solid #aaa;
}
.article-categories {
    margin-bottom: 15px;
}
.article-categories li {
    float: right;
    margin-left: 5px;
    margin-bottom: 5px;
}
.article-category {
    border-radius: 12px;
    background: #777;
    padding: 0 12px;
    line-height: 24px;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    display: inline-block;
}
.article-category.small {
    font-size: 9px;
}
.article-category:hover {
    background: var(--header-bg-color);
    color: #fff;
}
.forum-breadcrumb {
    padding: 16px 20px;
    margin-top: 20px;
    margin-bottom: 0;
    word-wrap: break-word;
    word-break: break-all;
}
body.night-mode .forum-breadcrumb{
    background: rgb(25, 39, 52);
    border:1px solid #38444d;
    border:
}
body.night-mode .breadcrumb-item.active{
color:#fff;
}
body.huile-mode .forum-breadcrumb{
    background: #1e3332;
    border:1px solid #6d6d6d;
}
body.huile-mode .breadcrumb-item.active{
color:#fff;
}

body.light-mode .forum-breadcrumb{
    background: #7676ab;
    border:1px solid #aeaef9;
}
body.light-mode .breadcrumb-item.active{
color:#fff;
}
body.black-mode .forum-breadcrumb{
    background: #c2c2f5;
    border:1px solid #aeaef9;
}
body.black-mode .breadcrumb-item.active{
color:#fff;
}
body.light-mode .btn-success, .btn-success.disabled, .btn-success:disabled, .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
    color: #fff;
    border: 2px solid #aeaef9;
    background-color: #7676ab;
}
body.black-mode .btn-success, .btn-success.disabled, .btn-success:disabled, .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
    color: #fff;
    border: 2px solid #aeaef9;
    background-color: #c2c2f5;
}

.forum-title {
    margin-top: 20px;
    margin-bottom: 20px;
    word-wrap: break-word;
}
.forum-title h1 {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 5px;
}
.forum-title p {
    margin-bottom: 0;
}
.forum-category {
    padding: 15px 20px;
    margin-top: 20px;
    /*background: linear-gradient(45deg, #6565e2, #8e59d4);*/
    background: linear-gradient(45deg, #051F14, #25654D) !important;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    border-radius: 2px 2px 0 0;
}
.forum-category a {
    color: #fff;
}
.forum-category a:hover {
    text-decoration: underline;
}
.forum-head {
    margin-left: 0;
    margin-right: 0;
}
.forum-head>.column {
    padding: 20px;
    background-color: #fff;
    color: #222;
    font-weight: 300;
    font-size: 12px;
    text-align: center;
    border-left: 1px solid #192534;
    border-right: 1px solid #161e27;
}
body.night-mode .forum-head>.column {
    background: #000;
    border-left-color: #151515;
    border-right-color: #121212;
}
.forum-head.threads>.column {
    background-color: #576c7c;
    border-left: 1px solid #374855;
    border-right: 1px solid #6d8292;
}
body.night-mode .forum-head.threads>.column {
    background: rgb(25, 39, 52);
    color:#fff;
}
body.huile-mode .forum-head.threads>.column {
    background: #1e3332;
    color:#fff;
}
body.light-mode .forum-head.threads>.column {
    background: #7676ab;
    color:#fff;
}
body.black-mode .forum-head.threads>.column {
    background: #c2c2f5;
    color:#29b6ac;
}
.forum-head>.column:first-child {
    text-align: right;
    border-right: none;
}
.forum-head>.column:last-child {
    border-left: none;
}
.forum-row {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
}
.forum-row>.column {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
    padding: 20px;
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
    color: grey;
    font-size: 12px;
    word-wrap: break-word;
}
body.night-mode .forum-row>.column {
    background: #192734;
    border-color: #565555;
    color: #fff;
}
.forum-row>.column.icon {
    color: #999;
    text-align: center;
}
.forum-row .sub-forums li {
    float: right;
    margin-left: 10px;
}
.forum-meta-head {
    padding: 15px 20px 15px 20px;
    background-color: #16232d;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
}
body.night-mode .forum-meta-head {
    background: #000;
}
.forum-meta-conent {
    padding: 15px 20px 15px 20px;
    background-color: #fff;
    color: grey;
    font-size: 12px;
}
body.night-mode .forum-meta-conent {
    background-color: #212121;
}
.forum-thread {
    padding: 20px 10px;
    margin-top: 10px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
body.night-mode .forum-thread {
    background: #212121;
    border-color: #323232;
}
.forum-thread .row {
    margin-right: 0;
    margin-left: 0;
}
.forum-thread .avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%}
.forum-thread .time {
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f4f4f4;
}
body.night-mode .forum-thread .time {
    border-color: #323232;
}
.forum-thread .text {
    word-wrap: break-word;
}
.forum-thread .text iframe, .forum-thread .text img {
    max-width: 100%}
.forum-thread ul {
    margin: initial;
    padding-inline-start: 40px;
    list-style: initial;
}
.forum-result {
    margin-top: 20px;
}
.forum-result .head {
    padding: 10px 20px;
    background-color: #576c7c;
    color: #fff;
    font-weight: 300;
    font-size: 12px;
}
body.night-mode .forum-result .head {
    background-color: #000;
}
.forum-result .head a {
    color: #fff;
}
.forum-result .head a:hover {
    text-decoration: underline;
}
.forum-result .content {
    padding: 10px 20px;
    background-color: #f5f5f5;
    color: grey;
    font-size: 12px;
}
body.night-mode .forum-result .content {
    background-color: #212121;
}
.forum-result .title {
    font-size: 14px;
}
.forum-result .snippet {
    background: #fff;
    border: solid 1px #e6e6e6;
    padding: 8px 10px;
    word-wrap: break-word;
}
body.night-mode .forum-result .snippet {
    background: #121212;
    border-color: #323232;
}
.dropdown-menu.auto-complete {
    display: none;
    right: 0;
    margin-top: 0;
    border-radius: 0;
    box-shadow: none;
}
.typeahead {
    position: relative;
    float: right;
}
.typeahead input {
    background: 0 0;
    width: 100%;
    color: #4e5665;
    font-size: 13px;
    line-height: 20px;
    outline: 0 none;
    border: 0 none;
}
body.night-mode .typeahead input {
    color: #fff;
}
.tags li {
    float: right;
    padding: 2px 4px;
    margin: 0 0 3px 3px;
    background: #eef2f5;
    color: #245774;
    font-size: 11px;
    line-height: 16px;
    border-radius: 3px;
}
.tags button {
    opacity: .5;
    font-size: 16px;
    margin-right: 4px;
}
.tags button:hover {
    opacity: .8;
}
.pac-container {
    z-index: 999999;
}
.lightbox-open {
    overflow: hidden;
    padding-left: 17px!important;
}
.lightbox-open .main-header {
    padding-left: 17px!important;
}
.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .75);
    z-index: 99999;
    overflow-y: scroll;
}
@media (min-width:768px) {
    .lightbox {
    overflow-y: none;
}
}.lightbox-container {
    display: table;
    width: 100%;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .6);
    padding-left: 0;
    padding-right: 0;
}
@media (min-width:768px) {
    .lightbox-container {
    margin-top: 46px;
    width: inherit;
}
}.lightbox-preview {
    position: relative;
    display: block;
    width: 100%;
    vertical-align: middle;
    background: #000;
    text-align: center;
}
@media (min-width:768px) {
    .lightbox-preview {
    display: table-cell;
    width: 65%;
    max-width: 800px;
}
}.lightbox-preview.nodata {
    width: 100%}
.lightbox-next, .lightbox-prev {
    position: absolute;
    top: 50%;
    left: 2%;
    opacity: .5;
}
.lightbox-prev {
    right: 2%;
    left: auto;
}
.lightbox-next:hover, .lightbox-prev:hover {
    opacity: 1;
    cursor: pointer;
}
.lightbox-next .fa, .lightbox-prev .fa {
    color: #fff;
    text-shadow: 0 2px 2px rgba(0, 0, 0, .5);
}
.lightbox-preview img {
    margin: 0 auto;
    max-width: 100%;
    max-height: -moz-calc(100vh - 92px);
    max-height: -webkit-calc(100vh - 92px);
    max-height: -o-calc(100vh - 92px);
    max-height: calc(100vh - 92px);
}
.lightbox-data {
    display: block;
    width: 100%;
    vertical-align: top;
    background: #fff;
}
@media (min-width:768px) {
    .lightbox-data {
    display: table-cell;
    width: 35%}
}body.night-mode .lightbox-data {
    background: #212121;
}
.lightbox-data .lightbox-close {
    padding: 4px 8px;
    border-radius: 4px;
}
.lightbox-data .lightbox-close:hover {
    background: #e9eaee;
    color: #666;
    cursor: pointer;
}
.lightbox-post {
    padding: 0 8px;
    height: -moz-calc(100vh - 113px);
    height: -webkit-calc(100vh - 113px);
    height: -o-calc(100vh - 113px);
    height: calc(100vh - 113px);
}
.stories-wrapper {
    overflow: auto;
    padding-bottom: 0;
    margin-bottom: 5px;
}

.add-story {
    position: relative;
    display: inline-block;
    width: 12vw;
    max-width: 60px;
    height: 12vw;
    max-height: 60px;
    margin-bottom: 22px;
    cursor: pointer;
}
.add-story .img {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 50%}
.add-story .add {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 1px 3px 0 3px;
    border-radius: 50%;
    background: #fff;
    font-size: 14px;
    color: #2795e9;
}
body.night-mode .add-story .add {
    background: #adadad;
}
.stories.sngine .story>a {
    text-decoration: none;
}
.stories.sngine .story>a>.img {
    border-radius: 50%;
    padding: 2px;
    background: #d6249f;
    background: radial-gradient(circle at 70% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}
.stories.sngine .story>a>.img>* {
    border-radius: 50%;
    border: 3px solid #fff;
}
.stories.sngine .story.seen {
    opacity: .5;
}
.stories.sngine .story.seen>a>.img {
    background: #999;
}
.chat-sidebar {
    /* background: #f6f6f6; */
    background:#e9f5f4;
    display: none;
    position: fixed;
    left: 0;
    top: 50px;
    bottom: 0;
    width: 210px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .1);
}
body.night-mode .chat-sidebar {
    background-color: rgb(25, 39, 52);
    box-shadow: 6px 0 20px rgba(0, 0, 0, .04);
}


@media (min-width:1200px) {
    .chat-sidebar {
    display: block;
}

}.chat-sidebar-header {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 10px;
    line-height: 20px;
}
.chat-sidebar-header .fa {
    color: #c2c2c2;
}
.chat-sidebar-header .fa:hover {
    color: #999;
    cursor: pointer;
}
.chat-sidebar-content {
    position: absolute;
    top: 40px;
    bottom: 34px;
    width: 100%;
    border-top: 1px solid #ededed;
}
body.night-mode .chat-sidebar-content {
    border-color: #29b6ac;
}
.chat-sidebar-content .offline, .chat-sidebar-content .online {
    font-size: 9px;
    margin-left: 3px;
}
.chat-sidebar .online {
    color: #65a830;
}
.chat-sidebar.disabled .chat-sidebar-content {
    opacity: .3;
}
.chat-sidebar.disabled .chat-sidebar-content .offline, .chat-sidebar.disabled .chat-sidebar-content .online {
    display: none;
}
.chat-sidebar-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 5px 10px;
}
.chat-sidebar-footer .form-control {
    border: 0;
    box-shadow: none;
    background: #ebebeb;
}
body.night-mode .chat-sidebar-footer .form-control {
    background-color: rgb(25, 39, 52);
}
.chat-widget {
    display: none;
    position: fixed;
    bottom: 0;
    left: 10px;
    width: 260px;
    z-index: 1000;
    box-shadow: 0 0 4px rgba(0, 0, 0, .1);
}
@media (min-width:992px) {
    .chat-widget {
    display: block;
}
}.chat-widget-head {
    background: var(--header-bg-color);
    position: relative;
    color: #fff;
    width: 100%;
    font-size: 12px;
    padding: 10px 8px;
    border-radius: 2px 2px 0 0;
    cursor: pointer;
}
.chat-widget-head .fa-circle {
    color: #65a830;
    font-size: 9px;
}
.chat-widget-head a {
    color: #fff;
}
.chat-widget-head a:hover {
    text-decoration: underline;
}
.chat-head-label {
    display: none;
    position: absolute;
    top: -15px;
    left: 5px;
}
.chat-widget.chat-box.new .chat-head-label {
    display: block;
}
.chat-widget-content {
    position: relative;
    display: none;
    background: var(--body-bg-color);
    padding: 0;
}
body.night-mode .chat-widget-content {
    background: #132624;
    box-shadow: 0 1px 1px #000;
}
.chat-to {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: #fff;
    border-bottom: 1px solid #e6ecf5;
    color: #cdcdcd;
    padding: 5px 38px 5px 10px;
}
body.night-mode .chat-to {
    background: #212121;
    border-color: #121212;
}
.chat-to .to {
    position: absolute;
    top: 5px;
    right: 10px;
}
.panel-messages .chat-to {
    padding-top: 10px;
    padding-bottom: 10px;
}
.panel-messages .chat-to .to {
    top: 10px;
}
.chat-conversations {
    padding: 0 7px;
}
.chat-typing {
    display: none;
    padding: 10px;
}
body.night-mode .chat-typing {
    background: #212121;
    border-color: #121212;
}
.loading-dots:after {
    content: ' .';
    animation: dots 1s steps(5, end) infinite;
}
@keyframes dots {
    0%, 20% {
    color: transparent;
    text-shadow: .25em 0 0 transparent, .5em 0 0 transparent;
}
40% {
    color: var(--body-color);
    text-shadow: .25em 0 0 transparent, .5em 0 0 transparent;
}
60% {
    text-shadow: .25em 0 0 var(--body-color), .5em 0 0 transparent;
}
100%, 80% {
    text-shadow: .25em 0 0 var(--body-color), .5em 0 0 var(--body-color);
}
}.chat-attachments {
    background: #fff;
    padding: 10px;
    border-top: 1px solid #dfe8f5;
}
body.night-mode .chat-attachments {
    background: #212121;
    border-color: #121212;
}
.chat-form {
    background: #fff;
}
body.night-mode .chat-form {
    background: #132624;
}
/* update here */
.chat-form-message {
    background: 0 0;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 69px;
    border: 1px solid rgb(41, 182, 172);
    border-radius: 54px;
    padding: 9px;
}
/* update here */
body.night-mode .chat-form-message {
    border-color: #132624;
    background:#fff;
}
.chat-form-message input[type=text], .chat-form-message textarea {
    background: 0 0;
    direction: rtl;
    display: block;
    border: 0 none;
    resize: none;
    outline: 0;
    box-shadow: none;
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 13px;
    line-height: 18px;
    height: 18px;
    overflow: hidden;
}
body.night-mode .chat-form-message input[type=text], body.night-mode .chat-form-message textarea {
    color: #333333;
}
.chat-form .x-form-tools {
    position: static;
    padding: 0 7px 7px 7px;
}
.chat-form ul.x-form-tools>li.x-form-tools-colors {
    color: #597ba5;
}
.chat-form .emoji-menu {
    bottom: 40px;
    left: 100%;
    right: 2px;
}
.chat-form .emoji-menu:before {
    left: auto;
    right: 38px;
}
.chat-form .emoji-menu:after {
    left: auto;
    right: 39px;
}
.chat-colors-menu {
    display: none;
    position: absolute;
    bottom: 40px;
    right: 28px;
    width: 189px;
    margin: 0;
    padding: 6px;
    font-size: 13px;
    line-height: 100%;
    background-color: #fff;
    border: 1px solid #d4d5d6;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    z-index: 99999;
}
.chat-colors-menu:before {
    position: absolute;
    top: 100%;
    right: 42px;
    content: "";
    border-color: #d4d5d6 transparent transparent transparent;
    border-style: solid;
    border-width: 8px;
}
.chat-colors-menu:after {
    position: absolute;
    top: 100%;
    right: 43px;
    content: "";
    border-color: #fff transparent transparent transparent;
    border-style: solid;
    border-width: 7px;
}
.chat-colors-menu .item {
    float: right;
    padding: 4px;
    margin-left: 1px;
    margin-bottom: 1px;
}
.chat-colors-menu .item:hover {
    cursor: pointer;
    background: #f3f3f3;
    border-radius: 4px;
}
.conversation {
    padding-top: 10px;
    margin-bottom: 20px;
}
.conversation-user {
    width: 30px;
    height: 30px;
    float: right;
    border-radius: 50%;
    overflow: hidden;
    margin-left: 10px;
}
.conversation-user img {
    width: 30px;
    height: 30px;
}
.conversation-body {
    position: relative;
    float: right;
    max-width: -moz-calc(100% - 40px);
    max-width: -webkit-calc(100% - 40px);
    max-width: -o-calc(100% - 40px);
    max-width: calc(100% - 40px);
}
.conversation.right .conversation-body, .conversation.right .conversation-user {
    float: left;
}
.conversation-body .text {
    background: #fff;
    padding: 6px 8px;
    font-size: 13px;
    border-radius: 12px;
    border-bottom-right-radius: 0;
    word-break: initial;
    word-wrap: break-word;
}
body.night-mode .conversation-body .text {
    background: #121212;
}
.conversation.right .conversation-body .text {
    background: #3367d6;
    color: #fff;
    border-radius: 32px;
    /* border-bottom-left-radius: 0; */
}
.conversation.right .conversation-body .text a {
    color: #fff;
}
.conversation-body .text a {
    text-decoration: underline;
}
.conversation-body .text a:hover {
    text-decoration: none;
}
.conversation-body .text .twa {
    font-size: 2em;
}
.conversation-body .attachments li {
    float: right;
    width: 64px;
    height: 64px;
    margin-left: 5px;
    margin-bottom: 5px;
}
.conversation-body .attachments li.item {
    border: 1px solid #eee;
    cursor: pointer;
}
.conversation-body .attachments li.item img {
    width: 64px;
    height: 64px;
}
.conversation-body .attachments li.loading {
    padding-top: 22px;
    background: #f3f3f3;
    border: 1px solid #eee;
}
.conversation-body .time {
    position: absolute;
    top: 100%;
    right: 0;
    width: 204px;
    margin-top: 2px;
    color: #605f5f;
    font-size: 10px;
}
body.night-mode .conversation-body .time {
    color: #999;
}
.conversation.right .conversation-body .time {
    left: 0;
    right: auto;
    text-align: left;
}
.conversation-body .time:before {
    content: "\f017";
    font-family: 'Font Awesome\ 5 Free';
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    margin-top: 4px;
    padding-left: 2px;
    font-size: .875em;
}
.conversation-body .seen {
    position: absolute;
    top: 100%;
    left: 0;
    width: 204px;
    margin-top: 18px;
    margin-bottom: 4px;
    color: var(--header-bg-color);
    font-size: 10px;
    text-align: left;
}
.conversation-body .seen:before {
    content: "\f00c";
    font-family: 'Font Awesome\ 5 Free';
    font-style: normal;
    font-weight: 900;
    text-decoration: inherit;
    margin-top: 4px;
    padding-left: 4px;
    font-size: .875em;
}
.twilio-stream-wrapper {
    position: relative;
    background: #222;
}
.twilio-stream-local {
    display: none;
    width: 180px;
    height: 240px;
    position: absolute;
    top: 20px;
    left: 20px;
    background: #000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    border: 1px solid #fff;
}
.emoji-menu {
    display: none;
    position: absolute;
    bottom: 30px;
    left: 0;
    min-width: 228px;
    margin: 0;
    padding: 6px 6px 0 2px;
    font-size: 13px;
    line-height: 100%;
    background-color: #fff;
    border: 1px solid #d4d5d6;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    z-index: 99999;
}
body.night-mode .emoji-menu {
    background-color: #212121;
    border-color: #424242;
}
.emoji-menu:before {
    position: absolute;
    top: 100%;
    left: 3px;
    content: "";
    border-color: #d4d5d6 transparent transparent transparent;
    border-style: solid;
    border-width: 8px;
}
body.night-mode .emoji-menu:before {
    border-color: #424242 transparent transparent transparent;
}
.emoji-menu:after {
    position: absolute;
    top: 100%;
    left: 4px;
    content: "";
    border-color: #f6f7f9 transparent transparent transparent;
    border-style: solid;
    border-width: 7px;
}
body.night-mode .emoji-menu:after {
    border-color: #212121 transparent transparent transparent;
}
.publisher .emoji-menu {
    bottom: auto;
    top: 25px;
    left: -4px;
}
.publisher .emoji-menu:before {
    top: auto;
    bottom: 100%;
    border-color: transparent transparent #d4d5d6 transparent;
}
body.night-mode .publisher .emoji-menu:before {
    border-color: transparent transparent #424242 transparent;
}
.publisher .emoji-menu:after {
    top: auto;
    bottom: 100%;
    border-color: transparent transparent #fff transparent;
}
body.night-mode .publisher .emoji-menu:after {
    border-color: transparent transparent #212121 transparent;
}
.lightbox .emoji-menu {
    bottom: auto;
    top: 27px;
    left: -7px;
}
.lightbox .emoji-menu:before {
    top: auto;
    bottom: 100%;
    border-color: transparent transparent #d4d5d6 transparent;
}
body.night-mode .lightbox .emoji-menu:before {
    border-color: transparent transparent #424242 transparent;
}
.lightbox .emoji-menu:after {
    top: auto;
    bottom: 100%;
    border-color: transparent transparent #fff transparent;
}
body.night-mode .lightbox .emoji-menu:after {
    border-color: transparent transparent #212121 transparent;
}
.emoji-menu .item {
    float: right;
    padding: 2px;
    margin-left: 1px;
    margin-bottom: 1px;
}
.emoji-menu .item:hover {
    cursor: pointer;
    background: #f3f3f3;
    border-radius: 4px;
}
body.night-mode .emoji-menu .item:hover {
    background: #111;
}
.emoji-menu .item>img {
    width: 65px;
    height: 65px;
}
.emoji-menu .nav-tabs {
    border-top: 1px #dddfe2 solid;
    border-bottom: 0;
    margin: 0 -6px 0 -2px;
    padding: 0 10px;
}
body.night-mode .emoji-menu .nav-tabs {
    border-color: #424242;
}
.emoji-menu .nav-tabs>li>.nav-link {
    color: #555;
    padding: 12px 16px;
    margin: 0;
    border: 0;
    border-radius: 0;
    border-top: 2px solid transparent;
}
.emoji-menu .nav-tabs>li>.nav-link:hover {
    background: 0 0;
    color: var(--link-color);
    border-color: transparent;
    border-bottom: 0;
}
.emoji-menu .nav-tabs>li>.nav-link.active, .emoji-menu .nav-tabs>li>.nav-link.active:focus, .emoji-menu .nav-tabs>li>.nav-link.active:hover {
    border: 0;
    color: var(--link-color);
    background: 0 0;
    border-top: 2px solid var(--link-color);
}
.reactions-stats {
    display: flex;
    cursor: pointer;
    line-height: 24px;
}
.reactions-stats>.reactions-stats-item {
    background: #fff;
    margin: 0 -6px 0 0;
    padding: 3px;
    border-radius: 50%}
body.night-mode .reactions-stats>.reactions-stats-item {
    background: #adadad;
}
.reactions-stats>.reactions-stats-item:nth-child(1) {
    z-index: 3;
}
.reactions-stats>.reactions-stats-item:nth-child(2) {
    z-index: 2;
}
.reactions-stats>.reactions-stats-item:nth-child(3) {
    z-index: 1;
}
.reactions-wrapper {
    position: relative;
}
.reaction-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}
.reaction-btn .reaction-btn-icon {
    display: inline-block;
}
.reaction-btn .reaction-btn-name {
    text-transform: capitalize;
    margin-right: 5px;
}
.reaction-btn .reaction-btn-name.blue {
    color: #1e8bd2;
}
.reaction-btn .reaction-btn-name.red {
    color: #f25268;
}
.reaction-btn .reaction-btn-name.yellow {
    color: #f3b715;
}
.reaction-btn .reaction-btn-name.orange {
    color: #f7806c;
}
.reactions-container {
    display: none;
    position: fixed;
    width: 336px;
    background: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
    border-radius: 40px;
    z-index: 4;
}
body.night-mode .reactions-container {
    background: #424242;
}
@media (max-width:480px) {
    .reactions-container {
    width: 144px;
    border-radius: 20px;
}
}.reactions_item {
    width: 48px;
    height: 48px;
    float: right;
    transform: scale(1);
    transition: transform .25s ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: slideUp cubic-bezier(.49, 0, .46, 1);
    animation: slideUp cubic-bezier(.49, 0, .46, 1);
}
.reactions_item.duration-1 {
    -webkit-animation-duration: .1s;
    animation-duration: .1s;
}
.reactions_item.duration-2 {
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
}
.reactions_item.duration-3 {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
}
.reactions_item.duration-4 {
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
}
.reactions_item.duration-5 {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
}
.reactions_item.duration-6 {
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
}
.reactions_item.duration-7 {
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
}
.reactions_item:hover {
    transform: scale(1.25) translate(0, -3px);
}
.reactions_item:after {
    content: attr(data-title);
    position: absolute;
    background-color: rgba(0, 0, 0, .75);
    border-radius: 16px;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    font-style: normal;
    line-height: 16px;
    opacity: 0;
    overflow: hidden;
    padding: 0 8px;
    text-decoration: none;
    text-overflow: ellipsis;
    transition: opacity 50ms ease;
    -webkit-user-select: none;
    text-transform: capitalize;
    visibility: hidden;
    top: 0;
    right: 50%;
    -webkit-transform: translate(50%, -100%);
    transform: translate(50%, -100%);
}
.reactions_item:hover:after {
    opacity: 1;
    visibility: visible;
}
@-webkit-keyframes slideUp {
    0% {
    opacity: 0;
    transform: translateY(30px);
}
100% {
    opacity: 1;
    transform: translateY(0);
}
}@keyframes slideUp {
    0% {
    opacity: 0;
    transform: translateY(30px);
}
100% {
    opacity: 1;
    transform: translateY(0);
}
}.inline-emoji {
    width: 20px;
    height: 20px;
}
.inline-emoji .emoji {
    transform: scale(.15);
    top: -285%;
    left: 285%}
.no_animation *, .no_animation :after, .no_animation :before {
    animation: none!important;
}
.emoji {
    width: 120px;
    height: 120px;
    background: #ffda6a;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    transform: scale(.325);
    top: -76%;
    left: 76%}
.emoji__eyebrows, .emoji__eyes, .emoji__face, .emoji__hand, .emoji__heart, .emoji__mouth, .emoji__thumb, .emoji__tongue {
    position: absolute;
}
.emoji__eyebrows:after, .emoji__eyebrows:before, .emoji__eyes:after, .emoji__eyes:before, .emoji__face:after, .emoji__face:before, .emoji__hand:after, .emoji__hand:before, .emoji__heart:after, .emoji__heart:before, .emoji__mouth:after, .emoji__mouth:before, .emoji__thumb:after, .emoji__thumb:before, .emoji__tongue:after, .emoji__tongue:before {
    position: absolute;
    content: ''}
.emoji__face {
    width: inherit;
    height: inherit;
}
.emoji--like {
    background: #548dff;
}
.emoji--like .emoji__hand {
    left: 25px;
    bottom: 30px;
    width: 20px;
    height: 40px;
    background: #fff;
    border-radius: 5px;
    z-index: 0;
    -webkit-animation: hands-up 2s linear infinite;
    animation: hands-up 2s linear infinite;
}
.emoji--like .emoji__hand:before {
    left: 25px;
    bottom: 5px;
    width: 40px;
    background: inherit;
    height: 10px;
    border-radius: 2px 10px 10px 2px;
    box-shadow: 1px -9px 0 1px #fff, 2px -19px 0 2px #fff, 3px -29px 0 3px #fff;
}
.emoji--like .emoji__thumb {
    border-bottom: 20px solid #fff;
    border-left: 20px solid transparent;
    top: -25px;
    right: -25px;
    z-index: 2;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-animation: thumbs-up 2s linear infinite;
    animation: thumbs-up 2s linear infinite;
}
.emoji--like .emoji__thumb:before {
    border-radius: 50% 50% 0 0;
    background: #fff;
    width: 10px;
    height: 12px;
    left: -10px;
    top: -8px;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    box-shadow: -1px 4px 0 -1px #fff;
}
.emoji--love {
    background: #f55064;
}
.emoji--love .emoji__heart {
    left: calc(50% - 40px);
    top: calc(50% - 40px);
    width: 80px;
    height: 80px;
    -webkit-animation: heart-beat 1s linear infinite alternate;
    animation: heart-beat 1s linear infinite alternate;
}
.emoji--love .emoji__heart:after, .emoji--love .emoji__heart:before {
    left: calc(50% - 20px);
    top: calc(50% - 32px);
    width: 40px;
    height: 64px;
    background: #fff;
    border-radius: 20px 20px 0 0;
}
.emoji--love .emoji__heart:before {
    -webkit-transform: translate(20px) rotate(-45deg);
    transform: translate(20px) rotate(-45deg);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%}
.emoji--love .emoji__heart:after {
    -webkit-transform: translate(-20px) rotate(45deg);
    transform: translate(-20px) rotate(45deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%}
.emoji--haha .emoji__face {
    -webkit-animation: haha-face 2s linear infinite;
    animation: haha-face 2s linear infinite;
}
.emoji--haha .emoji__eyes {
    width: 26px;
    height: 6px;
    border-radius: 2px;
    left: calc(50% - 13px);
    top: 35px;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
    background: 0 0;
    box-shadow: -25px 5px 0 0 #000, 25px -5px 0 0 #000;
}
.emoji--haha .emoji__eyes:after {
    left: 0;
    top: 0;
    width: 26px;
    height: 6px;
    border-radius: 2px;
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
    background: 0 0;
    box-shadow: -25px -5px 0 0 #000, 25px 5px 0 0 #000;
}
.emoji--haha .emoji__mouth {
    width: 80px;
    height: 40px;
    left: calc(50% - 40px);
    top: 50%;
    background: #000;
    border-radius: 0 0 40px 40px;
    overflow: hidden;
    z-index: 1;
    -webkit-animation: haha-mouth 2s linear infinite;
    animation: haha-mouth 2s linear infinite;
}
.emoji--haha .emoji__tongue {
    width: 70px;
    height: 30px;
    background: #f55064;
    left: calc(50% - 35px);
    bottom: -10px;
    border-radius: 50%}
.emoji--yay .emoji__face {
    -webkit-animation: yay 1s linear infinite alternate;
    animation: yay 1s linear infinite alternate;
}
.emoji--yay .emoji__eyebrows {
    left: calc(50% - 3px);
    top: 30px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: 0 0;
    box-shadow: -6px 0 0 0 #000, -36px 0 0 0 #000, 6px 0 0 0 #000, 36px 0 0 0 #000;
}
.emoji--yay .emoji__eyebrows:after, .emoji--yay .emoji__eyebrows:before {
    width: 36px;
    height: 18px;
    border-radius: 60px 60px 0 0;
    background: 0 0;
    border: 6px solid #000;
    box-sizing: border-box;
    border-bottom: 0;
    bottom: 3px;
    left: calc(50% - 18px);
}
.emoji--yay .emoji__eyebrows:before {
    margin-left: -21px;
}
.emoji--yay .emoji__eyebrows:after {
    margin-left: 21px;
}
.emoji--yay .emoji__mouth {
    top: 60px;
    background: 0 0;
    left: 50%}
.emoji--yay .emoji__mouth:after {
    width: 80px;
    height: 80px;
    left: calc(50% - 40px);
    top: -75px;
    border-radius: 50%;
    background: 0 0;
    border: 6px solid #000;
    box-sizing: border-box;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    z-index: 1;
}
.emoji--yay .emoji__mouth:before {
    width: 6px;
    height: 6px;
    background: 0 0;
    border-radius: 50%;
    bottom: 5px;
    left: calc(50% - 3px);
    box-shadow: -25px 0 0 0 #000, 25px 0 0 0 #000, -35px -2px 30px 10px #d5234c, 35px -2px 30px 10px #d5234c;
}
.emoji--wow .emoji__face {
    -webkit-animation: wow-face 3s linear infinite;
    animation: wow-face 3s linear infinite;
}
.emoji--wow .emoji__eyebrows {
    left: calc(50% - 3px);
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: 0 0;
    box-shadow: -18px 0 0 0 #000, -33px 0 0 0 #000, 18px 0 0 0 #000, 33px 0 0 0 #000;
    -webkit-animation: wow-brow 3s linear infinite;
    animation: wow-brow 3s linear infinite;
}
.emoji--wow .emoji__eyebrows:after, .emoji--wow .emoji__eyebrows:before {
    width: 24px;
    height: 20px;
    border: 6px solid #000;
    box-sizing: border-box;
    border-radius: 50%;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    top: -3px;
    left: calc(50% - 12px);
}
.emoji--wow .emoji__eyebrows:before {
    margin-left: -25px;
}
.emoji--wow .emoji__eyebrows:after {
    margin-left: 25px;
}
.emoji--wow .emoji__eyes {
    width: 16px;
    height: 24px;
    left: calc(50% - 8px);
    top: 35px;
    border-radius: 50%;
    background: 0 0;
    box-shadow: 25px 0 0 0 #000, -25px 0 0 0 #000;
}
.emoji--wow .emoji__mouth {
    width: 30px;
    height: 45px;
    left: calc(50% - 15px);
    top: 50%;
    border-radius: 50%;
    background: #000;
    -webkit-animation: wow-mouth 3s linear infinite;
    animation: wow-mouth 3s linear infinite;
}
.emoji--sad .emoji__face {
    -webkit-animation: sad-face 2s ease-in infinite;
    animation: sad-face 2s ease-in infinite;
}
.emoji--sad .emoji__eyebrows {
    left: calc(50% - 3px);
    top: 35px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: 0 0;
    box-shadow: -40px 9px 0 0 #000, -25px 0 0 0 #000, 25px 0 0 0 #000, 40px 9px 0 0 #000;
}
.emoji--sad .emoji__eyebrows:after, .emoji--sad .emoji__eyebrows:before {
    width: 30px;
    height: 20px;
    border: 6px solid #000;
    box-sizing: border-box;
    border-radius: 50%;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    top: 2px;
    left: calc(50% - 15px);
}
.emoji--sad .emoji__eyebrows:before {
    margin-left: -30px;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
}
.emoji--sad .emoji__eyebrows:after {
    margin-left: 30px;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}
.emoji--sad .emoji__eyes {
    width: 14px;
    height: 16px;
    left: calc(50% - 7px);
    top: 50px;
    border-radius: 50%;
    background: 0 0;
    box-shadow: 25px 0 0 0 #000, -25px 0 0 0 #000;
}
.emoji--sad .emoji__eyes:after {
    background: #548dff;
    width: 12px;
    height: 12px;
    margin-left: 6px;
    border-radius: 0 100% 40% 50%/0 50% 40% 100%;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-animation: tear-drop 2s ease-in infinite;
    animation: tear-drop 2s ease-in infinite;
}
.emoji--sad .emoji__mouth {
    width: 60px;
    height: 80px;
    left: calc(50% - 30px);
    top: 80px;
    box-sizing: border-box;
    border: 6px solid #000;
    border-radius: 50%;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    background: 0 0;
    -webkit-animation: sad-mouth 2s ease-in infinite;
    animation: sad-mouth 2s ease-in infinite;
}
.emoji--sad .emoji__mouth:after {
    width: 6px;
    height: 6px;
    background: 0 0;
    border-radius: 50%;
    top: 4px;
    left: calc(50% - 3px);
    box-shadow: -18px 0 0 0 #000, 18px 0 0 0 #000;
}
.emoji--angry {
    background: linear-gradient(#d5234c -10%, #ffda6a);
    background-size: 100%;
    -webkit-animation: angry-color 2s ease-in infinite;
    animation: angry-color 2s ease-in infinite;
}
.emoji--angry .emoji__face {
    -webkit-animation: angry-face 2s ease-in infinite;
    animation: angry-face 2s ease-in infinite;
}
.emoji--angry .emoji__eyebrows {
    left: calc(50% - 3px);
    top: 55px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: 0 0;
    box-shadow: -44px 5px 0 0 #000, -7px 16px 0 0 #000, 7px 16px 0 0 #000, 44px 5px 0 0 #000;
}
.emoji--angry .emoji__eyebrows:after, .emoji--angry .emoji__eyebrows:before {
    width: 50px;
    height: 20px;
    border: 6px solid #000;
    box-sizing: border-box;
    border-radius: 50%;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    top: 0;
    left: calc(50% - 25px);
}
.emoji--angry .emoji__eyebrows:before {
    margin-left: -25px;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}
.emoji--angry .emoji__eyebrows:after {
    margin-left: 25px;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
}
.emoji--angry .emoji__eyes {
    width: 12px;
    height: 12px;
    left: calc(50% - 6px);
    top: 70px;
    border-radius: 50%;
    background: 0 0;
    box-shadow: 25px 0 0 0 #000, -25px 0 0 0 #000;
}
.emoji--angry .emoji__mouth {
    width: 36px;
    height: 18px;
    left: calc(50% - 18px);
    bottom: 15px;
    background: #000;
    border-radius: 50%;
    -webkit-animation: angry-mouth 2s ease-in infinite;
    animation: angry-mouth 2s ease-in infinite;
}
@-webkit-keyframes heart-beat {
    25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
75% {
    -webkit-transform: scale(.6);
    transform: scale(.6);
}
}@keyframes heart-beat {
    25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
75% {
    -webkit-transform: scale(.6);
    transform: scale(.6);
}
}@-webkit-keyframes haha-face {
    10%, 30%, 50% {
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
}
20%, 40% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
}
60%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
70%, 90% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
}@keyframes haha-face {
    10%, 30%, 50% {
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
}
20%, 40% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
}
60%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
70%, 90% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
}@-webkit-keyframes haha-mouth {
    10%, 30%, 50% {
    -webkit-transform: scale(.6);
    transform: scale(.6);
    top: 45%}
20%, 40% {
    -webkit-transform: scale(.8);
    transform: scale(.8);
    top: 45%}
60%, 80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    top: 50%}
70% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    top: 50%}
90% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    top: 50%}
}@keyframes haha-mouth {
    10%, 30%, 50% {
    -webkit-transform: scale(.6);
    transform: scale(.6);
    top: 45%}
20%, 40% {
    -webkit-transform: scale(.8);
    transform: scale(.8);
    top: 45%}
60%, 80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    top: 50%}
70% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    top: 50%}
90% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    top: 50%}
}@-webkit-keyframes yay {
    25% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
}
75% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}
}@keyframes yay {
    25% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
}
75% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}
}@-webkit-keyframes wow-face {
    15%, 25% {
    -webkit-transform: rotate(20deg) translateX(-25px);
    transform: rotate(20deg) translateX(-25px);
}
45%, 65% {
    -webkit-transform: rotate(-20deg) translateX(25px);
    transform: rotate(-20deg) translateX(25px);
}
100%, 75% {
    -webkit-transform: rotate(0) translateX(0);
    transform: rotate(0) translateX(0);
}
}@keyframes wow-face {
    15%, 25% {
    -webkit-transform: rotate(20deg) translateX(-25px);
    transform: rotate(20deg) translateX(-25px);
}
45%, 65% {
    -webkit-transform: rotate(-20deg) translateX(25px);
    transform: rotate(-20deg) translateX(25px);
}
100%, 75% {
    -webkit-transform: rotate(0) translateX(0);
    transform: rotate(0) translateX(0);
}
}@-webkit-keyframes wow-brow {
    15%, 65% {
    top: 25px;
}
0%, 100%, 75% {
    top: 15px;
}
}@keyframes wow-brow {
    15%, 65% {
    top: 25px;
}
0%, 100%, 75% {
    top: 15px;
}
}@-webkit-keyframes wow-mouth {
    10%, 30% {
    width: 20px;
    height: 20px;
    left: calc(50% - 10px);
}
50%, 70% {
    width: 30px;
    height: 40px;
    left: calc(50% - 15px);
}
100%, 75% {
    height: 50px;
}
}@keyframes wow-mouth {
    10%, 30% {
    width: 20px;
    height: 20px;
    left: calc(50% - 10px);
}
50%, 70% {
    width: 30px;
    height: 40px;
    left: calc(50% - 15px);
}
100%, 75% {
    height: 50px;
}
}@-webkit-keyframes sad-face {
    25%, 35% {
    top: -15px;
}
55%, 95% {
    top: 10px;
}
0%, 100% {
    top: 0;
}
}@keyframes sad-face {
    25%, 35% {
    top: -15px;
}
55%, 95% {
    top: 10px;
}
0%, 100% {
    top: 0;
}
}@-webkit-keyframes sad-mouth {
    25%, 35% {
    -webkit-transform: scale(.85);
    transform: scale(.85);
    top: 70px;
}
0%, 100%, 55% {
    -webkit-transform: scale(1);
    transform: scale(1);
    top: 80px;
}
}@keyframes sad-mouth {
    25%, 35% {
    -webkit-transform: scale(.85);
    transform: scale(.85);
    top: 70px;
}
0%, 100%, 55% {
    -webkit-transform: scale(1);
    transform: scale(1);
    top: 80px;
}
}@-webkit-keyframes tear-drop {
    0%, 100% {
    display: block;
    left: 35px;
    top: 15px;
    -webkit-transform: rotate(45deg) scale(0);
    transform: rotate(45deg) scale(0);
}
25% {
    display: block;
    left: 35px;
    -webkit-transform: rotate(45deg) scale(2);
    transform: rotate(45deg) scale(2);
}
49.9% {
    display: block;
    left: 35px;
    top: 65px;
    -webkit-transform: rotate(45deg) scale(0);
    transform: rotate(45deg) scale(0);
}
50% {
    display: block;
    left: -35px;
    top: 15px;
    -webkit-transform: rotate(45deg) scale(0);
    transform: rotate(45deg) scale(0);
}
75% {
    display: block;
    left: -35px;
    -webkit-transform: rotate(45deg) scale(2);
    transform: rotate(45deg) scale(2);
}
99.9% {
    display: block;
    left: -35px;
    top: 65px;
    -webkit-transform: rotate(45deg) scale(0);
    transform: rotate(45deg) scale(0);
}
}@keyframes tear-drop {
    0%, 100% {
    display: block;
    left: 35px;
    top: 15px;
    -webkit-transform: rotate(45deg) scale(0);
    transform: rotate(45deg) scale(0);
}
25% {
    display: block;
    left: 35px;
    -webkit-transform: rotate(45deg) scale(2);
    transform: rotate(45deg) scale(2);
}
49.9% {
    display: block;
    left: 35px;
    top: 65px;
    -webkit-transform: rotate(45deg) scale(0);
    transform: rotate(45deg) scale(0);
}
50% {
    display: block;
    left: -35px;
    top: 15px;
    -webkit-transform: rotate(45deg) scale(0);
    transform: rotate(45deg) scale(0);
}
75% {
    display: block;
    left: -35px;
    -webkit-transform: rotate(45deg) scale(2);
    transform: rotate(45deg) scale(2);
}
99.9% {
    display: block;
    left: -35px;
    top: 65px;
    -webkit-transform: rotate(45deg) scale(0);
    transform: rotate(45deg) scale(0);
}
}@-webkit-keyframes hands-up {
    25% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}
50% {
    -webkit-transform: rotate(-15deg) translateY(-10px);
    transform: rotate(-15deg) translateY(-10px);
}
100%, 75% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
}@keyframes hands-up {
    25% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}
50% {
    -webkit-transform: rotate(-15deg) translateY(-10px);
    transform: rotate(-15deg) translateY(-10px);
}
100%, 75% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
}@-webkit-keyframes thumbs-up {
    25% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
}
100%, 50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
}
}@keyframes thumbs-up {
    25% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
}
100%, 50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
}
}@-webkit-keyframes angry-color {
    45%, 60% {
    background-size: 250%}
0%, 100%, 85% {
    background-size: 100%}
}@keyframes angry-color {
    45%, 60% {
    background-size: 250%}
0%, 100%, 85% {
    background-size: 100%}
}@-webkit-keyframes angry-face {
    35%, 60% {
    -webkit-transform: translateX(0) translateY(10px) scale(.9);
    transform: translateX(0) translateY(10px) scale(.9);
}
40%, 50% {
    -webkit-transform: translateX(-5px) translateY(10px) scale(.9);
    transform: translateX(-5px) translateY(10px) scale(.9);
}
45%, 55% {
    -webkit-transform: translateX(5px) translateY(10px) scale(.9);
    transform: translateX(5px) translateY(10px) scale(.9);
}
}@keyframes angry-face {
    35%, 60% {
    -webkit-transform: translateX(0) translateY(10px) scale(.9);
    transform: translateX(0) translateY(10px) scale(.9);
}
40%, 50% {
    -webkit-transform: translateX(-5px) translateY(10px) scale(.9);
    transform: translateX(-5px) translateY(10px) scale(.9);
}
45%, 55% {
    -webkit-transform: translateX(5px) translateY(10px) scale(.9);
    transform: translateX(5px) translateY(10px) scale(.9);
}
}@-webkit-keyframes angry-mouth {
    25%, 50% {
    height: 6px;
    bottom: 25px;
}
}@keyframes angry-mouth {
    25%, 50% {
    height: 6px;
    bottom: 25px;
}
}.page-title {
    background-repeat: repeat;
    color: var(--link-color);
    text-align: center;
    font-size: 34px;
    font-weight: 300;
    line-height: 70px;
    padding: 70px 0;
}
.night-mode .page-title {
    color:#fff !important;
}
.night-modeblue .page-title {
    color:#fff !important;
}
.night-modeLight .page-title {
    color:#fff !important;
}
.page-header {
    background: url(../images/blog_bg.jpg);
    background-repeat:no-repeat;
  background-size: cover;
    position: relative;
    text-align: center;
    padding: 70px 15px;
    overflow: hidden;
    color: #fff;
    z-index: -999;
}
.page-header.mini {
    padding: 35px 15px;
}
@media (min-width:768px) {
    .page-header {
    padding: 90px 15px;
}
.page-header.mini {
    padding: 45px 15px;
}
}.page-header.movies-header {
    background-image: url(../images/movies.jpg);
   background-repeat:no-repeat;
  background-size: cover;
    z-index: auto;
}
.page-header.market-header {
    background-image: url(../images/market.jpg);
   background-repeat:no-repeat;
  background-size: cover;

    z-index: auto;
}
.page-header.bg-1 {
    background: #667db6;
    background: linear-gradient(to left, #667db6, #0082c8, #0082c8, #667db6);
}
.page-header.bg-2 {
    background: #3a7bd5;
    background: linear-gradient(to left, #3a6073, #3a7bd5);
}
.page-header.bg-3 {
    background: #005c97;
    background: linear-gradient(to left, #363795, #005c97);
}
.page-header.bank-transfer {
    z-index: 1;
    padding: 20px;
    background-color: #2196f3;
    background: linear-gradient(90deg, #03a9f4 100%, #2196f3 35%, #3f51b5 100%);
}
.page-header .floating-img {
    position: absolute;
    width: 232px;
    left:0px;
    bottom: 0px;
    z-index: -997;
}
.page-header .floating-img2 {
    position: absolute;
    width: 344px;
    right: 0px;
    top: 0px;
    z-index: -997;
}
.page-header .circle-1 {
    position: absolute;
    top: 60px;
    right: -180px;
    width: 290px;
    height: 290px;
    background-image: radial-gradient(circle 800px at 75% -25%, #000 0, rgba(255, 255, 255, 0) 100%);
    border-radius: 50%;
    opacity: .05;
}
.page-header .circle-2 {
    position: absolute;
    top: 17px;
    left: -242px;
    width: 500px;
    height: 500px;
    background-image: radial-gradient(circle 800px at 10% -25%, #000 0, rgba(255, 255, 255, 0) 100%);
    border-radius: 50%;
    opacity: .03;
}
.page-header .circle-3 {
    position: absolute;
    top: -73px;
    left: 78px;
    width: 200px;
    height: 200px;
    background-image: radial-gradient(circle 800px at 10% -25%, #000 0, rgba(255, 255, 255, 0) 100%);
    border-radius: 50%;
    opacity: .04;
}
.page-header .ellipse-1 {
    position: absolute;
    top: -50px;
    right: 0;
    width: 200px;
    height: 100px;
    background-color: rgba(2, 136, 209, .3);
    border-radius: 50%;
    z-index: -998;
}
.page-header .crystal {
    width: 0;
    height: 0;
    position: absolute;
    z-index: -998;
}
.page-header .crystal.c01 {
    border-bottom: 100px solid rgba(0, 96, 100, .1);
    border-left: 100vw solid transparent;
    bottom: 0;
    left: 0;
}
.page-header .crystal.c02 {
    border-bottom: 160px solid rgba(2, 136, 209, .3);
    border-right: 100vw solid transparent;
    bottom: 0;
    right: 0;
}
.page-header .crystal.c03 {
    border-top: 200px solid rgba(0, 96, 155, .2);
    border-left: 40vw solid transparent;
    border-right: 60vw solid transparent;
    top: 0;
    left: 0;
}
.page-header .crystal.c04 {
    border-top: 400px solid rgba(24, 255, 255, .3);
    border-left: 80vw solid transparent;
    border-right: 20vw solid transparent;
    top: 0;
    right: 0;
}
.page-header .crystal.c05 {
    border-bottom: 250px solid transparent;
    border-top: 100px solid transparent;
    border-left: 100vw solid rgba(128, 216, 255, .3);
    bottom: 10px;
    left: 0;
}
.page-header .crystal.c06 {
    border-bottom: 400px solid rgba(79, 195, 247, .4);
    border-left: 10vw solid transparent;
    border-right: 30vw solid transparent;
    bottom: 0;
    left: 20vw;
}
.page-header .crystal.c07 {
    border-top: 367px solid rgba(0, 131, 143, .2);
    border-right: 60vw solid transparent;
    top: 0;
    left: 0;
}
.page-header .crystal.c08 {
    border-top: 50px solid rgba(167, 255, 235, .4);
    border-left: 60vw solid transparent;
    top: 0;
    right: 0;
}
.page-header .crystal.c09 {
    border-top: 400px solid rgba(0, 176, 255, .3);
    border-left: 30vw solid transparent;
    top: 0;
    right: 0;
}
.page-header .crystal.c10 {
    border-bottom: 400px solid rgba(128, 222, 234, .2);
    border-left: 20vw solid transparent;
    border-right: 20vw solid transparent;
    bottom: 0;
    left: 60vw;
}
.page-header h2 {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 600 !important;
}
.page-header .inner {
    z-index: 999;
}
.page-header.bank-transfer .inner {
    border: 6px solid rgba(255, 255, 255, .3);
    padding: 20px;
    border-radius: 5px;
}
.page-header.bank-transfer .bank-info-meta {
    font-size: 18px;
}
.page-header.bank-transfer .bank-info-help {
    font-size: 12px;
    color: #eee;
    text-transform: uppercase;
}
/* update footer */
.footer{
    background: #2ab5a7;
    color: #5f5e5e;
    /*margin-bottom: 20px;*/
 }
 .footer .contactaaynetfoot li{
     display: flex;
}
.footer .contactaaynetfoot p, i{
    margin-right: 10px;
    color:#fff;
}
.footer .contactaaynetfoot{
    border:1px solid #fff;
    border-radius: 20px;
    padding:10px 0px;

}
.footer .linkfooter{
    color:#fff;
    font-size: 12px;
}
 /* update footer */
.night-mode .footer {
    background: #192734;
    color:#fff;
    border-radius: 20px;
}
.night-modeblue .footer {
    /* border-top: 1px solid #38444d; */
    background-color: rgb(19 43 66) !important;
    color:#fff;
    border-radius: 20px;
}
.night-modeLight .footer {
    /* border-top: 1px solid #38444d; */
    background-color: rgb(33 34 35) !important;
    color:#fff;
    border-radius: 20px;
}

.night-mode .text-link{
    color:#fff;
}
.night-modeblue .text-link{
    color:#fff;
}
.night-modeLight .text-link{
    color:#fff;
}
.night-modeLight span{
    color:#fff;
}
.night-modeblue span{
    color:#fff;
}
.night-mode .aboutfooter{
    color:#fff;
}
.night-mode .text-muted{
    color:#fff !important;
}
.night-mode .data-content{
    color:#fff !important;
}
.night-mode span{
    color:#fff !important;
}
.night-mode .hometi{
    color:#848686 !important;
}
.night-mode .ui-box{
    background:#192734;
    color:#fff;
}
.huile-mode .ui-box{
    background:#1e3332;
    color:#fff;
}
.light-mode .ui-box{
    background:#61619a;
    color:#fff;
}
.black-mode .ui-box{
    background:#c2c2f5;
    color:#fff;
}
@media (min-width:768px) {
    .footer .links {
    text-align: left;
}
}body.index-body {
    background-size: contain;
    background-color: #f9f9f9;
}
body.night-mode.index-body {
    background-color: var(--body-bg-color-dark);
}
/* update card register */
.card-register {
    /* background: #fff; */
    /* border: 1px solid #29b6ac; */
    background:#fff;
    border:1px solid #29b6ac;
    /* border:none; */
    border-radius: 15px;
    overflow: hidden;
}
/* update card register */
.card-register .card-header {
    border: 0;
    padding: 0 0 15px;
    background: 0 0;
}
.card-register .card-header img {
    position: absolute;
    right: 0;
    top: -135px;
    margin-right: -50px;
    margin-top: -150px;
    border-radius: 20%;
    width: 350px;
}
/* update here */
.card-register .card-header .card-title {
    position: relative;
    font-size: 40px;
    padding-top: 20px;
    font-weight: 400;
    color: #29b6ac;
    text-align: center;
}
@media(max-width:320px){
    .card-register .form-control{
        font-size: 12px !important;
    }
}
@media(max-width:768px){
    .card-register .form-control{
        font-size: 12px !important;
    }
}
/* update here */
.iconstrend{
    width:26px;
    height: 26px;
}
body.night-mode .card-register .card-header .card-title {
    color: #45958f;
}
.card-register .form-control{
    border-radius: 10px;
    background: #fff;
}
.card-library{
    border-radius: 25px;
    height: auto;
    margin-bottom: 4px;
    border: 1px solid #29b6ac;
}
.card-library .card-body
{
    display:none !important;
}
.picturemotif{
    width:100%;
    margin-right: -40px;
    margin-top: -20px;
}
@media(max-width:1200px){
    .picturemotif{
        width:100%;
        margin-right: -40px;
        margin-top: -20px;
    }
    .card-library{
    border: 1px solid #29b6ac;
        height: auto;
        margin-bottom:4px;
    }
}
.card-register .input-group>.input-group-prepend>.input-group-text {
    background: #fff;
    border-radius: 0 18px 18px 0;
}
body.night-mode .card-register .form-control {
    background: #fff;
    border-color: #fff;
}
body.night-mode .card-register .input-group>.input-group-prepend>.input-group-text {
    background: #fff;
    border-color: #fff;
    color: #fff;
}
.index-intro {
    margin-bottom: 20px;
    position:absolute;
    top: 25%;
    padding: 4%;
}
.form-groupp{
    /* width:200px;
    margin-right:170px; */
    margin-bottom: 20px;
}
/* update here */
.btn-defaultv{
    /* background:#28aca3; */
    background:transparent;
    border:1px dashed #fff;
    margin-bottom: 20px;
    border-radius: 25px;
    width:155px;
}
.remebr{
    color:#29b6ac !important;
}
.btn-defaultvisitor{
    background: transparent;
    color:#fff;
    margin-right: 10px;
    background:#29b6ac;
    border-radius: 5px;
    padding:2px !important;
}
.btn-defaultproperties{
    background: transparent;
    color:#fff;
    margin-right: 10px;
    background:#29b6ac;
    border-radius: 5px;
    padding:2px !important;
}
.btn-defaultvisit{
    background: transparent;
    color:#fff;
    margin-right: 10px;
    background:#29b6ac;
    border-radius: 5px;
    padding:2px !important;
}
.section-propertiesaaynett{
    padding:50px 0px;
}
.section-propertiesaaynett .malek{
    color: #222;
    font-size: 30px;
    margin-bottom: 20px;
    font-family: calibri light,sans-serif;
}
.section-propertiesaaynett .malek2{
    color: #29b6ac;
    font-size: 27px;
    margin-bottom: 20px;
    font-family: calibri light,sans-serif;
}
.section-propertiesaaynett ul li{
margin-bottom: 15px;
color:#222;
font-family: calibri light,sans-serif;
font-size: 15px;
}
.statisticaaynetcadre{
    margin-right: 10px;
    border:1px solid #29b6ac;
    border-radius: 5px;
    padding:2px !important;
}

.visitor-btn a{
    color:#fff;
}
/* update here */
.homelog p{
    font-size: 27px !important;
    margin-bottom: 28px !important;
    /* font-family: 'Tajawal', sans-serif; */
    font-weight: 600;
}
.homelog .titleAynet{
    color:#369894;
}
.titleaynatt{
    margin-bottom: 20px;
    font-family: Tahoma;
    font-size: 23px;
    color:#fff;
}
.title-icons {
    margin-bottom: 30px;
}
.title-icons span{
    color:#fff;
    font-size: 15px;
}
.imglogoK{
    width: 234px;
    height: 101px;
    margin-top: 30px;
}

/* add style page home login */
.index-intro h1 {
    font-size: 30px;
	font-weight: 100;
    color: #fff;
    font-weight: bold;
    /* font-family: 'Tajawal', sans-serif; */
}
@media (min-width:768px) {
    .index-intro h1 {
    font-size: 48px;
}
}body.night-mode .index-intro h1 {
    color: #fff;
}
.index-intro p {
    line-height: 24px;
    color: #ffffff;
    /* font-family: 'Tajawal', sans-serif; */
    font-weight: 600;
    font-size: 22px;
}
body.night-mode .index-intro p {
    color: #fff;
}
.daytime_message {
    padding: 10px 15px;
    margin-bottom: 3px;
    display: none;
}
.daytime_message img {
    width: 28px;
    height: 28px;
    margin-left: 5px;
}
.daytime_message button {
    margin-top: 4px;
    font-size: 18px;
}
/* commithere */
.directory-card1 {
    position: relative;
    display: inline-block;
    width: 100%;
    height:auto;
    padding: 10px 0px;
    background-size: cover !important;
    border-top-left-radius: 70px;
    border-bottom-right-radius: 70px;
    border:1px solid #666666;
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #666666;
    overflow-x:hidden;
}

.directory-card2 {
    position: relative;
    display: inline-block;
    width: 100%;
    height:auto;
    padding: 10px 0px;
    background-size: cover !important;
    border-top-left-radius: 70px;
    border-bottom-right-radius: 70px;
    border:1px solid #666666;
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #666666;
    overflow-x:hidden;
}
.directory-card3 {
    position: relative;
    display: inline-block;
    width: 100%;
    height:auto;
    padding: 10px 0px;
    background-size: cover !important;
    border-top-left-radius: 70px;
    border-bottom-right-radius: 70px;
    border:1px solid #666666;
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #666666;
    overflow-x:hidden;
}
.directory-card5 {
    position: relative;
    display: inline-block;
    width: 100%;
    height:auto;
    padding: 10px 0px;
    background-size: cover !important;
    border-top-left-radius: 70px;
    border-bottom-right-radius: 70px;
    border:1px solid #666666;
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #666666;
    overflow-x:hidden;
}
.directory-card4 {
    position: relative;
    display: inline-block;
    width: 100%;
    height:auto;
    padding: 10px 0px;
    background-size: cover !important;
    border-top-left-radius: 70px;
    border-bottom-right-radius: 70px;
    background: linear-gradient(45deg, #038e84, #023330);
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    overflow-x:hidden;
}
.directory-card6 {
    position: relative;
    display: inline-block;
    width: 100%;
    height:auto;
    padding: 10px 0px;
    background-size: cover !important;
    border-top-left-radius: 70px;
    border-bottom-right-radius: 70px;
    border:1px solid #666666;
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #666666;
    overflow-x:hidden;
}
.directory-card7 {
    position: relative;
    display: inline-block;
    width: 100%;
    height:auto;
    padding: 10px 0px;
    background-size: cover !important;
    border-top-left-radius: 70px;
    border-bottom-right-radius: 70px;
    border:1px solid #666666;
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #666666;
    overflow-x:hidden;
}

.directory-card8 {
    position: relative;
    display: inline-block;
    width: 100%;
    height:auto;
    padding: 10px 0px;
    background-size: cover !important;
    border-top-left-radius: 70px;
    border-bottom-right-radius: 70px;
    border:1px solid #666666;
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #666666;
    overflow-x:hidden;
}
.directory-card9 {
    position: relative;
    display: inline-block;
    width: 100%;
    height:auto;
    padding: 10px 0px;
    background-size: cover !important;
    border-top-left-radius: 70px;
    border-bottom-right-radius: 70px;
    border:1px solid #666666;
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #666666;
    overflow-x:hidden;
}

.directory-card11 {
    position: relative;
    display: inline-block;
    width: 100%;
    height:auto;
    padding: 10px 0px;
    background-size: cover !important;
    border-top-left-radius: 70px;
    border-bottom-right-radius: 70px;
    border:1px solid #666666;
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #666666;
    overflow-x:hidden;
}
/* commithere */
body.night-mode .directory-card1 {
    position: relative;
    display: inline-block;
    width: 100%;
    height:auto;
    padding: 6px 53px;
    background-size: cover !important;
    border-top-left-radius: 70px;
    border-bottom-right-radius: 70px;
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    overflow-x:hidden;
    border:1px solid #fff;
}
body.night-mode .directory-card2 {
    position: relative;
    display: inline-block;
    width: 100%;
    height:auto;
    padding: 10px 0px;
    background-size: cover !important;
    border-top-left-radius: 70px;
    border-bottom-right-radius: 70px;
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    overflow-x:hidden;
    border:1px solid #fff;
}
body.night-mode .directory-card3 {
    position: relative;
    display: inline-block;
    width: 100%;
    height:auto;
    padding: 10px 0px;
    background-size: cover !important;
    border-top-left-radius: 70px;
    border-bottom-right-radius: 70px;
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    border:1px solid #fff;
    overflow-x:hidden;
}
body.night-mode .directory-card4 {
    position: relative;
    display: inline-block;
    width: 100%;
    height:auto;
    padding: 10px 0px;
    background-size: cover !important;
    border-top-left-radius: 70px;
    border-bottom-right-radius: 70px;
    background: linear-gradient(45deg, #038e84, #023330);
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #898f9c;
    overflow-x:hidden;
}

body.night-mode .directory-card5 {
    position: relative;
    display: inline-block;
    width: 100%;
    height:auto;
    padding: 10px 0px;
    background-size: cover !important;
    border-top-left-radius: 70px;
    border-bottom-right-radius: 70px;
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    border:1px solid #fff;
    color: #fff;
    overflow-x:hidden;
}
body.night-mode .directory-card6 {
    position: relative;
    display: inline-block;
    width: 100%;
    height:auto;
    padding: 10px 0px;
    background-size: cover !important;
    border-top-left-radius: 70px;
    border-bottom-right-radius: 70px;
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    border:1px solid #fff;
    overflow-x:hidden;
}
body.night-mode .directory-card7 {
    position: relative;
    display: inline-block;
    width: 100%;
    height:auto;
    padding: 10px 0px;
    background-size: cover !important;
    border-top-left-radius: 70px;
    border-bottom-right-radius: 70px;
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    overflow-x:hidden;
    border:1px solid #fff;
}
body.night-mode .directory-card8 {
    position: relative;
    display: inline-block;
    width: 100%;
    height:auto;
    padding: 10px 0px;
    background-size: cover !important;
    border-top-left-radius: 70px;
    border-bottom-right-radius: 70px;
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    overflow-x:hidden;
    border:1px solid #fff;
}

body.night-mode .directory-card9 {
    position: relative;
    display: inline-block;
    width: 100%;
    height:auto;
    padding: 10px 0px;
    background-size: cover !important;
    border-top-left-radius: 70px;
    border-bottom-right-radius: 70px;
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    overflow-x:hidden;
    border:1px solid #fff;
}

body.night-mode .directory-card11 {
    position: relative;
    display: inline-block;
    width: 100%;
    height:auto;
    padding: 10px 0px;
    background-size: cover !important;
    border-top-left-radius: 70px;
    border-bottom-right-radius: 70px;
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    border:1px solid #fff;
    overflow-x:hidden;
}
.directoryicons{
    width:45px;
    height: 45px;
}
@media(min-width:1024px){
    .directory-card{
        padding:10px 0px !important;
    }
}
@media(min-width:400px) and (max-width:576px){
    .directory-card{
        padding:10px 0px !important;
    }
}
@media(min-width:600px) and (max-width:992px){
    .directory-card{
        padding:0px 53px !important;
    }
}
@media(min-width:400px) and (max-width:500px){
    .directory-card{
        padding:15px 53px !important;
    }
}
/* update here */
.directory-card .title {
    margin-top: 15px;
    font-weight: bold;
    color: #29b6ac;
}

/* update here */
body.night-mode .directory-card .title {
    color: #fff;
}
.directory-card p {
    margin-bottom: 0;
    color: #fff;
}
.panel-messages .card-header .fa-circle {
    color: #65a830;
    font-size: 9px;
}
/* .panel-messages .card-body {
    padding: 0;
} */
.panel-messages.fresh .card-body {
    position: relative;
}
.panel-messages .conversation-user {
    width: 50px;
    height: 50px;
}
.panel-messages .conversation-user img {
    width: 50px;
    height: 50px;
}
.panel-messages .conversation-body {
    max-width: -moz-calc(100% - 120px);
    max-width: -webkit-calc(100% - 120px);
    max-width: -o-calc(100% - 120px);
    max-width: calc(100% - 120px);
}
.panel-messages .conversation-body .text {
    background: #e9eaee;
}
.profile-header {
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #e6ecf5;
    border-top: 0;
}
body.night-mode .profile-header {
    border-color: #424242;
}
@media (min-width:992px) {
    .profile-header {
    margin-bottom: 40px;
}
}.profile-cover-wrapper {
    /* background: #424242; */
    background: url(../images/quran.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    background-size: cover;
    margin-top: -23px;
    height: 180px;
    overflow: hidden;
    border-radius: 0 0 2px 2px;
}
.event-cover-wrapper{
    background: url(../images/event.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    background-size: cover;
    margin-top: -23px;
    height: 180px;
    overflow: hidden;
    border-radius: 0 0 2px 2px;
}
@media(max-width:375px){
    .event-cover-wrapper{
        background-size: cover !important;
    }
}
@media (min-width:576px) {
    .profile-cover-wrapper {
    /*height: 240px;*/
}
.event-cover-wrapper{
    /*height: 240px;*/
}

}@media (min-width:768px) {
    .profile-cover-wrapper {
    /*height: 300px;*/
    background-size: cover;
}
.event-cover-wrapper{
    /*height: 300px;*/
}
}@media (min-width:992px) {
    .profile-cover-wrapper {
    /*height: 360px;*/
}
.event-cover-wrapper{
    /*height: 360px;*/
}

}.profile-cover-wrapper img.js_position-cover-cropped {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.event-cover-wrapper img.js_position-cover-cropped {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.profile-cover-wrapper img.js_lightbox:hover {
    cursor: pointer;
}
.event-cover-wrapper img.js_lightbox:hover{
    cursor: pointer;
}
.profile-cover-wrapper img.js_position-cover-full {
    width: 100%;
    height: auto;
    cursor: move;
}
.event-cover-wrapper img.js_position-cover-full{
    width: 100%;
    height: auto;
    cursor: move;
}
.profile-cover-buttons {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    font-size: 12px;
    opacity: .4;
    transition: all .5s;
}
@media (min-width:768px) {
    .profile-cover-buttons {
    top: 15px;
    right: 15px;
    font-size: 16px;
}
}.profile-cover-buttons>div {
    float: right;
    margin-left: 5px;
    /* padding: 4px 8px; */
    margin-top:10px;
    border-radius: 50%;
    text-align: center;
    /* background: rgba(0, 0, 0, .1); */
    background: rgb(255, 255, 255);
    transition: all .5s;
}
.profile-cover-buttons>div:hover {
    cursor: pointer;
    background: rgba(0, 0, 0, .25);
}
.profile-cover-wrapper:hover .profile-cover-buttons {
    opacity: 1;
}
.profile-cover-buttons form.x-uploader {
    position: relative;
}
.profile-cover-buttons>div.profile-cover-position-buttons {
    display: none;
    padding: 4px 6px;
}
.profile-cover-change-loader {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: .5;
    background: #000;
    width: 100%;
    height: 100%;
    padding-top: 20%;
    transition: all .5s;
}
@media (min-width:768px) {
    .profile-cover-change-loader {
    padding-top: 15%}
}.profile-cover-position-loader {
    display: none;
    position: absolute;
    top: 15px;
    right: 50%;
    padding: 8px 10px;
    background: rgba(0, 0, 0, .45);
    color: #fff;
    font-size: 11px;
    border-radius: 2px;
    transform: translate(50%);
}
@media (min-width:768px) {
    .profile-cover-position-loader {
    padding: 8px 24px;
    font-size: 13px;
    font-weight: 600;
}
}.profile-avatar-wrapper {
    position: absolute;
    top: 112px;
    right: 50%;
    transform: translate(50%);
    padding: 2px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .3);
}
@media (min-width:576px) {
    .profile-avatar-wrapper {
    top: 140px;
}
}@media (min-width:768px) {
    .profile-avatar-wrapper {
    top: 170px;
}
}body.night-mode .profile-avatar-wrapper {
    background: #adadad;
}
.profile-avatar-wrapper.static {
    top: 0;
}
@media (min-width:992px) {
    .profile-avatar-wrapper {
    padding: 4px;
}
.profile-avatar-wrapper:not(.static) {
    top: auto;
    bottom: 18px;
    /* right: 55px;
    transform: none; */
}
}.profile-avatar-wrapper img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    transition: all .5s;
}
.profile-avatar-wrapper img.js_lightbox:hover {
    cursor: pointer;
}
@media (min-width:576px) {
    .profile-avatar-wrapper img {
    width: 120px;
    height: 120px;
}
}@media (min-width:768px) {
    .profile-avatar-wrapper img {
    width: 150px;
    height: 150px;
}
}@media (min-width:992px) {
    .profile-avatar-wrapper img {
    width: 160px;
    height: 160px;
}
}.profile-avatar-change, .profile-avatar-crop, .profile-avatar-delete {
    display: block;
    position: absolute;
    bottom: 5px;
    left: 5px;
    /* opacity: .4; */
    color: #fff;
    font-size: 12px;
    /* padding: 4px 8px; */
    border-radius: 50%;
    text-align: center;
    /* background: rgba(0, 0, 0, .1); */
    background: rgba(255, 255, 255, 0.37);
    transition: all .5s;
}
.profile-avatar-change .iconspost{
    width:30px;
    height: 30px;
}
.profile-avatar-crop .iconspost{
    width:30px;
    height: 30px;
}
.profile-avatar-delete .iconspost{
    width:30px;
    height: 30px;
}
.profile-avatar-change:hover, .profile-avatar-crop:hover, .profile-avatar-delete:hover {
    cursor: pointer;
    background: rgba(0, 0, 0, .25);
}
.profile-avatar-crop {
    bottom: 35px;
    left: -15px;
}
.profile-avatar-delete {
    bottom: 75px;
    left: 5px;
}
.profile-avatar-change form.x-uploader {
    position: relative;
}
@media (min-width:576px) {
    .profile-avatar-delete {
    bottom: 75px;
    left: -15px;
}
}@media (min-width:768px) {
    .profile-avatar-change, .profile-avatar-crop, .profile-avatar-delete {
    bottom: 10px;
    left: 10px;
    font-size: 16px;
}
.profile-avatar-crop {
    bottom: 45px;
    left: -10px;
}
.profile-avatar-delete {
    bottom: 85px;
    left: -15px;
}
}.profile-avatar-wrapper:hover .profile-avatar-change, .profile-avatar-wrapper:hover .profile-avatar-crop, .profile-avatar-wrapper:hover .profile-avatar-delete {
    opacity: 1;
}
.profile-avatar-change-loader {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: .5;
    background: #000;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    padding-top: 50%;
    transition: all .5s;
}
.profile-name-wrapper {
    background: #fff;
    padding-top: 30px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 1.2em;
    font-weight: 600;
}
body.night-mode .profile-name-wrapper {
    background: #132624;
}
@media (min-width:992px) {
    .profile-name-wrapper {
        position: absolute;
        bottom: 98px;
        right: auto;
        width:40%;
        background: transparent!important;
        padding-top: 0;
        padding-bottom: 0;
        font-size: 1.9em;
        text-shadow: 0 0 3px rgba(0, 0, 0, 0.9);
}
.no-avatar .profile-name-wrapper {
    right: 85px;
    bottom: 70px;
}
}.profile-name-wrapper a {
    color: #333;
}
body.night-mode .profile-name-wrapper a {
    color: #fff;
}
.profile-name-wrapper a.badge {
    color: #fff;
}
@media (min-width:992px) {
    .profile-name-wrapper a {
    color: #fff;
}
.profile-name-wrapper a.badge {
    font-size: 14px;
}
}.profle-date-wrapper {
    position: absolute;
    width: 45px;
    right: 10px;
    top: 120px;
    padding: 6px;
    border-radius: 6px;
    border: 2px solid #fff;
    background: rgba(0, 0, 0, .1);
    text-align: center;
    font-size: 12px;
    color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
}
@media (min-width:576px) {
    .profle-date-wrapper {
    top: 180px;
}
}@media (min-width:768px) {
    .profle-date-wrapper {
    top: 240px;
}
}@media (min-width:992px) {
    .profle-date-wrapper {
    width: 55px;
    right: 15px;
    top: auto;
    bottom: 50px;
    font-size: 14px;
}
}.profle-meta-wrapper {
    position: absolute;
    right: 65px;
    top: 140px;
    color: #e9e9e9;
    font-size: 12px;
    text-shadow: 0 0 3px rgba(0, 0, 0, .9);
}
@media (min-width:576px) {
    .profle-meta-wrapper {
    top: 200px;
}
}@media (min-width:768px) {
    .profle-meta-wrapper {
    top: 260px;
}
}@media (min-width:992px) {
    .profle-meta-wrapper {
    right: 85px;
    top: auto;
    bottom: 50px;
    font-size: 14px;
}
}.profile-buttons-wrapper {
    background: #fff;
    padding-bottom: 20px;
    text-align: center;
}
body.night-mode .profile-buttons-wrapper {
    background: #132624;
}
@media (min-width:992px) {
    .profile-buttons-wrapper {
    background: 0 0!important;
    position: absolute;
    bottom: 105px;
    left: 15px;
    padding-bottom: 0;
    text-align: right;
}
}@media (max-width:992px) {
    .profile-buttons-wrapper .btn {
    box-shadow: none;
}
}.profile-tabs-wrapper {
    padding: 0 5px;
    background: #fff;
    box-shadow: 0 1px 13px rgba(0, 0, 0, .08);
    border-top: 1px solid #e6ecf5;
    border-radius: 0 0 2px 2px;
}
body.night-mode .profile-tabs-wrapper {
    background: #132624;
    border-color: #38444d;
}
@media (min-width:992px) {
    .profile-tabs-wrapper {
   /* position: absolute; */
   bottom: -25px;
   left: 285px;
   right: 15px;
   padding: 0;
   box-shadow: none;
   border-radius: 2px;
}
.no-avatar .profile-tabs-wrapper {
    right: 15px;
}
}.profile-tabs-wrapper>ul {
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
}
.profile-tabs-wrapper>ul>li {
    display: inline-block;
}
/* update menu */
/*.profile-tabs-wrapper > ul > li {*/
/*    display: inline-block;*/
/*   float: left;*/
/*}*/
/*.profile-tabs-wrapper > ul > li:nth-child(1),*/
/*.profile-tabs-wrapper > ul > li:nth-child(2){*/
/*    display: inline-block;*/
/*    float:right;*/
   
/*}*/
/* update menu */
.profile-tabs-wrapper>ul>li>a {
    display: block;
    padding: 18px 25px;
    line-height: 20px;
    font-weight: 600;
    color: #333333;
    transition: all .2s ease;
}
@media(max-width:575px){
    .profile-tabs-wrapper>ul>li>a{
        padding: 18px 0px !important;
        margin-left:22px !important;

    }

}
@media(max-width:360px){
    .profile-tabs-wrapper>ul>li>a{
        padding: 18px 0px !important;
        margin-left:1px !important;

    }

}
@media(min-width:600px){
    .profile-tabs-wrapper>ul>li>a{
        padding: 18px 16px !important;

    }

}
@media(min-width:376px){
    .profile-tabs-wrapper>ul>li>a{
       margin-left:1px !important;
    }
    
    .profile-tabs-wrapper > ul > li {
    display: inline-block;
   float: left;
}
.profile-tabs-wrapper > ul > li:nth-child(1),
.profile-tabs-wrapper > ul > li:nth-child(2){
    display: inline-block;
    float:right;
   
}
}
@media(min-width:576px){
    .profile-tabs-wrapper>ul>li>a{
      padding:18px 13px !important;
    }
}
@media(max-width:500px){
    .profile-tabs-wrapper>ul>li>a{
        padding: 18px 0px !important;
        margin-left: 13px !important;

    }

}
@media(max-width:375px){
    .profile-tabs-wrapper>ul>li>a{
        padding: 18px 2px !important;
        margin-left: -1px !important;
        font-size: 11px;
    }
    .iconstable {
        width: 27px;
        height: 27px;
    }
}
.profile-tabs-wrapper.narrow>ul>li>a {
    padding: 18px 28px;
}
body.night-mode .profile-tabs-wrapper>ul>li>a {
    color: #fff;
}
.profile-tabs-wrapper>ul>li>a:hover, body.night-mode .profile-tabs-wrapper>ul>li>a:hover {
    color: var(--link-color);
}
.profile-tabs-wrapper>ul>li>a.active, body.night-mode .profile-tabs-wrapper>ul>li>a.active {
    color:#29b6ac;
    border-bottom: #29b6ac !important;
}
@media (max-width:559px) {
    .panel-mutual-friends {
    display: none;
}
}.panel-mutual-friends li {
    float: right;
    width: 40px;
    height: 40px;
    margin-left: -8px;
}
.about-bio {
    word-wrap: break-word;
    text-align: center;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
body.night-mode .about-bio {
    border-color: #424242;
}
.about-bio a {
    display: inline-block;
    margin-top: 10px;
}
.about-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.about-list li {
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
}
.about-list li.package {
    background: #597ba5;
    color: #fff;
    padding: 10px 15px;
    margin-right: -20px;
    margin-left: -20px;
    margin-bottom: 15px;
    text-align: center;
}
.about-list li:last-child {
    border-bottom: 0 none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.about-list-item {
    padding-right: 39px;
    word-break: break-word;
 
}
.about-list-item .eventcreate{
    color:#f15d35;
}
.privacyevent{
    background-color: #f15d35;
}
.about-list-item a:hover {
    text-decoration: underline;
}
/* update here */
.about-list-item .fa {
    position: absolute;
    top: 4px;
    right: 0;
    color: #29b6ac;
    border: 1px solid #29b6ac;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    margin-bottom: 10px;
}
/* update here */
.about-list-item .details {
    padding-top: 2px;
    color: #b2b2b2;
    font-size: 11px;
    line-height: 16px;
    font-weight: 400;
}
.panel-photos div[class*=" col-"], .panel-photos div[class^=col-] {
    padding: 1px;
    padding-bottom: 0;
}
.pg_photo {
    position: relative;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #eee;
    width: 100%;
    height: 100%;
    padding-top: 100%;
    min-width: 40px;
    min-height: 40px;
    border-radius: 1px;
    margin-bottom: 2px;
}
.pg_photo.large {
    min-width: 100px;
    min-height: 100px;
}
.pg_photo-btn {
    position: absolute;
    left: 5px;
    top: 5px;
}
.panel-videos div[class*=" col-"], .panel-videos div[class^=col-] {
    padding: 1px;
    padding-bottom: 0;
}
.pg_video {
    position: relative;
    background: #eee;
    display: block;
    padding-bottom: 100%;
    overflow: hidden;
}
.pg_video video {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    object-fit: cover;
    width: 100%;
    height: 100%}
.pg_video .play-button {
    position: absolute;
    top: calc(50% - 25px);
    right: calc(50% - 25px);
    display: block;
    width: 50px;
    height: 50px;
    padding-top: 11px;
    padding-right: 6px;
    border-radius: 50%;
    color: #f5f5f5;
    text-align: center;
    background-color: rgba(0, 0, 0, .5);
    transition: all .3s ease;
}
.pg_video:hover .play-button {
    background-color: rgba(0, 0, 0, .8);
    box-shadow: 0 0 10px rgba(255, 255, 100, 1);
}
.album-card {
    border: 1px solid #ededed;
    border-radius: 1px;
    margin-bottom: 10px;
}
body.night-mode .album-card {
    border-color: #121212;
}
.album-cover {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #eee;
    width: 100%;
    height: 100%;
    padding-top: 100%;
    overflow: hidden;
    min-width: 40px;
    min-height: 40px;
}
.album-details {
    padding: 10px;
    font-size: 11px;
}
.album-details .fa {
    cursor: pointer;
}
.album-details .tooltip {
    width: auto;
    min-width: 110px;
    font-size: 11px;
}
.album-title {
    text-align: center;
    font-size: 1.5em;
    font-weight: 600;
    margin-top: 20px;
}
.album-meta {
    text-align: center;
    margin-bottom: 40px;
}
.admin-chart {
    min-width: 100%;
    height: 400px;
    margin: 0 auto;
    border: 1px solid #e6ecf5;
}
body.night-mode .admin-chart {
    border-color: #424242;
}
.change-log-list {
    margin-right: 30px;
}
.change-log-list>li {
    margin-right: 30px;
    list-style-type: disc;
}
.product {
    position: relative;
}
.product:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
}
.product.boosted {
    border: 2px solid #f9b340;
}
.product .boosted-icon {
    position: absolute;
    right: -15px;
    top: -15px;
    width: auto;
    padding: 3px 6px;
    font-size: 16px;
    background: #f9b340;
    color: #fff;
    border-radius: 50%;
    -ms-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    z-index: 2;
}
.product-image {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}
.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}
.product-price {
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: rgba(0, 0, 0, .65);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 6px 10px;
    border-radius: 6px;
}
.product-overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 100px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    text-align: center;
    opacity: 0;
    transition: all .3s;
}
.product:hover .product-overlay {
    opacity: 1;
}
.product-info {
    padding: 10px;
}
.product-meta {
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}
.product-meta .title {
    font-size: 14px;
    font-weight: 500;
}
.movie-card {
    margin-bottom: 20px;
}
.cardbibprince{
    height: 90px;
    width: 100%;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    border-radius: 25px;
    margin-bottom: 4px;
}
body.black-mode .movie-card{
    background: #c2c2f5;
    border-radius: 4px;
}
.movie-card-top {
    position: relative;
    display: block;
    border: 5px solid #fff;
    border-radius: 4px;
    margin-bottom: 10px;
}
body.night-mode .movie-card-top {
    border-color: #212121;
}
.movie-picture {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #fff;
    width: 100%;
    height: 100%;
    min-height: 330px;
}
.movie-info {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 70px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    text-align: center;
    opacity: 0;
    transition: all .3s;
    transition-delay: .1s;
}
.movie-info .meta {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
.movie-card-top:hover .movie-info {
    opacity: 1;
}
.movie-card-bottom {
    margin: 0 auto;
    padding: 0 5px;
    text-align: right;
}
.movie-title {
    display: block;
    font-size: 14px;
    font-weight: 700;
    transition: color .15s ease-in-out;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.movie-year {
    font-size: 14px;
}
.noty_theme__mint.noty_type__info, .noty_theme__mint.noty_type__information {
    background-color: #29b6ac!important;
    border-bottom: 1px solid #29b6ac!important;
}
.noty_bar {
    margin-bottom: 5px!important;
}
.noty_body {
    color: #fff!important;
    padding: 5px!important;
}
.noty_body .data-content, .noty_close_button {
    color: #fff!important;
}
.translator-language {
    display: block;
    font-size: 15px;
    line-height: 100%;
    padding: 15px;
    margin-bottom: 5px;
    border: 1px solid #eee;
    border-radius: 1px;
}
.translator-language:hover {
    background: #f3f3f3;
    cursor: pointer;
}
.big-icon {
    width: 80px;
    height: 80px;
    border: 4px solid rgba(128, 128, 128, .15);
    border-radius: 50%;
    margin: 20px auto;
    position: relative;
}
.big-icon.success {
    border-color: rgba(76, 174, 76, .15);
}
.big-icon.error {
    border-color: rgba(217, 83, 79, .15);
}
.big-icon.warning {
    border-color: rgba(255, 153, 0, .21);
}
.big-icon .fa {
    padding-top: 17px;
    padding-right: 3px;
}
.big-icon.success .fa {
    color: #4cae4c;
}
.big-icon.error .fa {
    color: #d9534f;
}
.big-icon.warning .fa {
    color: #d9954f;
}
.x-loader {
    text-align: center;
}
.loader {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px 0;
}
.loader:after {
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
    -webkit-animation: rotate .6s linear infinite;
    -moz-animation: rotate .6s linear infinite;
    -ms-animation: rotate .6s linear infinite;
    -o-animation: rotate .6s linear infinite;
    animation: rotate .6s linear infinite;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border-top: 1px solid #545a6a;
    border-bottom: 1px solid #d4d4db;
    border-right: 1px solid #545a6a;
    border-left: 1px solid #d4d4db;
    content: '';
    opacity: .5;
}
.loader.loader_large:after {
    width: 40px;
    height: 40px;
}
.loader.loader_medium:after {
    width: 25px;
    height: 25px;
}
.loader.loader_small:after {
    width: 10px;
    height: 10px;
}
.loader.loader_green:after {
    opacity: 1;
    border-top: 1px solid #42a26e;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #42a26e;
    border-left: 1px solid #fff;
}
@keyframes rotate {
    0% {
    transform: rotateZ(-360deg);
    -webkit-transform: rotateZ(-360deg);
    -moz-transform: rotateZ(-360deg);
    -o-transform: rotateZ(-360deg);
}
100% {
    transform: rotateZ(0);
    -webkit-transform: rotateZ(0);
    -moz-transform: rotateZ(0);
    -o-transform: rotateZ(0);
}
}@-webkit-keyframes rotate {
    0% {
    transform: rotateZ(-360deg);
    -webkit-transform: rotateZ(-360deg);
    -moz-transform: rotateZ(-360deg);
    -o-transform: rotateZ(-360deg);
}
100% {
    transform: rotateZ(0);
    -webkit-transform: rotateZ(0);
    -moz-transform: rotateZ(0);
    -o-transform: rotateZ(0);
}
}@-moz-keyframes rotate {
    0% {
    transform: rotateZ(-360deg);
    -webkit-transform: rotateZ(-360deg);
    -moz-transform: rotateZ(-360deg);
    -o-transform: rotateZ(-360deg);
}
100% {
    transform: rotateZ(0);
    -webkit-transform: rotateZ(0);
    -moz-transform: rotateZ(0);
    -o-transform: rotateZ(0);
}
}@-o-keyframes rotate {
    0% {
    transform: rotateZ(-360deg);
    -webkit-transform: rotateZ(-360deg);
    -moz-transform: rotateZ(-360deg);
    -o-transform: rotateZ(-360deg);
}
100% {
    transform: rotateZ(0);
    -webkit-transform: rotateZ(0);
    -moz-transform: rotateZ(0);
    -o-transform: rotateZ(0);
}
}@keyframes anim {
    0% {
    background-position: -468px 0;
}
100% {
    background-position: 468px 0;
}
}@-o-keyframes anim {
    0% {
    background-position: -468px 0;
}
100% {
    background-position: 468px 0;
}
}@-ms-keyframes anim {
    0% {
    background-position: -468px 0;
}
100% {
    background-position: 468px 0;
}
}@-moz-keyframes anim {
    0% {
    background-position: -468px 0;
}
100% {
    background-position: 468px 0;
}
}@-webkit-keyframes anim {
    0% {
    background-position: -468px 0;
}
100% {
    background-position: 468px 0;
}
}.panel-effect {
    position: relative;
    background: #f6f7f8 no-repeat 800px 104px;
    background-image: url(data:image/svg+xml;
    base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjdmOCIvPjxzdG9wIG9mZnNldD0iMjAlIiBzdG9wLWNvbG9yPSIjZWRlZWYxIi8+PHN0b3Agb2Zmc2V0PSI0MCUiIHN0b3AtY29sb3I9IiNmNmY3ZjgiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY3ZjgiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0 50%, 100% 50%, color-stop(0, #f6f7f8), color-stop(20%, #edeef1), color-stop(40%, #f6f7f8), color-stop(100%, #f6f7f8));
    background-image: -moz-linear-gradient(right, #f6f7f8 0, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
    background-image: -webkit-linear-gradient(right, #f6f7f8 0, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
    background-image: linear-gradient(to left, #f6f7f8 0, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
    height: 104px;
    -moz-animation: anim 1s forwards infinite linear;
    -webkit-animation: anim 1s forwards infinite linear;
    animation: anim 1s forwards infinite linear;
}
.fake-effect {
    position: absolute;
    background: #fff;
    left: 0;
    right: 0;
    height: 6px;
}
.fe-0 {
    height: 40px;
    right: 40px;
    width: 8px;
}
.fe-1 {
    height: 8px;
    right: 48px;
    top: 0;
    left: 0;
}
.fe-2 {
    right: 136px;
    top: 8px;
}
.fe-3 {
    height: 12px;
    right: 48px;
    top: 14px;
}
.fe-4 {
    right: 100px;
    top: 26px;
}
.fe-5 {
    height: 10px;
    right: 48px;
    top: 32px;
}
.fe-6 {
    height: 20px;
    top: 40px;
}
.fe-7 {
    right: 410px;
    top: 60px;
}
.fe-8 {
    height: 13px;
    top: 66px;
}
.fe-9 {
    right: 440px;
    top: 79px;
}
.fe-10 {
    height: 13px;
    top: 85px;
}
.fe-11 {
    right: 178px;
    top: 98px;
}
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin: 0;
}
.switch.sm {
    width: 30px;
    height: 17px;
}
.switch input {
    display: none;
}
.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
body.night-mode .switch .slider {
    background-color: #666;
}
.switch .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    right: 4px;
    bottom: 4px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
}
.switch.sm .slider:before {
    height: 13px;
    width: 13px;
    right: 2px;
    bottom: 2px;
}
.switch input:checked+.slider {
    /* background-color: var(--link-color); */
    background-color:#29b6ac;
}
.switch input:focus+.slider {
    box-shadow: 0 0 1px #2196f3;
}
.switch input:checked+.slider:before {
    -webkit-transform: translateX(-26px);
    -ms-transform: translateX(-26px);
    transform: translateX(-26px);
}
.switch.sm input:checked+.slider:before {
    -webkit-transform: translateX(-13px);
    -ms-transform: translateX(-13px);
    transform: translateX(-13px);
}
.switch .slider.round {
    border-radius: 34px;
}
.switch .slider.round:before {
    border-radius: 50%}
.button-label {
    display: inline-block;
    padding: 1em 2em;
    margin: .5em;
    cursor: pointer;
    color: #6c6c6c;
    border-radius: 6px;
    transition: .3s;
    box-shadow: 0 0 0 1px #e6e6e6;
    min-width: 115px;
}
body.night-mode .button-label {
    box-shadow: 0 0 0 1px #424242;
}
.button-label-image {
    display: block;
    padding: 5px;
    margin: 0;
    width: 100%;
    height: 100%;
    box-shadow: none;
    cursor: pointer;
    transition: .3s;
    border-radius: 2px;
}
.button-label .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f3f3;
    height: 60px;
    width: 60px;
    margin: 0 auto;
    border-radius: 50%;
    transition: all .2s;
    opacity: .75;
    filter: grayscale(1);
}
.button-label .icon img {
    width: 32px;
    height: 32px;
}
.button-label-image img {
    width: 100%;
    height: 100%;
    border-radius: 2px;
}
.button-label .title {
    font-weight: 500;
    font-size: 14px;
    margin-top: 15px;
    text-transform: capitalize;
}
body.light-mode .button-label .title {
    color:#fff;
    }
    body.night-mode .button-label .title {
        color:#fff;
        }
        body.huile-mode .button-label .title {
            color:#fff;
            }
            body.black-mode .button-label .title {
                color:#fff;
                }

.button-label-image:hover, .button-label:hover {
    box-shadow: 0 0 0 2px rgba(51, 103, 214, .65);
}
.input-label:checked+.button-label, .input-label:checked+.button-label-image {
    box-shadow: 0 0 0 2px rgba(51, 103, 214, .65);
}
.input-label:checked+.button-label .icon {
    filter: grayscale(0);
    opacity: 1;
}
.btn-social, .btn-social-icon {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.btn-adn.active, .btn-adn:active, .btn-bitbucket.active, .btn-bitbucket:active, .btn-dropbox.active, .btn-dropbox:active, .btn-facebook.active, .btn-facebook:active, .btn-flickr.active, .btn-flickr:active, .btn-foursquare.active, .btn-foursquare:active, .btn-github.active, .btn-github:active, .btn-google.active, .btn-google:active, .btn-instagram.active, .btn-instagram:active, .btn-microsoft.active, .btn-microsoft:active, .btn-openid.active, .btn-openid:active, .btn-pinterest.active, .btn-pinterest:active, .btn-reddit.active, .btn-reddit:active, .btn-soundcloud.active, .btn-soundcloud:active, .btn-tumblr.active, .btn-tumblr:active, .btn-twitter.active, .btn-twitter:active, .btn-vimeo.active, .btn-vimeo:active, .btn-vk.active, .btn-vk:active, .btn-yahoo.active, .btn-yahoo:active, .open>.dropdown-toggle.btn-adn, .open>.dropdown-toggle.btn-bitbucket, .open>.dropdown-toggle.btn-dropbox, .open>.dropdown-toggle.btn-facebook, .open>.dropdown-toggle.btn-flickr, .open>.dropdown-toggle.btn-foursquare, .open>.dropdown-toggle.btn-github, .open>.dropdown-toggle.btn-google, .open>.dropdown-toggle.btn-instagram, .open>.dropdown-toggle.btn-microsoft, .open>.dropdown-toggle.btn-openid, .open>.dropdown-toggle.btn-pinterest, .open>.dropdown-toggle.btn-reddit, .open>.dropdown-toggle.btn-soundcloud, .open>.dropdown-toggle.btn-tumblr, .open>.dropdown-toggle.btn-twitter, .open>.dropdown-toggle.btn-vimeo, .open>.dropdown-toggle.btn-vk, .open>.dropdown-toggle.btn-yahoo {
    background-image: none;
}
.btn-social {
    position: relative;
    padding-right: 44px;
    text-align: right;
}
.btn-social>:first-child {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-left: 1px solid rgba(0, 0, 0, .2);
}
.btn-social.btn-lg {
    padding-right: 61px;
}
.btn-social.btn-lg>:first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em;
}
.btn-social.btn-sm {
    padding-right: 38px;
}
.btn-social.btn-sm>:first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em;
}
.btn-social.btn-xs {
    padding-right: 30px;
}
.btn-social.btn-xs>:first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em;
}
.btn-social-icon {
    position: relative;
    text-align: right;
    height: 34px;
    width: 34px;
    padding: 0;
}
.btn-social-icon>:first-child {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    line-height: 34px;
    font-size: 1.6em;
}
.btn-social-icon.btn-lg>:first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em;
}
.btn-social-icon.btn-sm>:first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em;
}
.btn-social-icon.btn-xs>:first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em;
}
.btn-social-icon>:first-child {
    border: none;
    text-align: center;
    width: 100%!important;
}
.btn-social-icon.btn-lg {
    height: 45px;
    width: 45px;
    padding-right: 0;
    padding-left: 0;
}
.btn-social-icon.btn-sm {
    height: 40px;
    width: 40px;
    padding-right: 0;
    padding-left: 0;
}
.btn-social-icon.btn-xs {
    height: 22px;
    width: 22px;
    padding-right: 0;
    padding-left: 0;
}
.btn-adn {
    color: #fff;
    background-color: #d87a68;
    border-color: rgba(0, 0, 0, .2);
}
.btn-adn.active, .btn-adn:active, .btn-adn:focus, .btn-adn:hover, .open>.dropdown-toggle.btn-adn {
    color: #fff;
    background-color: #ce563f;
    border-color: rgba(0, 0, 0, .2);
}
.btn-adn.disabled, .btn-adn.disabled.active, .btn-adn.disabled:active, .btn-adn.disabled:focus, .btn-adn.disabled:hover, .btn-adn[disabled], .btn-adn[disabled].active, .btn-adn[disabled]:active, .btn-adn[disabled]:focus, .btn-adn[disabled]:hover, fieldset[disabled] .btn-adn, fieldset[disabled] .btn-adn.active, fieldset[disabled] .btn-adn:active, fieldset[disabled] .btn-adn:focus, fieldset[disabled] .btn-adn:hover {
    background-color: #d87a68;
    border-color: rgba(0, 0, 0, .2);
}
.btn-adn .badge {
    color: #d87a68;
    background-color: #fff;
}
.btn-bitbucket {
    color: #fff;
    background-color: #205081;
    border-color: rgba(0, 0, 0, .2);
}
.btn-bitbucket.active, .btn-bitbucket:active, .btn-bitbucket:focus, .btn-bitbucket:hover, .open>.dropdown-toggle.btn-bitbucket {
    color: #fff;
    background-color: #163758;
    border-color: rgba(0, 0, 0, .2);
}
.btn-bitbucket.disabled, .btn-bitbucket.disabled.active, .btn-bitbucket.disabled:active, .btn-bitbucket.disabled:focus, .btn-bitbucket.disabled:hover, .btn-bitbucket[disabled], .btn-bitbucket[disabled].active, .btn-bitbucket[disabled]:active, .btn-bitbucket[disabled]:focus, .btn-bitbucket[disabled]:hover, fieldset[disabled] .btn-bitbucket, fieldset[disabled] .btn-bitbucket.active, fieldset[disabled] .btn-bitbucket:active, fieldset[disabled] .btn-bitbucket:focus, fieldset[disabled] .btn-bitbucket:hover {
    background-color: #205081;
    border-color: rgba(0, 0, 0, .2);
}
.btn-bitbucket .badge {
    color: #205081;
    background-color: #fff;
}
.btn-dropbox {
    color: #fff;
    background-color: #1087dd;
    border-color: rgba(0, 0, 0, .2);
}
.btn-dropbox.active, .btn-dropbox:active, .btn-dropbox:focus, .btn-dropbox:hover, .open>.dropdown-toggle.btn-dropbox {
    color: #fff;
    background-color: #0d6aad;
    border-color: rgba(0, 0, 0, .2);
}
.btn-dropbox.disabled, .btn-dropbox.disabled.active, .btn-dropbox.disabled:active, .btn-dropbox.disabled:focus, .btn-dropbox.disabled:hover, .btn-dropbox[disabled], .btn-dropbox[disabled].active, .btn-dropbox[disabled]:active, .btn-dropbox[disabled]:focus, .btn-dropbox[disabled]:hover, fieldset[disabled] .btn-dropbox, fieldset[disabled] .btn-dropbox.active, fieldset[disabled] .btn-dropbox:active, fieldset[disabled] .btn-dropbox:focus, fieldset[disabled] .btn-dropbox:hover {
    background-color: #1087dd;
    border-color: rgba(0, 0, 0, .2);
}
.btn-dropbox .badge {
    color: #1087dd;
    background-color: #fff;
}
.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, .2);
}
.btn-facebook.active, .btn-facebook:active, .btn-facebook:focus, .btn-facebook:hover, .open>.dropdown-toggle.btn-facebook {
    color: #fff;
    background-color: #2d4373;
    border-color: rgba(0, 0, 0, .2);
}
.btn-facebook.disabled, .btn-facebook.disabled.active, .btn-facebook.disabled:active, .btn-facebook.disabled:focus, .btn-facebook.disabled:hover, .btn-facebook[disabled], .btn-facebook[disabled].active, .btn-facebook[disabled]:active, .btn-facebook[disabled]:focus, .btn-facebook[disabled]:hover, fieldset[disabled] .btn-facebook, fieldset[disabled] .btn-facebook.active, fieldset[disabled] .btn-facebook:active, fieldset[disabled] .btn-facebook:focus, fieldset[disabled] .btn-facebook:hover {
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, .2);
}
.btn-facebook .badge {
    color: #3b5998;
    background-color: #fff;
}
.btn-flickr {
    color: #fff;
    background-color: #ff0084;
    border-color: rgba(0, 0, 0, .2);
}
.btn-flickr.active, .btn-flickr:active, .btn-flickr:focus, .btn-flickr:hover, .open>.dropdown-toggle.btn-flickr {
    color: #fff;
    background-color: #cc006a;
    border-color: rgba(0, 0, 0, .2);
}
.btn-flickr.disabled, .btn-flickr.disabled.active, .btn-flickr.disabled:active, .btn-flickr.disabled:focus, .btn-flickr.disabled:hover, .btn-flickr[disabled], .btn-flickr[disabled].active, .btn-flickr[disabled]:active, .btn-flickr[disabled]:focus, .btn-flickr[disabled]:hover, fieldset[disabled] .btn-flickr, fieldset[disabled] .btn-flickr.active, fieldset[disabled] .btn-flickr:active, fieldset[disabled] .btn-flickr:focus, fieldset[disabled] .btn-flickr:hover {
    background-color: #ff0084;
    border-color: rgba(0, 0, 0, .2);
}
.btn-flickr .badge {
    color: #ff0084;
    background-color: #fff;
}
.btn-foursquare {
    color: #fff;
    background-color: #f94877;
    border-color: rgba(0, 0, 0, .2);
}
.btn-foursquare.active, .btn-foursquare:active, .btn-foursquare:focus, .btn-foursquare:hover, .open>.dropdown-toggle.btn-foursquare {
    color: #fff;
    background-color: #f71752;
    border-color: rgba(0, 0, 0, .2);
}
.btn-foursquare.disabled, .btn-foursquare.disabled.active, .btn-foursquare.disabled:active, .btn-foursquare.disabled:focus, .btn-foursquare.disabled:hover, .btn-foursquare[disabled], .btn-foursquare[disabled].active, .btn-foursquare[disabled]:active, .btn-foursquare[disabled]:focus, .btn-foursquare[disabled]:hover, fieldset[disabled] .btn-foursquare, fieldset[disabled] .btn-foursquare.active, fieldset[disabled] .btn-foursquare:active, fieldset[disabled] .btn-foursquare:focus, fieldset[disabled] .btn-foursquare:hover {
    background-color: #f94877;
    border-color: rgba(0, 0, 0, .2);
}
.btn-foursquare .badge {
    color: #f94877;
    background-color: #fff;
}
.btn-github {
    color: #fff;
    background-color: #444;
    border-color: rgba(0, 0, 0, .2);
}
.btn-github.active, .btn-github:active, .btn-github:focus, .btn-github:hover, .open>.dropdown-toggle.btn-github {
    color: #fff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, .2);
}
.btn-github.disabled, .btn-github.disabled.active, .btn-github.disabled:active, .btn-github.disabled:focus, .btn-github.disabled:hover, .btn-github[disabled], .btn-github[disabled].active, .btn-github[disabled]:active, .btn-github[disabled]:focus, .btn-github[disabled]:hover, fieldset[disabled] .btn-github, fieldset[disabled] .btn-github.active, fieldset[disabled] .btn-github:active, fieldset[disabled] .btn-github:focus, fieldset[disabled] .btn-github:hover {
    background-color: #444;
    border-color: rgba(0, 0, 0, .2);
}
.btn-github .badge {
    color: #444;
    background-color: #fff;
}
.btn-google {
    color: #fff;
    background-color: #dd4b39;
    border-color: rgba(0, 0, 0, .2);
}
.btn-google.active, .btn-google:active, .btn-google:focus, .btn-google:hover, .open>.dropdown-toggle.btn-google {
    color: #fff;
    background-color: #c23321;
    border-color: rgba(0, 0, 0, .2);
}
.btn-google.disabled, .btn-google.disabled.active, .btn-google.disabled:active, .btn-google.disabled:focus, .btn-google.disabled:hover, .btn-google[disabled], .btn-google[disabled].active, .btn-google[disabled]:active, .btn-google[disabled]:focus, .btn-google[disabled]:hover, fieldset[disabled] .btn-google, fieldset[disabled] .btn-google.active, fieldset[disabled] .btn-google:active, fieldset[disabled] .btn-google:focus, fieldset[disabled] .btn-google:hover {
    background-color: #dd4b39;
    border-color: rgba(0, 0, 0, .2);
}
.btn-google .badge {
    color: #dd4b39;
    background-color: #fff;
}
.btn-instagram {
    color: #fff;
    background-color: #3f729b;
    border-color: rgba(0, 0, 0, .2);
}
.btn-instagram.active, .btn-instagram:active, .btn-instagram:focus, .btn-instagram:hover, .open>.dropdown-toggle.btn-instagram {
    color: #fff;
    background-color: #305777;
    border-color: rgba(0, 0, 0, .2);
}
.btn-instagram.disabled, .btn-instagram.disabled.active, .btn-instagram.disabled:active, .btn-instagram.disabled:focus, .btn-instagram.disabled:hover, .btn-instagram[disabled], .btn-instagram[disabled].active, .btn-instagram[disabled]:active, .btn-instagram[disabled]:focus, .btn-instagram[disabled]:hover, fieldset[disabled] .btn-instagram, fieldset[disabled] .btn-instagram.active, fieldset[disabled] .btn-instagram:active, fieldset[disabled] .btn-instagram:focus, fieldset[disabled] .btn-instagram:hover {
    background-color: #3f729b;
    border-color: rgba(0, 0, 0, .2);
}
.btn-instagram .badge {
    color: #3f729b;
    background-color: #fff;
}
.btn-linkedin {
    color: #fff;
    background-color: #007bb6;
    border-color: rgba(0, 0, 0, .2);
}
.btn-linkedin.active, .btn-linkedin:active, .btn-linkedin:focus, .btn-linkedin:hover, .open>.dropdown-toggle.btn-linkedin {
    color: #fff;
    background-color: #005983;
    border-color: rgba(0, 0, 0, .2);
}
.btn-linkedin.active, .btn-linkedin:active, .open>.dropdown-toggle.btn-linkedin {
    background-image: none;
}
.btn-linkedin.disabled, .btn-linkedin.disabled.active, .btn-linkedin.disabled:active, .btn-linkedin.disabled:focus, .btn-linkedin.disabled:hover, .btn-linkedin[disabled], .btn-linkedin[disabled].active, .btn-linkedin[disabled]:active, .btn-linkedin[disabled]:focus, .btn-linkedin[disabled]:hover, fieldset[disabled] .btn-linkedin, fieldset[disabled] .btn-linkedin.active, fieldset[disabled] .btn-linkedin:active, fieldset[disabled] .btn-linkedin:focus, fieldset[disabled] .btn-linkedin:hover {
    background-color: #007bb6;
    border-color: rgba(0, 0, 0, .2);
}
.btn-linkedin .badge {
    color: #007bb6;
    background-color: #fff;
}
.btn-microsoft {
    color: #fff;
    background-color: #2672ec;
    border-color: rgba(0, 0, 0, .2);
}
.btn-microsoft.active, .btn-microsoft:active, .btn-microsoft:focus, .btn-microsoft:hover, .open>.dropdown-toggle.btn-microsoft {
    color: #fff;
    background-color: #125acd;
    border-color: rgba(0, 0, 0, .2);
}
.btn-microsoft.disabled, .btn-microsoft.disabled.active, .btn-microsoft.disabled:active, .btn-microsoft.disabled:focus, .btn-microsoft.disabled:hover, .btn-microsoft[disabled], .btn-microsoft[disabled].active, .btn-microsoft[disabled]:active, .btn-microsoft[disabled]:focus, .btn-microsoft[disabled]:hover, fieldset[disabled] .btn-microsoft, fieldset[disabled] .btn-microsoft.active, fieldset[disabled] .btn-microsoft:active, fieldset[disabled] .btn-microsoft:focus, fieldset[disabled] .btn-microsoft:hover {
    background-color: #2672ec;
    border-color: rgba(0, 0, 0, .2);
}
.btn-microsoft .badge {
    color: #2672ec;
    background-color: #fff;
}
.btn-openid {
    color: #fff;
    background-color: #f7931e;
    border-color: rgba(0, 0, 0, .2);
}
.btn-openid.active, .btn-openid:active, .btn-openid:focus, .btn-openid:hover, .open>.dropdown-toggle.btn-openid {
    color: #fff;
    background-color: #da7908;
    border-color: rgba(0, 0, 0, .2);
}
.btn-openid.disabled, .btn-openid.disabled.active, .btn-openid.disabled:active, .btn-openid.disabled:focus, .btn-openid.disabled:hover, .btn-openid[disabled], .btn-openid[disabled].active, .btn-openid[disabled]:active, .btn-openid[disabled]:focus, .btn-openid[disabled]:hover, fieldset[disabled] .btn-openid, fieldset[disabled] .btn-openid.active, fieldset[disabled] .btn-openid:active, fieldset[disabled] .btn-openid:focus, fieldset[disabled] .btn-openid:hover {
    background-color: #f7931e;
    border-color: rgba(0, 0, 0, .2);
}
.btn-openid .badge {
    color: #f7931e;
    background-color: #fff;
}
.btn-pinterest {
    color: #fff;
    background-color: #cb2027;
    border-color: rgba(0, 0, 0, .2);
}
.btn-pinterest.active, .btn-pinterest:active, .btn-pinterest:focus, .btn-pinterest:hover, .open>.dropdown-toggle.btn-pinterest {
    color: #fff;
    background-color: #9f191f;
    border-color: rgba(0, 0, 0, .2);
}
.btn-pinterest.disabled, .btn-pinterest.disabled.active, .btn-pinterest.disabled:active, .btn-pinterest.disabled:focus, .btn-pinterest.disabled:hover, .btn-pinterest[disabled], .btn-pinterest[disabled].active, .btn-pinterest[disabled]:active, .btn-pinterest[disabled]:focus, .btn-pinterest[disabled]:hover, fieldset[disabled] .btn-pinterest, fieldset[disabled] .btn-pinterest.active, fieldset[disabled] .btn-pinterest:active, fieldset[disabled] .btn-pinterest:focus, fieldset[disabled] .btn-pinterest:hover {
    background-color: #cb2027;
    border-color: rgba(0, 0, 0, .2);
}
.btn-pinterest .badge {
    color: #cb2027;
    background-color: #fff;
}
.btn-reddit {
    color: #000;
    background-color: #eff7ff;
    border-color: rgba(0, 0, 0, .2);
}
.btn-reddit.active, .btn-reddit:active, .btn-reddit:focus, .btn-reddit:hover, .open>.dropdown-toggle.btn-reddit {
    color: #000;
    background-color: #bcddff;
    border-color: rgba(0, 0, 0, .2);
}
.btn-reddit.disabled, .btn-reddit.disabled.active, .btn-reddit.disabled:active, .btn-reddit.disabled:focus, .btn-reddit.disabled:hover, .btn-reddit[disabled], .btn-reddit[disabled].active, .btn-reddit[disabled]:active, .btn-reddit[disabled]:focus, .btn-reddit[disabled]:hover, fieldset[disabled] .btn-reddit, fieldset[disabled] .btn-reddit.active, fieldset[disabled] .btn-reddit:active, fieldset[disabled] .btn-reddit:focus, fieldset[disabled] .btn-reddit:hover {
    background-color: #eff7ff;
    border-color: rgba(0, 0, 0, .2);
}
.btn-reddit .badge {
    color: #eff7ff;
    background-color: #000;
}
.btn-soundcloud {
    color: #fff;
    background-color: #f50;
    border-color: rgba(0, 0, 0, .2);
}
.btn-soundcloud.active, .btn-soundcloud:active, .btn-soundcloud:focus, .btn-soundcloud:hover, .open>.dropdown-toggle.btn-soundcloud {
    color: #fff;
    background-color: #c40;
    border-color: rgba(0, 0, 0, .2);
}
.btn-soundcloud.disabled, .btn-soundcloud.disabled.active, .btn-soundcloud.disabled:active, .btn-soundcloud.disabled:focus, .btn-soundcloud.disabled:hover, .btn-soundcloud[disabled], .btn-soundcloud[disabled].active, .btn-soundcloud[disabled]:active, .btn-soundcloud[disabled]:focus, .btn-soundcloud[disabled]:hover, fieldset[disabled] .btn-soundcloud, fieldset[disabled] .btn-soundcloud.active, fieldset[disabled] .btn-soundcloud:active, fieldset[disabled] .btn-soundcloud:focus, fieldset[disabled] .btn-soundcloud:hover {
    background-color: #f50;
    border-color: rgba(0, 0, 0, .2);
}
.btn-soundcloud .badge {
    color: #f50;
    background-color: #fff;
}
.btn-tumblr {
    color: #fff;
    background-color: #2c4762;
    border-color: rgba(0, 0, 0, .2);
}
.btn-tumblr.active, .btn-tumblr:active, .btn-tumblr:focus, .btn-tumblr:hover, .open>.dropdown-toggle.btn-tumblr {
    color: #fff;
    background-color: #1c2d3f;
    border-color: rgba(0, 0, 0, .2);
}
.btn-tumblr.disabled, .btn-tumblr.disabled.active, .btn-tumblr.disabled:active, .btn-tumblr.disabled:focus, .btn-tumblr.disabled:hover, .btn-tumblr[disabled], .btn-tumblr[disabled].active, .btn-tumblr[disabled]:active, .btn-tumblr[disabled]:focus, .btn-tumblr[disabled]:hover, fieldset[disabled] .btn-tumblr, fieldset[disabled] .btn-tumblr.active, fieldset[disabled] .btn-tumblr:active, fieldset[disabled] .btn-tumblr:focus, fieldset[disabled] .btn-tumblr:hover {
    background-color: #2c4762;
    border-color: rgba(0, 0, 0, .2);
}
.btn-tumblr .badge {
    color: #2c4762;
    background-color: #fff;
}
.btn-twitter {
    color: #fff;
    background-color: #55acee;
    border-color: rgba(0, 0, 0, .2);
}
.btn-twitter.active, .btn-twitter:active, .btn-twitter:focus, .btn-twitter:hover, .open>.dropdown-toggle.btn-twitter {
    color: #fff;
    background-color: #2795e9;
    border-color: rgba(0, 0, 0, .2);
}
.btn-twitter.disabled, .btn-twitter.disabled.active, .btn-twitter.disabled:active, .btn-twitter.disabled:focus, .btn-twitter.disabled:hover, .btn-twitter[disabled], .btn-twitter[disabled].active, .btn-twitter[disabled]:active, .btn-twitter[disabled]:focus, .btn-twitter[disabled]:hover, fieldset[disabled] .btn-twitter, fieldset[disabled] .btn-twitter.active, fieldset[disabled] .btn-twitter:active, fieldset[disabled] .btn-twitter:focus, fieldset[disabled] .btn-twitter:hover {
    background-color: #55acee;
    border-color: rgba(0, 0, 0, .2);
}
.btn-twitter .badge {
    color: #55acee;
    background-color: #fff;
}
.btn-vimeo {
    color: #fff;
    background-color: #1ab7ea;
    border-color: rgba(0, 0, 0, .2);
}
.btn-vimeo.active, .btn-vimeo:active, .btn-vimeo:focus, .btn-vimeo:hover, .open>.dropdown-toggle.btn-vimeo {
    color: #fff;
    background-color: #1295bf;
    border-color: rgba(0, 0, 0, .2);
}
.btn-vimeo.disabled, .btn-vimeo.disabled.active, .btn-vimeo.disabled:active, .btn-vimeo.disabled:focus, .btn-vimeo.disabled:hover, .btn-vimeo[disabled], .btn-vimeo[disabled].active, .btn-vimeo[disabled]:active, .btn-vimeo[disabled]:focus, .btn-vimeo[disabled]:hover, fieldset[disabled] .btn-vimeo, fieldset[disabled] .btn-vimeo.active, fieldset[disabled] .btn-vimeo:active, fieldset[disabled] .btn-vimeo:focus, fieldset[disabled] .btn-vimeo:hover {
    background-color: #1ab7ea;
    border-color: rgba(0, 0, 0, .2);
}
.btn-vimeo .badge {
    color: #1ab7ea;
    background-color: #fff;
}
.btn-vk {
    color: #fff;
    background-color: #587ea3;
    border-color: rgba(0, 0, 0, .2);
}
.btn-vk.active, .btn-vk:active, .btn-vk:focus, .btn-vk:hover, .open>.dropdown-toggle.btn-vk {
    color: #fff;
    background-color: #466482;
    border-color: rgba(0, 0, 0, .2);
}
.btn-vk.disabled, .btn-vk.disabled.active, .btn-vk.disabled:active, .btn-vk.disabled:focus, .btn-vk.disabled:hover, .btn-vk[disabled], .btn-vk[disabled].active, .btn-vk[disabled]:active, .btn-vk[disabled]:focus, .btn-vk[disabled]:hover, fieldset[disabled] .btn-vk, fieldset[disabled] .btn-vk.active, fieldset[disabled] .btn-vk:active, fieldset[disabled] .btn-vk:focus, fieldset[disabled] .btn-vk:hover {
    background-color: #587ea3;
    border-color: rgba(0, 0, 0, .2);
}
.btn-vk .badge {
    color: #587ea3;
    background-color: #fff;
}
.btn-whatsapp {
    color: #fff;
    background-color: #04aa24;
    border-color: rgba(0, 0, 0, .2);
}
.btn-whatsapp.active, .btn-whatsapp:active, .btn-whatsapp:focus, .btn-whatsapp:hover, .open>.dropdown-toggle.btn-whatsapp {
    color: #fff;
    background-color: #3c983b;
    border-color: rgba(0, 0, 0, .2);
}
.btn-whatsapp.disabled, .btn-whatsapp.disabled.active, .btn-whatsapp.disabled:active, .btn-whatsapp.disabled:focus, .btn-whatsapp.disabled:hover, .btn-whatsapp[disabled], .btn-whatsapp[disabled].active, .btn-whatsapp[disabled]:active, .btn-whatsapp[disabled]:focus, .btn-whatsapp[disabled]:hover, fieldset[disabled] .btn-whatsapp, fieldset[disabled] .btn-whatsapp.active, fieldset[disabled] .btn-whatsapp:active, fieldset[disabled] .btn-whatsapp:focus, fieldset[disabled] .btn-whatsapp:hover {
    background-color: #04aa24;
    border-color: rgba(0, 0, 0, .2);
}
.btn-whatsapp .badge {
    color: #04aa24;
    background-color: #fff;
}
.btn-yahoo {
    color: #fff;
    background-color: #720e9e;
    border-color: rgba(0, 0, 0, .2);
}
.btn-yahoo.active, .btn-yahoo:active, .btn-yahoo:focus, .btn-yahoo:hover, .open>.dropdown-toggle.btn-yahoo {
    color: #fff;
    background-color: #500a6f;
    border-color: rgba(0, 0, 0, .2);
}
.btn-yahoo.disabled, .btn-yahoo.disabled.active, .btn-yahoo.disabled:active, .btn-yahoo.disabled:focus, .btn-yahoo.disabled:hover, .btn-yahoo[disabled], .btn-yahoo[disabled].active, .btn-yahoo[disabled]:active, .btn-yahoo[disabled]:focus, .btn-yahoo[disabled]:hover, fieldset[disabled] .btn-yahoo, fieldset[disabled] .btn-yahoo.active, fieldset[disabled] .btn-yahoo:active, fieldset[disabled] .btn-yahoo:focus, fieldset[disabled] .btn-yahoo:hover {
    background-color: #720e9e;
    border-color: rgba(0, 0, 0, .2);
}
.btn-yahoo .badge {
    color: #720e9e;
    background-color: #fff;
}
.ml0 {
    margin-right: 0!important;
}
.mr0 {
    margin-left: 0!important;
}
.mlr0 {
    margin-right: 0!important;
    margin-left: 0!important;
}
.mt0 {
    margin-top: 0!important;
}
.mb0 {
    margin-bottom: 0!important;
}
.mtb0 {
    margin-top: 0!important;
    margin-bottom: 0!important;
}
.ml5 {
    margin-right: 5px!important;
}
.mr5 {
    margin-left: 5px!important;
    color: rgb(61, 60, 60);
}
.mr6{
    color:#fff;
    margin-left:5px;
}
.mr7{
    color:#29b6ac;
    margin-left:5px;
}
.mlr5 {
    margin-right: 5px!important;
    margin-left: 5px!important;
}
.mt5 {
    margin-top: 5px!important;
}
.mb5 {
    margin-bottom: 5px!important;
}
.mtb5 {
    margin-top: 5px!important;
    margin-bottom: 5px!important;
}
.ml10 {
    margin-right: 10px!important;
}
.mr10 {
    margin-left: 10px!important;
}
.mlr10 {
    margin-right: 10px!important;
    margin-left: 10px!important;
}
.mt10 {
    margin-top: 10px!important;
}
.mb10 {
    margin-bottom: 10px!important;
}
.mtb10 {
    margin-top: 10px!important;
    margin-bottom: 10px!important;
}
.ml20 {
    margin-right: 20px!important;
}
.mr20 {
    margin-left: 20px!important;
}
.mlr20 {
    margin-right: 20px!important;
    margin-left: 20px!important;
}
.mt20 {
    margin-top: 20px!important;
}
.mb20 {
    margin-bottom: 20px!important;
}
.mtb20 {
    margin-top: 20px!important;
    margin-bottom: 20px!important;
}
.ml25 {
    margin-right: 25px!important;
}
.mr25 {
    margin-left: 25px!important;
}
.mlr25 {
    margin-right: 25px!important;
    margin-left: 25px!important;
}
.mt25 {
    margin-top: 25px!important;
}
.mb25 {
    margin-bottom: 25px!important;
}
.mtb25 {
    margin-top: 25px!important;
    margin-bottom: 25px!important;
}
.ml30 {
    margin-right: 30px!important;
}
.mr30 {
    margin-left: 30px!important;
}
.mlr30 {
    margin-right: 30px!important;
    margin-left: 30px!important;
}
.mt30 {
    margin-top: 30px!important;
}
.mb30 {
    margin-bottom: 30px!important;
}
.mtb30 {
    margin-top: 30px!important;
    margin-bottom: 30px!important;
}
.pl0 {
    padding-right: 0!important;
}
.pr0 {
    padding-left: 0!important;
}
.plr0 {
    padding-right: 0!important;
    padding-left: 0!important;
}
.pt0 {
    padding-top: 0!important;
}
.pb0 {
    padding-bottom: 0!important;
}
.ptb0 {
    padding-top: 0!important;
    padding-bottom: 0!important;
}
.pl5 {
    padding-right: 5px!important;
}
.pr5 {
    padding-left: 5px!important;
}
.plr5 {
    padding-right: 5px!important;
    padding-left: 5px!important;
}
.pt5 {
    padding-top: 5px!important;
}
.pb5 {
    padding-bottom: 5px!important;
}
.ptb5 {
    padding-top: 5px!important;
    padding-bottom: 5px!important;
}
.pl10 {
    padding-right: 10px!important;
}
.pr10 {
    padding-left: 10px!important;
}
.plr10 {
    padding-right: 10px!important;
    padding-left: 10px!important;
}
.pt10 {
    padding-top: 10px!important;
}
.pb10 {
    padding-bottom: 10px!important;
}
.ptb10 {
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}
.pl20 {
    padding-right: 20px!important;
}
.pr20 {
    padding-left: 20px!important;
}
.plr20 {
    padding-right: 20px!important;
    padding-left: 20px!important;
}
.pt20 {
    padding-top: 20px!important;
}
.pb20 {
    padding-bottom: 20px!important;
}
.ptb20 {
    padding-top: 20px!important;
    padding-bottom: 20px!important;
}
.pl25 {
    padding-right: 25px!important;
}
.pr25 {
    padding-left: 25px!important;
}
.plr25 {
    padding-right: 25px!important;
    padding-left: 25px!important;
}
.pt25 {
    padding-top: 25px!important;
}
.pb25 {
    padding-bottom: 25px!important;
}
.ptb25 {
    padding-top: 25px!important;
    padding-bottom: 25px!important;
}
.pl30 {
    padding-right: 30px!important;
}
.pr30 {
    padding-left: 30px!important;
}
.plr30 {
    padding-right: 30px!important;
    padding-left: 30px!important;
}
.pt30 {
    padding-top: 70px!important;
}
.pb30 {
    padding-bottom: 30px!important;
}
.ptb30 {
    padding-top: 30px!important;
    padding-bottom: 30px!important;
}
.text-link {
    color: var(--link-color);
}
.text-link:hover {
    cursor: pointer;
    text-decoration: underline;
}
.text-underline:hover {
    cursor: pointer;
    text-decoration: underline;
}
.text-active {
    color: #1e8bd2!important;
}
.text-readable {
    font-size: 1.3em;
    line-height: 1.8em;
}
.text-lg {
    font-size: 1.3em;
}
.text-xlg {
    font-size: 2.3em;
    font-weight: 700;
}
.red {
    color: red;
}
.green {
    color: green;
}
.yellow {
    color: #ebba16;
}
.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.pointer {
    cursor: pointer;
}
.x-notifier {
    background: #ffffcd!important;
}
body.night-mode .x-notifier {
    background: #000!important;
}
.x-hidden {
    display: none;
}
@media (max-width:767px) {
    .offcanvas {
    position: relative;
    overflow: hidden;
}
.offcanvas.active {
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    transition: all .25s ease-out;
}
.offcanvas .offcanvas-sidebar {
    position: absolute!important;
    top: 0;
    right: -80%;
    width: 80%;
    height: 100%;
    z-index: 100;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    transition: all .25s ease-out;
}
.offcanvas.active .offcanvas-sidebar {
    right: 0;
}
.offcanvas .offcanvas-mainbar {
    right: 0;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    transition: all .25s ease-out;
}
.offcanvas.active .offcanvas-mainbar {
    right: 80%}
}

/* update page login */
.Aynetbackimg{
    background:#fff;
     padding:5%;
     border: 1px solid #a0a2a2;
     overflow:hidden;
 }
 body.night-mode .Aynetbackimg{
    background: #a2c4c1;
}
 .imgK{
     width:100%;
     padding-top:50px !important;
 }
 span.nblike {
    margin: 5px 5px 0px 5px;
    font-weight: 900;
}
img.privcy {
    width: 60px;
    height: 60px;
}

a.more {
    color: #29b6ac;
    font-size: 13px;
}
.black-mode a.more {
    color: #29b6ac;
    font-size: 13px;
}
 /* update page login */
 /* style of modal picture change in group profile event Ayat  */

 a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}

.modal-header {
    padding: 15px;
     border-bottom: none;
}
.modal-title{
	font-weight:bold;
}
.modal-body.choice-modal{
    position: relative;
    padding: 0px;
}
.row.inner-scroll {
    height: 445px;
    overflow: auto;
}
.mycard-footer {
    height: 25px;
    background: #333333;
    font-size: 15px;
    text-indent: 10px;
}

.gallery-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;

    border-radius: .25rem;
	    height: 132px;
		margin-bottom:14px;
}
.gallery-card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.gallery-card img {
    height: 130px;
    width: 100%;
    margin-bottom: 20px;
}
label{
    margin-bottom: 0 !important;
}

.block-check {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.block-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
	cursor: pointer;
}
.block-check:hover input ~ .checkmark {
    background-color: #ccc;
}
.block-check input:checked ~ .checkmark {
    background-color: #29b6ac;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.block-check input:checked ~ .checkmark:after {
    display: block;
}
.block-check .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.inner-scroll::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.inner-scroll::-webkit-scrollbar
{
    width: 10px;
    background-color: #F5F5F5;
}

.inner-scroll::-webkit-scrollbar-thumb
{
    background-color: #29b6ac;
    
    background-image: -webkit-gradient(linear, 0 0, 0 100%,
                       color-stop(.5, rgba(255, 255, 255, .2)),
                       color-stop(.5, transparent), to(transparent));
}

  /* style of modal picture change in group profile event Ayat  */
  /* cover and profile profile user*/
  .changecoverprofileuser{
      background: url(../images/icons/image.svg);
      height: 20px;
      width:20px;
  }
  .cropcoverprofileuser{
    background: url(../images/icons/croped.svg);
    height: 20px;
    width:20px;
}
.deletecoverprofileuser{
    background: url(../images/icons/deletea.svg);
    height: 20px;
    width:20px;
}
.changeprofileuser{
    background: url(../images/icons/image.svg);
    height: 20px;
    width:20px;
}
.cropprofileuser{
  background: url(../images/icons/croped.svg);
  height: 20px;
  width:20px;
}
.deleteprofileuser{
  background: url(../images/icons/deletea.svg);
  height: 20px;
  width:20px;
}
/* cover and profile profile user*/
/* cover and profile GROUP */
.changecovergroup{
    background: url(../images/icons/image.svg);
    height: 20px;
    width:20px;
}
.cropcovergroup{
  background: url(../images/icons/croped.svg);
  height: 20px;
  width:20px;
}
.deletecovergroup{
  background: url(../images/icons/deletea.svg);
  height: 20px;
  width:20px;
}
.changeprofilegroup{
    background: url(../images/icons/image.svg);
    height: 20px;
    width:20px;
}
.cropprofilegroup{
    background: url(../images/icons/crop.svg);
    height: 20px;
    width:20px;
}
.deleteprofilegroup{
    background: url(../images/icons/deletea.svg);
    height: 20px;
    width:20px;
}
/* cover and profile GROUP */
/* cover and profile event */
.changecoverevent{
    background: url(../images/icons/image.svg);
    height: 20px;
    width:20px;
}
.cropcoverevent{
  background: url(../images/icons/croped.svg);
  height: 20px;
  width:20px;
}
.deletecoverevent{
  background: url(../images/icons/deletea.svg);
  height: 20px;
  width:20px;
}

/* cover and profile event */
.radioaaynet{
    background: linear-gradient(87deg, #1b9f96 0, #53dfd5 100%)!important;
}
.radioaaynethomepage{
   background:#29b6ac;
    border:none !important;
}
.section-radioaaynet .t-center{
    justify-content: center;
 }
.titleradio{
    color:#fff;
}
.hashtagaynet{
    border:1px solid #29b6ac;
}
 .loading{
     width:150px;
     height: 50px;
     margin:0px auto;
     position: relative;
 } 
 .loading span{
     display: block;
     position: absolute;
     bottom: 10px;
     height: 10px;
     background-color:#fff;
     width:9px;
     animation:waving 1.5s infinite ease-in-out;
 }
 .loading span:nth-of-type(2){
     right:11px;
     animation-delay: .2s;
 }
 .loading span:nth-of-type(3){
    right:22px;
    animation-delay: .4s;
}
.loading span:nth-of-type(4){
    right:33px;
    animation-delay: .6s;
}
.loading span:nth-of-type(5){
    right:44px;
    animation-delay: .8s;
}
.loading span:nth-of-type(6){
    right:55px;
    animation-delay: .10s;
}
.loading span:nth-of-type(7){
    right:66px;
    animation-delay: .12s;
}
.loading span:nth-of-type(8){
    right:77px;
    animation-delay: .14s;
}
.loading span:nth-of-type(9){
    right:88px;
    animation-delay: .16s;
}
.loading span:nth-of-type(10){
    right:99px;
    animation-delay: .18s;
}
.loading span:nth-of-type(11){
    right:110px;
    animation-delay: .20s;
}
.loading span:nth-of-type(12){
    right:121px;
    animation-delay: .22s;
}
.loading span:nth-of-type(13){
    right:131px;
    animation-delay: .24s;
}
.loading span:nth-of-type(14){
    right:141px;
    animation-delay: .26s;
}
.loading span:last-of-type {
    right:151px;
    animation-delay: .28s;
}
@keyframes waving{
    0% , 50% , 100%{
        height: 5px;
        transform: translateY(0);
        background-color:#fff;
    }
    25%{
        height: 45px;
        transform: translateY(15px);
        background-color:#e3e3e3;
        
    }
}
#player-radio #play-pause {
    cursor: pointer;
    text-indent: -999999px;
    height:50px;
    width: 50px;
    background:transparent;
    border:1px solid #fff;
    background-image: url('../images/icons/play.svg');
    background-repeat:no-repeat;
    background-position:center;
    background-size:20px;
    margin-top: 13px;
    margin-right: 3px;
  }
  #player-radio #play-pausef {
    cursor: pointer;
    text-indent: -999999px;
    height:50px;
    width: 50px;
    background:transparent;
    border:1px solid #fff;
    background-image: url('../images/icons/play.svg');
    background-repeat:no-repeat;
    background-position:center;
    background-size:20px;
    margin-top: 13px;
    margin-right: 3px;
  }
  
  .playR {
    background-image: url('../images/icons/play.svg');
    border:1px solid #fff;
    border-radius: 50%;
  }
  
  .pause {
     background-image: url('../images/icons/pause.svg')!important;
     border:1px solid #fff;
     border-radius: 50%;
  }

  .pausef {
     background-image: url('../images/icons/pause.svg')!important;
     border:1px solid #fff;
     border-radius: 50%;
  }

   /* animation for welcome home */
.trangles{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  
  .circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 10s linear infinite;
    bottom: -150px;
    
  }
  
  .circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
  }
  
  
  .circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
  }
  
  .circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
  }
  
  .circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
  }
  
  .circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
  }
  
  .circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
  }
  
  .circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
  }
  
  .circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
  }
  
  .circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
  }
  
  .circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
  }
  
  
  
  @keyframes animate {
  
    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }
  
    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 0%;
    }
  
  }
  /* animation for welcome home */
  /* responsive pannel groups */
  @media(max-width:576px){
    .posts-groupsayat{
        padding: 20px !important;
      }
  }
  @media(max-width:375px){
    .posts-groupsayat{
        padding: 5px !important;
      }
      .posts-groupsayat .titlemajales {
        color: #fff;
        font-size: 12px;
        font-weight: bold;
    }
  }
  @media(max-width:320px){
      .posts-groupsayat .titlemajales {
        color: #fff;
        font-size: 10px;
        font-weight: bold;
    }
  }
  @media(min-width:375px) and (max-width:500px){
    .posts-groupsayat{
        padding: 6px !important;
      }
  }
  @media(min-width:768px) and (max-width:1200px){
    .posts-groupsayat{
        padding: 10px !important;
      }
  }
    /* responsive pannel groups */
    
    #accordion input {
        display: none;
    }
    #accordion label {
        background: transparent;
        border-radius: .25em;
        cursor: pointer;
        font-size: 14px;
        color: #2dc26b;
        display: block;
        padding: .25em 1em;
        z-index: 20;
        border-bottom: 1px solid #f7f7f7;
    }
    #accordion input:checked + label {
        background: #2dc26b;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        color: white;
        margin-bottom: 0;
    }
    #accordion article {
        background: #f7f7f7;
        height:0px;
        overflow:hidden;
        z-index:10;
    }
    #accordion article p {
        padding: 0px 10px;
    }
    #accordion .pcontent {
        padding: 10px 10px;
    }

    .night-mode #accordion article p{
        color:#222 !important;
    }
    #accordion input:checked ~ article {
        border-bottom-left-radius: .25em;
        border-bottom-right-radius: .25em;
        height: auto;
        margin-bottom: .125em;
    }
    .cropstyle{
        position: relative;
    }
    .crop-publiser{
        position: absolute;
        top: 5px;
        display: inline-flex;
        right: 10px;
    }
    body.night-mode .desc1trendarabe{
        color:#222 !important;
        
    }
    .htag{
    color:#29b6ac;
}
.namegroupscolor{
    color:#29b6ac !important;
}
.cardtaranimstyle{
    /*background: url(../images/storyback.jpg);*/
    /*background: linear-gradient(20deg, #33d9b2, #218c74) !important;*/
    /*background: url(../images/tranim.jpg) ,linear-gradient(20deg, #33d9b2, #218c74);*/
  background: linear-gradient(20deg,rgba(256,256,256,.5),#17b5b8),url(../images/tranim.jpg);
    background-size: cover;
    border: none;
    background-repeat: no-repeat;
    width: 100%;
}
@media(max-width:1200px){
    .cardtaranimstyle {
        /*background: url(../images/storyback.jpg);*/
          background: linear-gradient(20deg,rgba(256,256,256,.5),#17b5b8),url(../images/tranim.jpg);
        background-size: cover;
        border: none;
        background-repeat: no-repeat;
        width: 100%;
    }
}
.taranimwhitecolorr{
    color:#fff !important;
}
.flexposts{
    display: flex;
}
.cardstarted{
    border-radius: 0px !important;
    overflow-x:hidden;
    }

    .btnnextstep{
        background-color: #ffb907;
        border-radius: 30px;
        color: #fff;
        margin-bottom: 30px;
    }
    .btnsavedatastep{
        margin-bottom: 30px;
    }
    .descforstep{
        color: #fff;
        font-size: 20px;
        text-align: center;
        margin-bottom: -10px;
    
    }
    /* style Update aaynet home page*/

    /*statisticaaynet*/

    .section-static{
        background:#47bfb3 !important;
        padding:80px 80px;
    }
    @media(min-width:1200px){
        .section-static{
            background:#47bfb3 !important;
            padding:80px 210px;
        }
    }


    /*statisticaaynet*/
    .section-applicationandios{
        background: #cfdff6;
        background-size: cover;
        background-position: center center;
        height: auto;
    }
    section#counter-stats {
        display: flex;
        justify-content: center;
    }
    
    .stats {
      text-align: center;
      font-size: 35px;
      font-weight: 700;
      font-family: 'calibri light', sans-serif;
    }
    .section-static .counting{
        font-size: 30px;
        margin-bottom: 20px;
        color:#fff;
    }
    .section-static .titlestatistic{
        font-size: 23px;
        color: #29b6ac;
        padding: 10px;
        font-family: calibri light, sans-serif;
        border-radius: 10px;
        font-weight: bold;
        background: #f2f2f2;
        margin-bottom: 30px;
    }
    .section-static .statsdesc{
        border: 1px solid #fff;
        border-radius: 20px;
        padding:15px;
    }
    @media(max-width:1200px){
        .section-static .statsdesc{
            margin-bottom: 20px !important;
        }
    }

    /*applicationandios*/
    @media(min-width:1200px){
    .section-applicationand_ios{
    background: linear-gradient(26deg, #cfdff6 50%, #e0eaf9 50%);
    height: auto;
    padding:40px 150px;
    }
}
@media(max-width:1200px){
    .section-applicationand_ios{
    background: linear-gradient(26deg, #cfdff6 50%, #e0eaf9 50%);
    height: auto;
    padding:60px ;
    }
}
    .section-applicationand_ios .imgand_ios{
        width:100%;
        }
     
     
                   
        
    
   

      /*applicationandios*/
         /*benificecontentaay*/
         .section-benificecontentaay{
             background:#34848f;
             padding:50px 0px;
        }
        @media(min-width:1200px){
        .section-benificecontentaay .title{
            background: url(../images/backbutton2.svg);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center;
            text-align: center;
            font-size: 30px;
            padding: 26px;
            margin-bottom: 25px;
            width: 100%;
        }
        .section-trendquestions .title{
            background: url(../images/backbutton2.svg);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center;
            text-align: center;
            font-size: 30px;
            padding: 36px;
            margin-bottom: 25px;
            width: 100%;
        }
    }
    @media(max-width:1200px){
        .section-benificecontentaay .title{
            background: url(../images/backbutton2.svg);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center;
            text-align: center;
            font-size: 20px;
            padding: 26px;
            margin-bottom: 25px;
            width: 100%;
        }
        .section-trendquestions .title{
            background: url(../images/backbutton2.svg);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center;
            text-align: center;
            font-size: 30px;
            padding: 36px;
            margin-bottom: 25px;
            width: 100%;
        }
    }
        .section-benificecontentaay .titlerow{
            text-align: center;
            margin:auto;
       }
       .section-trendquestions .titlerow{
        text-align: center;
        margin:auto;
   }
       .section-benificecontentaay .contentbenif{
           display: flex;
           overflow: hidden;
   }
   .section-benificecontentaay .contentbenif{
    display: flex;
    overflow: hidden;
}
.section-benificecontentaay .contentbenif h2{
    background: #60a6a5;
    width: 100px;
    border-radius: 12px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    font-size: 25px;
    width: 220px;
}
.section-benificecontentaay .contentbenif p{
    background: #f1f1f2;
    border-radius: 8px;
    padding: 8px 5px;
    color: #666;
    margin-top: 8px;
    width:100%;
    margin-right: -37px;
}
.section-timelinemap{
    background:#fff;
    padding:40px 0px;
}
.section-timelinemap .titletimeline{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center !important;
    margin:auto;
}
.section-timelinemap .titletimeline h2{
    font-size: 25px;
    color:#29b6ac;
}
       
        /*benificecontentaay*/
        .section-trendquestions{
            background:#f2f2f2;
            padding:40px 0px;
        } 
        .section-trendquestions .desctrend{

            color:#666;
            font-size: 15px;
        } 

        .banner .visitor-btnn .menudropdown{
            opacity: 0;
            display: none;
            position: absolute;
        } 
        .banner .visitor-btnn .menudropdown.active{
            opacity:1;
            display: block;
            z-index: 1;
        } 
        @media(max-width:992px){
            .banner .visitor-btnn .menudropdown{
                opacity: 0;
                display: none;
               
           } 
        }  
        .banner .visitor-btnn .menudropdowndescription{
            opacity: 0;
            display: none;
            position: absolute;
        } 
        .banner .visitor-btnn .menudropdowndescription.active{
            opacity:1;
            display: block;
            z-index: 1;
        } 
    /*style of android apple galaxy huawei */

   .banner .contentandroid{
       display: block;

    }
    .banner .contentappleios{
        display: none;

    }
    .banner .contentgalaxy{
        display: none;

    }
    .banner .contenthuawei{
        display: none;

    }
    /*style of android apple galaxy huawei */
        @media(max-width:992px){
            .banner .visitor-btnn .menudropdowndescription{
                opacity: 0;
                display: none;
              
           } 
        }
        .banner .visitor-btnn .menudropdownproperties{
            opacity: 0;
            display: none;
            position: absolute;
        } 
        .banner .visitor-btnn .menudropdownproperties.active{
            opacity:1;
            display: block;
            z-index:1;
        } 
        @media(max-width:992px){
            .banner .visitor-btnn .menudropdownproperties{
                opacity: 0;
                display: none;
               
           } 
        }
        .btn-defaultdescription{
            background: transparent;
            color:#fff;
          background:#29b6ac;
            border-radius: 5px;
            margin-right: 10px;
            padding:2px !important;
        }
        .card-register .descriptionaaynetinfo{
            width:200px;
            color: #47bfb3;
    font-size: 14px;
        }
        .card-register .descriptionaaynetinfoup{
            width:200px;
            color: #47bfb3;
            font-size: 11px;
            text-align: center;
        }
        .card-register .malek{
            font-size: 20px;
            text-align: center;
            color: #34848f;
         }
        

    /* style Update aaynet home page*/
    .section-applicationand_ios #demo {
        /* background: linear-gradient(112deg, #ffffff 50%, antiquewhite 50%); */
        max-width: 900px;
        margin: auto
    }
    
    .section-applicationand_ios .carousel-caption {
        position: initial;
        z-index: 10;
        color: rgba(78, 77, 77, 0.856);
        text-align: center;
        font-size: 1.2rem;
        font-weight: bold;
        line-height: 2rem
    }
    

    
    .section-applicationand_ios #image-caption {
        font-style: normal;
        font-size: 1rem;
        margin-top: 0.5rem
    }
 
    
  .section-applicationand_ios .applicationtype img.imgangleicons{
      width:50px;
    }
    .section-applicationand_ios .applicationtype img.imganglegalaxystore{
        width:130px;
      }
    .section-applicationand_ios .applicationtype{
       display: flex;
       justify-content: center;
       align-items: center;
      }
      .section-applicationand_ios .imgangleiconsprevnext{
        width:70px;
       }
       @media(max-width:992px){
        .section-applicationand_ios .imgangleiconsprevnext{
         width:50px;
        } }
 
    .section-applicationand_ios .carousel-control-prev {
        justify-content: flex-start
    }
    
    .section-applicationand_ios .carousel-control-next {
        justify-content: flex-end
    }
    
    .section-applicationand_ios .carousel-control-prev,
    .section-applicationand_ios .carousel-control-next {
        transition: none;
        opacity: unset
    }
 
    .section-applicationand_ios .buttonsandiosbtn{
        background: linear-gradient(7deg, #53a59b 50%, #459891 50%);
        width: 200px;
    padding: 10px;
    border-radius: 15px;
    margin-bottom: 30px;
        
    }
    .section-radioaaynet .buttonsandiosbtn{
        background: linear-gradient(7deg, #53a59b 50%, #459891 50%);
        width: 200px;
    padding: 10px;
    border-radius: 15px;
        
    }
    @media(max-width:1200px){
        .section-applicationand_ios .buttonsandiosbtn{
            background: linear-gradient(7deg, #53a59b 50%, #459891 50%);
            width: 150px;
            padding: 8px;
            
        }
    }
    @media(max-width:300px){
    .section-applicationand_ios .buttonsandiosbtn{
        margin-top: 30px;
        width: 130px;
        padding: 3px;
        
    }
}

    .section-radioaaynet {
        padding:50px 0px;
        /*background:#ddefee;*/
    }
    .section-radioaaynet .description-rad .titleradio{
        margin-top: 20px !important;
    }
    @media(min-width:992px){
    .section-radioaaynet .radiosymboleicons{
        float: left;
        display: flex;
        
    }
}
    @media(max-width:992px){
        .section-radioaaynet .radiosymboleicons{
            display: block;

        }
        }
    .section-radioaaynet .radiosymboleicons .titleradio{
        width:200px;
        color:#000;
        font-weight: bold;
        margin-bottom: 20px;
        
    }
    @media(max-width:768px){
        .section-radioaaynet .radiosymboleicons .titleradio{
            color: #000;
            font-weight: bold;
            justify-content: center;
            align-items: center;
            margin: auto;
            margin-bottom: 20px;
            
        }
    }
    .section-radioaaynet .imageradioaaynet img{
        width:100%;
}
.section-radioaaynet button{
    background: linear-gradient(7deg, #53a59b 50%, #459891 50%);
    width: 170px;
    padding: 8px;
    border-radius: 15px;
}

.section-mapaaynetuser{
    background:#f2f2f2;
    padding:60px 0px;
}
.section-mapaaynetuser .col-md-12 h5{
    color:#000;
    font-size: 10px;
}
.section-mapaaynetuser .titlemapuser{
    text-align: center;
    margin:auto;

}

.section-mapaaynetuser .col:after{
    position: absolute;
    content: "";
    top:0px;
    height:100%;
    margin-right: -35px;
    width:0.5px;
    background: #222;
}
.section-mapaaynetuser .col:first-child:after{
    content:none;
}
@media(max-width:768px){
    .section-mapaaynetuser .col:after{
        position: absolute;
        content: "";
        top:0px;
        height:100%;
        margin-right: -9px;
        width:0.5px;
        background: #222;
    }
    .section-mapaaynetuser .col{
        margin-bottom: 20px;
    }
}
.section-mapaaynetuser .col-md-offset-10{
background:#fff;
padding:20px;

}
.section-mapaaynetuser .col-md-offset-10 h5{
    color:#222;
    font-size: 10px;
    
    }
.section-mapaaynetuser .titlemapuser h2{
    background: #fff;
    border: 1px solid #ee5a62;
    border-radius: 18px;
    font-size: 20px;
    padding: 12px 20px;
    color:#ee5a62;
    background: linear-gradient(#d0d3d4 0, #fff 35%)!important;
    margin-bottom: 40px;
}


/* timeline style */
.timeline{
    counter-reset: test 20;
    position: relative;
  }
  
  .timeline li{
    list-style: none;
    float: left;
    width: 33.3333%;
    position: relative;
    text-align: center;
    text-transform: uppercase;
  }
  
  ul:nth-child(1){
    color: #4caf50;
  }
  
  .timeline li:before{
    counter-increment: test;
    content: counter(test);
    width: 50px;
    height: 50px;
    border: 3px solid #4caf50;
    border-radius: 50%;
    display: block;
    text-align: center;
    line-height: 50px;
    margin: 0 auto 10px auto;
    background: #fff;
    color: #000;
    transition: all ease-in-out .3s;
    cursor: pointer;
  }
  
  .timeline li:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: grey;
    top: 25px;
    left: -50%;
    z-index: 999;
    transition: all ease-in-out .3s;
  }
  
  .timeline li:first-child:after{
    content: none;
  }
  .timeline li.active-tl{
    color: #555555;
  }
  .timeline li.active-tl:before{
    background: #4caf50;
    color: #F1F1F1;
  }
  
  .timeline li.active-tl + li:after{
    background: #fff;
  }
  .section-certififcatamir{
      background:linear-gradient(to bottom, #4d6ab1, #b059a1);
      padding:30px 20px;

 }

 @media(max-width:1200px){
 .section-certififcatamir .imglog{
     width:100%;
}
}
@media(min-width:1200px){
    .section-certififcatamir .imglog{
        width:420px;
   }
   }
 .section-certififcatamir .buttonsandiosbtn{
    background: linear-gradient(7deg, #e6e6e6 50%, #f2f2f2 50%);
    width: 200px;
padding: 10px;
border-radius: 15px;
border:none !important;
color:#873181;
text-align: center;

 }
 .section-certififcatamir .t-center{
text-align: center;

 }
 @media(max-width:1200px){
    .section-certififcatamir .titleradio{
     margin-top:20px;
       
        }
       }
       @media(min-width:1200px){
           .section-certififcatamir .titleradio{
            margin-top:90px;
              
               }
              }
       .section-infoaaynetup img{
           position: relative;
           width:100%;
           }
  .section-infoaaynetup{
    background: #e4ecf7;
    padding: 50px 20px;
}
.section-infoaaynetup .imgamirsection{
    width:100%;
}
.section-infoaaynetup .t-center{
    text-align: center;
    color:#34848f;
    margin-top: 30px;
}
.section-infoaaynetup .t-center p{
    font-weight: 700;
    font-size: 17px;
}
.section-infoaaynetup .t-center h5{
    font-weight: bold;
    font-size: 20px;
}
.footer .t-center{
    text-align: center;
    color:#fff;

}
.footer .t-center{
    text-align: center;
    color:#fff;

}
.footer .t-center .spanclassfoot{
color: #befbf7;
font-size: 12px;
margin-right: 10px;
}
.footer .t-center .titleaayNet{
    font-size: 16px;
    margin-bottom: 10px;
}

@media(min-width:1200px){
    .footer .logofooter{
        width:160px;
       }
    }
    @media(max-width:1200px){
        .footer .logofooter{
            width:100%;
           }
        }
.section-timelinemap .timeline{
    text-align: center !important;
}
.section-timelinemap .progressbar li{
    list-style-type: none;
    display: inline-block;
    margin:auto;
    padding:10px;
    position: relative;
    color:#29b6ac;
}
.section-timelinemap .progressbar li.premiereli:before{
    width: 20px;
    height: 20px;
    content: "";
    margin: auto;
    text-align: center;
    display: block;
    background: linear-gradient(90deg, #eb6172, #e84473);
    border-radius: 50%;
}
.section-timelinemap .progressbar li.deuxli:before{
    width: 20px;
    height: 20px;
    content: "";
    margin: auto;
    text-align: center;
    display: block;
    background: linear-gradient(90deg, #fbc252, #f39a5c);
    border-radius: 50%;
}
.section-timelinemap .progressbar li.troisli:before{
    width: 20px;
    height: 20px;
    content: "";
    margin: auto;
    text-align: center;
    display: block;
    background: linear-gradient(90deg, #6b91cb, #746bae);
    border-radius: 50%;
}
.section-timelinemap .progressbar li.quatrli:before{
    width: 20px;
    height: 20px;
    content: "";
    margin: auto;
    text-align: center;
    display: block;
    background: linear-gradient(90deg, #b964a3, #6e4f9a);
    border-radius: 50%;
}
.section-timelinemap .progressbar li.cinqli:before{
    width: 20px;
    height: 20px;
    content: "";
    margin: auto;
    text-align: center;
    display: block;
    background: linear-gradient(90deg, #746bae, #746bae);
    border-radius: 50%;
}
.section-timelinemap .progressbar li:after{
    position: absolute;
    content: "";
    top:20px;
    width:100%;
    left:-50%;
    height: 1px;
    margin: auto;
    text-align: center;
    display: block;
    background: #ddd;
    border-radius: 50%;
}
.section-timelinemap .progressbar li:last-child:after{
    content:none;
}
.section-timelinemap .progressbar .contenttime{
    border: 1px solid #bab8b8;
    border-radius: 10px;
    padding: 10px 20px;
    margin-top:33px;
}
.section-timelinemap .progressbar .contenttime p{
 font-family: calibri light,sans-serif;
 font-size: 20px;
}
.section-timelinemap .progressbar .contenttime:before{
    content: "";
    position: absolute;
    height: 23px;
    top: 35px;
    background: #ddd;
    width: 0.5px;
}
@media(max-width:992px){
    .section-timelinemap .progressbar .contenttime{
        margin-top: 40px;
    }
    }
@media(max-width:768px){
.section-timelinemap .progressbar li{
    padding:0px !important;
    margin-bottom: 20px !important;
}
.section-timelinemap .progressbar li:after{
    left:0px !important;
}
}
@media(max-width:1200px){
    .section-timelinemap .progressbar li:after{
        width:0px;
    }

}

.section-timelinemap .progressbar{
  text-align: center;
  margin:auto;
}
.section-timelinemap .timeline-icon{
    background: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    margin: auto;
}
.section-timelinemap .main-timeline:after{
    content: "";
    display: block;
    clear: both;
}
.section-timelinemap .main-timeline .timeline-year{
    border-bottom: 2px solid #222;
    position: relative;
    z-index:1;

}

.mx-auto-home {
    margin-right: auto !important;
    margin-left: 0 !important;
}

.socialbtns, .socialbtns ul, .socialbtns li {
    margin: 0;
    padding: 5px;
  }
  
  .socialbtns li {
      list-style: none outside none;
      display: inline-block;
  }
  
  .socialbtns .fa {
      width: 40px;
      height: 28px;
      color: #000;
      background-color: #FFF;
      border: 1px solid #000;
      padding-top: 12px;
      border-radius: 22px;
      -moz-border-radius: 22px;
      -webkit-border-radius: 22px;
      -o-border-radius: 22px;
  }


  /* responsive design home page */
  @media(max-width:768px){
    .card-generaldiv{
        margin-bottom: 50px;
    }
    .buttonsapplicationiosandh{
        text-align: center;
    }
}

.cardPrincePrize{
    width: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    height: 190px;
    border-radius: 25px;
    margin-bottom: 4px;
    display:none !important;
}  
@media(max-width:700px){
    .card-homeloginayat {
        padding: 20%;
    }
    .banner .card-generaldiv {
        outline: 1px solid #fff;
        outline-offset: 3px;
    }
    .banner .houdaness h2 {
        font-family: calibri light,sans-serif;
        font-size: 25px;
        color: #ffffff;
        font-weight: bold;
    }
    .banner .outlinecontent {
        outline: 1px solid #fff;
        outline-offset: 2px;
    }
    .banner .outlinecontent .card-homeloginayat a {
     display: block;
    }
    .buttonsapplicationiosandh{
        /*display: table-caption;*/
        margin:auto;
    }
}
.cardnewcolorpagesprop{
    /*background: linear-gradient(45deg, #ccc, #29b6ac);*/
    /*border:none;*/
}
.cardnewcolorpagesprop a{
    color:#29b6ac;
 }

 .cardnewcolorchannels{
    background: linear-gradient(45deg, #ccc, #29b6ac);
    /*border:none;*/
}
.cardnewcolorprofriends{
    /*background:linear-gradient(45deg, #ccc, #29b6ac);*/
    /*border:none;*/
}
.cardnewcolorprofriends a{
    color:#29b6ac;
}
.cardnewcolorprofolloers{
    /*background: linear-gradient(45deg, #ccc, #29b6ac);*/
    /*border:none;*/
}
.cardnewcolorprofolloers a{
    color:#29b6ac;
}
.cardnewcolorprofgroups{
    /*background: linear-gradient(45deg, #ccc, #29b6ac);*/
    /*border:none;*/
}
.cardnewcolorprofgroups a{
    color:#29b6ac;
}
.cardnewcolorprofevents{
    /*background: linear-gradient(45deg, #ccc, #29b6ac);*/
    /*border:none;*/
}
.cardnewcolorprofevents a{
    color:#29b6ac;
}
.cardnewcolorchannels a{
    color:#29b6ac;
 }
 .cardnewcolorprofpages{
    background: linear-gradient(45deg, #ccc, #29b6ac);
    border:none;
}
.cardnewcolorprofpages a{
    color:#29b6ac;
}
.cardnewcolorprofpicture a{
    color:#29b6ac;
}
.cardnewcolorprofpicture{
    /*background: linear-gradient(45deg, #ccc, #29b6ac);*/
    /*border:none;*/
}

 .section-radioaaynet .mt50{
    margin-top: 50px;
 }
 .radioaaynetnewpageup{
    /*padding: 50px 0px !important;*/
    padding: 0px 0px 50px 0px !important;
    /*background: url(../images/radiobackc.jpg) !important;*/
    background: url(../images/backsignin.jpg) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
    height: auto;
 }
 .radioaaynetnewpageup:after{
    content: "";
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0, 0.7);

 }
 

 




  /* responsive design home page */

   /*--------------------------------------------------------------
# Tabs
--------------------------------------------------------------*/
.tabs .nav-tabs {
    border: 0;
  }

  
  .tabs .nav-link {
    border: 1px solid #b9b9b9;
    padding: 15px;
    transition: 0.3s;
    color: #111111;
    border-radius: 4px;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
  @media(max-width:768px){
  .tabs .nav-link {
margin-bottom: 11px !important;
  }
  .tabs .nav-link span.icon {
    padding-left: 15px;
    font-size: 35px !important;
}
.tabs .nav-link h4 {
    font-size: 13px !important;
    font-weight: 600;
    margin: 0;
}
}
  
  .tabs .nav-link span.icon{
    padding-left: 15px;
    font-size: 48px;
  }
  
  
  .tabs .nav-link h4 {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
  }
  
  .tabs .nav-link:hover {
    color: #009688;
  }
  
  .tabs .nav-link.active {
    background: #c4ebe8;
    color: #0faba0;
    border-color: #c4ebe8;
  }
  
  @media (max-width: 768px) {
    .tabs .nav-link i {
      padding: 0;
      line-height: 1;
      font-size: 36px;
    }
  }
  
  @media (max-width: 575px) {
    .tabs .nav-link {
      padding: 15px;
    }
    .tabs .nav-link i {
      font-size: 24px;
    }
  }
  
  .tabs .tab-content {
    margin-top: 30px;
  }
  
  .tabs .tab-pane h3 {
    font-weight: 600;
    font-size: 26px;
  }
  
  .tabs .tab-pane ul {
    list-style: none;
    padding: 0;
  }
  
  .tabs .tab-pane ul li {
    padding-bottom: 10px;
  }
  
  .tabs .tab-pane ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #009688;
  }
  
  .tabs .tab-pane p:last-child {
    margin-bottom: 0;
  }

  .iconsbannerhome{
    width: 40px;
    height: 40px;
}


