@import "custom-variables/variables";
@import "../../bootstrap-4.0.0/scss/functions";
@import "../../bootstrap-4.0.0/scss/variables";
@import "../../bootstrap-4.0.0/scss/mixins";
@import "../../bootstrap-4.0.0/scss/modal";
@import "../../bootstrap-4.0.0/scss/nav";
.cont-sect-add {
    font-size: 27px;
    line-height: 32px;
    height: 34px;
}

.dropbox-listing{
  min-width: 100%;
  max-width: 100%;
  margin-top: 18px;
  border-top: 3px solid $primary;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  transition: all .2s linear;
    top:54px;
 right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 2%);
    -o-transform: translate(-50%, 2%);
    transform: translate(-50%, 2%);
  &:before{
    content:"";
    display: none;
    width: 10px;
    height: 10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid $primary;
    position: absolute;
    top: -13px;
    
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
    &.active{
        visibility: visible !important;
          opacity: 1;
          transition: all .2s linear;
         -webkit-transform: translate(-50%, 0);
            -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
        }

}

  
.edit-icons{
     padding-right: 10px;
    color: #000;
    font-size: 21px ;
}

.language{
  position: relative;
   &:before{
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-right: 2px solid #757575;
    border-bottom: 2px solid #757575;
    transform: rotate(45deg);
    position: absolute;
    right: 0;
    top: 9px;
}
}
.sub-language{
  display: none;
      position: absolute;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 5px 7px !important;
    margin-top: 5px !important;
    border-radius: 4px;
    z-index: 99;
}
.intl-tel-input {
  width: 100%;
}

.radius{
  border-radius: 5px;
}
.border-less{
 padding: 0px 7px;
}
.vws {
 padding: 3px 7px;
    font-size: 16px !important;
    background: transparent;
}
.border-primary{
  border: 1px solid $primary;
}
.color-primary{
  color: $primary;
}


.edit-contents{
  border: 2px solid $primary;
  border-radius: 5px;
  padding: 15px;
}
.edit-contents{
  position: relative;
  margin-bottom: 20px;
}
 

.preview {
  li{
    display: flex;
    align-items: center;
    cursor: pointer;
    border-right: 1px solid $gray-200;
        padding: 16px 20px;
  }

  .icon-desktop{
    font-size: 31px;
  }
  .icon-tablet{
    font-size: 26px;
  }   
  .icon-mobile{
    font-size: 23px;
  }
}

.preview .active{
  color: $primary !important;
}
.main-form{
  width: 100%;
 padding: 5px 10px;
     border: 1px solid #d4d4d4;
    
}
select[multiple]{
    height: 200px!important;
}
select[multiple] option {
    background: #fff;
    padding: 5px 10px!important;
    margin: 0 0 5px!important;
    &:checked{
        background: $primary;
    }
}

select {
  background: url(../images/dropdown-icon.png) no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: auto !important;
  html[dir="ltr"] & {
    background-position: 97% center;
    padding-right: 30px !important;
  }
  html[dir="rtl"] & {
    background-position: 3% center;
    padding-left: 30px !important;
  }
}
.adjust-box{
  width: 100%;height: 100%;
    position: fixed;
    top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 5px;
  padding-bottom: 30px;
    z-index: 1000!important;
  .icon-expand{
  font-size: 16px;
      z-index: 1000!important;
  }
  
}
.manage-content{
  position: relative;

}
.edit-tab-section {
   border: none !important;
   background-color: #ebebeb;
   .nav-item{
    width: 33.3%;
    text-align: center;
  }

  .active{
  background-color: #fff;
  border-radius: 0 !important;
  border: none !important;
}
 .nav-link{
  border: none !important;
  color: #5d6d73;
  text-transform: capitalize;
}
.nav-link:hover, .nav-tabs .nav-link:focus{
  border: none !important;
}
 .nav-link.active, .nav-tabs .nav-item.show .nav-link{
background-color: #fff;
color: $primary;
}
}

.tab-content {
    
    text-align: left;
    
}
.adjust-footer {
      position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
        z-index: 9;
    width: 100%;

}
.adjust-head{
    position: fixed;
    left:0;top:0;
    width: 100%;
}
.adjust-box{
   transform: scale(0.8) !important;
  transition: .2s;
  opacity: 0;
  visibility: hidden;
}
.view-adjustBox{
  transform: scale(1) !important;
  transition: .2s;
  visibility: visible !important;
  opacity: 1;
}
    



 .banner{
  width: 100%;
  position: relative;
.banner-image{
    width: 100%;
    min-height: 580px;
    max-height: 580px;
    object-fit: cover;
}    
 }   
.nm-edt{
      font-size: 13px;
}
.banner-content{
    position: absolute;
    display: flex;
    top: 0;
    bottom: 0;
    align-items: center;

}
.content-bn{
&.cnt-center{
  text-align: center;
}
&.cnt-left{
  text-align: left;
}
&.cnt-right{
  text-align: right;
}
}
.min-hight{
  min-height: 100px;
}



.carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    border-radius: 50%;
    background-color: #0083e2;
    opacity: .5;
}
.carousel-indicators .active {
   background-color: #0083e2;
   opacity: 1;
}
.testi-qt{
  background-color: #0083e261;
      color: #fff;
    width: 35px !important;
    display: block;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
        margin: 0 auto;
}






.panel-group{
  border: 1px solid #dddd;
}

.panel-default>.panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panel-default>.panel-heading a {
  display: block;
  padding: 10px 15px;
}

.panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
  background-color: #eee;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}




.news-image{
      width: 150px;
    height: 110px;
    object-fit: cover;
}
.news-date{
  .icon-news{
    color: $primary;
    font-size: 13px;
    margin-right: 5px;
  }
}
#manage-header{
  position: fixed;
    top: 0;
    z-index: 999;
    background-color: #fff;
    width: 100%;
}
.previewiframe{
    position: fixed;
    top:70px;
    width: 100%;height: 100%;
    left:0;
    z-index: 1000;
    background: #fff;
    display: none;
    overflow: auto;
    box-shadow: 0 0 2px rgba(0,0,0,0.5);
    
}
.active-webview,.active-tabview ,.active-responsiveview{
   overflow: hidden;
    .previewiframe{
        display: block;
    }
    #manageid{
        opacity: 0;
        z-index: -1;
    }
    
}
.active-tabview ,.active-responsiveview{
     &:before{
        position: fixed;
        left:0;top:0;
        width: 100%;height: 100%;
        background: #cfd8dc;
        content:"";
        z-index:10
    }
}
.active-tabview .previewiframe{
    width: 871px!important;
    top: 119px;
    left: 50%;
    margin-left: -435.5px;
    max-height: 90%;
    border-radius: 50px;
    border: #eee solid;
    border-width: 70px 44px;
    height: 1242px;
    
}
.active-responsiveview .previewiframe{
    height: 707px;
    max-height: 90%;
    margin-left: -185px;
    margin-top:15px;
    width: 370px;
    left: 50%;
    border: #eee solid;
    border-width: 50px 16px;
    border-radius: 20px;
}
.active-webview{box-shadow: 0 0 2px rgba(0,0,0,0.5);}


.wide-click {
    position:relative;cursor: pointer;
    width:30px;height: 30px;
}
.wide-click:after,.wide-click:before{
    content:"";
    position:absolute;
    border-left:#000 2px solid;
    height:15px;
    left:50%;
}
.wide-click:before{transform: rotate(45deg);}
.wide-click:after{
    transform: rotate(-45deg);
}


.edit-contents{
  border: 2px solid $primary;
  border-radius: 5px;
  padding: 15px;
}
.edit-contents{
  position: relative;
  margin-bottom: 20px;
}
.edit-tools{
     position: absolute;
    top: -16px;
    background-color: #0083e2;
    color: #fff;
    border-radius: 2px;
    right: 15px;

}
.edit-tools {
  ul li{
    padding: 5px 3px;float: left;
  }
}
.icon-call-to-action{
  font-size: 26px !important;
}

.edit-items{
  color: $gray-900;
  border: 1px solid $gray-200;
    transition: all .2s linear;
}



.custom-file-label{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    padding: 0 1.25rem;
    line-height: 1.8;
    color: #323232;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    height: 35px;
    line-height: 35px;
}
.custom-file{
  height: 35px !important;
    position: relative;
}
.custom-file-input{
   height: 35px !important;
    width: 100%;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Choose File";
}
.custom-file-label::after{
  height: 33px !important;line-height: 33px;
      padding: 0 15px !important;
      border-radius: 0px !important;
      background-color: $gray-100 !important;
    position: absolute;
    right: 0;
}
.edit-body{
    position: fixed;
    top:60px;bottom:70px;
    overflow: auto;
    width: 100%;
}
.banner-slider {
.carousel-control-prev-icon, .carousel-control-next-icon {
       display: inline-block;
    background-size: 45% 50% !important;
    width: 40px;
    height: 40px;
    border: 2px solid #fff !important;
    border-radius: 50% !important;
  }
.banner-image {
    width: 100%;
    min-height: 470px;
    max-height: 470px;
    object-fit: cover;
}
}
    .language-block-inner{
  font-size: 13px;
  display: flex;
    position: relative;
    padding-right: 10px;
    &:after {
    content: "";
    display: block;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 7px;
    transform: rotate(45deg);
    height: 7px;
    width: 7px;
    position: absolute;
    right: 0;
    top: 6px;

     }
  .languageList-inner{
    position: absolute;
        margin-top: 25px;
    ul{
    margin: 0;
    padding: 0;
          min-width: 115px;
    text-align: left;
    background-color: #fff;
    list-style: none;
         box-shadow: 0px 10px 8px -1px #00000014;
          border-bottom-left-radius: 5px;
              border-bottom-right-radius: 5px;
              padding: 10px;

              li{
                display: flex;
              }
    }
  }
  .flagbox{
    margin-right: 5px;
  }
  .flagbox-inner{
    margin-right: 5px;
  }
  .clse{
    display: none;
   
  }
  .languagebox_head-inner{
     display: none;
  }
}
#content_language_3{
    display: flex;
    
}
.nav-tabs{
   border: none !important;
   position: relative;
}

.section-tabs{
  .nav-tabs > .col{
    text-align: center !important;
    position: relative;
        background-color: #f0f0f0;
    margin-right: 3px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
        padding: 0px;
        a{
          display: block;
        }
  }
   .nav-tabs > .col > .active{
        padding: 5px;
    border-top: 1px solid #0083e2;
    border-left: 1px solid #0083e2;
    border-right: 1px solid #0083e2;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #fff !important;

   }

 .cont-sect-minus{
   position: absolute;
    right: 5px;
    color: red;
    font-size: 18px;
    font-weight: 600;
    padding: 5px;
    top: 3px;
 }  
 .tab-content{
    overflow-y: auto !important;
        margin-right: 3px;
    .active{
    padding: 10px;
    border-left: 1px solid #0083e2;
    border-bottom: 1px solid #0083e2;
    border-right: 1px solid #0083e2;
    border-top: 1px solid #0083e2;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    }
 }
}
.added-components-dynamic.ui-sortable-handle{
      padding: 0 !important;
}


.container-inner-section
  {
  
    border: 7px solid #FFF;
   background: #d8d8d8; 
   height: auto;
   min-height:100px;
  } 

  .container-inner-height {
    margin: 0 0px !important;
  }
.show {
  display: block;
}

.hide {
  display: none;
}
.overflow {
  &-hidden {
    overflow: hidden;
  }
  &-y-hidden {
    overflow-y: hidden;
  }
  &-x-hidden {
    overflow-x: hidden;
  }
}

.gutter {
  &-6 {
    margin-left: -6px !important;
    margin-right: -6px !important;
    & > [class^="col"] {
      padding-left: 6px !important;
      padding-right: 6px !important;
    }
  }
}

.shadow {
  box-shadow: 0 0.15rem 0.5rem rgba(0, 0, 0, 0.15) !important;
  &-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  }
  &-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  }
}

.list-style-pipe {
  li {
    font-size: 14px;
    &:after {
      content: "|";
      padding: 0 8px;
    }
    a {
      color: $gray-400;
      font-weight: 500;
    }
    &:last-child {
      &:after {
        display: none;
      }
    }
  }
}

.img-cover {
  object-fit: cover;
}

[class^="hover-bg"] {
  transition: background-color 0.3s ease;
}
[class^="hover-clr"] {
  transition: color 0.3s ease;
}
.hover-bg {
  &,
  &-primary {
    &:hover {
      background-color: $primary;
    }
  }
  &,
  &-secondary {
    &:hover {
      background-color: $secondary;
    }
  }
  &-white {
    &:hover {
      background-color: $white;
    }
  }
}
.hover-clr {
  @at-root {
    &,
    &-primary,
    a#{&}-primary {
      &:hover {
        color: $primary !important;
        * {
          color: $primary !important;
        }
      }
    }
    &,
    &-secondary,
    a#{&}-secondary {
      &:hover {
        color: $secondary !important;
        * {
          color: $secondary !important;
        }
      }
    }
    &-white,
    a#{&}-white {
      &:hover {
        color: $white !important;
        * {
          color: $white !important;
        }
      }
    }
  }
}



