/* You can add global styles to this file, and also import other style files */
/*@import "~@ng-select/ng-select/themes/default.theme.css";*/
.ng-select.ng-select-opened>.ng-select-container{background:#fff;border-color:#b3b3b3 #ccc #d9d9d9}
.ng-select.ng-select-opened>.ng-select-container:hover{box-shadow:none}
.ng-select.ng-select-opened>.ng-select-container .ng-arrow{top:-2px;border-color:transparent transparent #999;border-width:0 5px 5px}
.ng-select.ng-select-opened>.ng-select-container .ng-arrow:hover{border-color:transparent transparent #333}
.ng-select.ng-select-opened.ng-select-bottom>.ng-select-container{border-bottom-right-radius:0;border-bottom-left-radius:0}
.ng-select.ng-select-opened.ng-select-top>.ng-select-container{border-top-right-radius:0;border-top-left-radius:0}
.ng-select.ng-select-focused:not(.ng-select-opened)>.ng-select-container{border-color:#007eff;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 0 3px rgba(0,126,255,0.1)}
.ng-select.ng-select-disabled>.ng-select-container{background-color:#f9f9f9}
.ng-select .ng-has-value .ng-placeholder{display:none}
.ng-select .ng-select-container{color:#333;background-color:#fff;border-radius:4px;border:1px solid #ccc;min-height:36px;align-items:center}
.ng-select .ng-select-container:hover{box-shadow:0 1px 0 rgba(0,0,0,0.06)}
.ng-select .ng-select-container .ng-value-container{align-items:center;padding-left:10px}
[dir="rtl"] .ng-select .ng-select-container .ng-value-container{padding-right:10px;padding-left:0}
.ng-select .ng-select-container .ng-value-container .ng-placeholder{color:#999}
.ng-select.ng-select-single .ng-select-container{height:36px}
.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input{top:5px;left:0;padding-left:10px;padding-right:50px}
[dir="rtl"] .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input{padding-right:10px;padding-left:50px}
.ng-select.ng-select-multiple.ng-select-disabled>.ng-select-container .ng-value-container .ng-value{background-color:#f9f9f9;border:1px solid #e6e6e6}
.ng-select.ng-select-multiple.ng-select-disabled>.ng-select-container .ng-value-container .ng-value .ng-value-label{padding:0 5px}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container{padding-top:5px;padding-left:7px}
[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container{padding-right:7px;padding-left:0}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value{font-size:.9em;margin-bottom:5px;background-color:#ebf5ff;border-radius:2px;margin-right:5px}
[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value{margin-right:0;margin-left:5px}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled{background-color:#f9f9f9}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label{padding-left:5px}
[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label{padding-left:0;padding-right:5px}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label{display:inline-block;padding:1px 5px}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon{display:inline-block;padding:1px 5px}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover{background-color:#d1e8ff}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left{border-right:1px solid #b8dbff}
[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left{border-left:1px solid #b8dbff;border-right:none}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right{border-left:1px solid #b8dbff}
[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right{border-left:0;border-right:1px solid #b8dbff}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input{padding:0 0 3px 3px}
[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input{padding:0 3px 3px 0}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder{top:5px;padding-bottom:5px;padding-left:3px}
[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder{padding-right:3px;padding-left:0}
.ng-select .ng-clear-wrapper{color:#999}
.ng-select .ng-clear-wrapper:hover .ng-clear{color:#D0021B}
.ng-select .ng-spinner-zone{padding:5px 5px 0 0}
[dir="rtl"] .ng-select .ng-spinner-zone{padding:5px 0 0 5px}
.ng-select .ng-arrow-wrapper{width:25px;padding-right:5px}
[dir="rtl"] .ng-select .ng-arrow-wrapper{padding-left:5px;padding-right:0}
.ng-select .ng-arrow-wrapper:hover .ng-arrow{border-top-color:#666}
.ng-select .ng-arrow-wrapper .ng-arrow{border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 2.5px}
.ng-dropdown-panel{background-color:#fff;border:1px solid #ccc;box-shadow:0 1px 0 rgba(0,0,0,0.06);left:0}
.ng-dropdown-panel.ng-select-bottom{top:100%;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-color:#e6e6e6;margin-top:-1px}
.ng-dropdown-panel.ng-select-bottom .ng-dropdown-panel-items .ng-option:last-child{border-bottom-right-radius:4px;border-bottom-left-radius:4px}
.ng-dropdown-panel.ng-select-top{bottom:100%;border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-color:#e6e6e6;margin-bottom:-1px}
.ng-dropdown-panel.ng-select-top .ng-dropdown-panel-items .ng-option:first-child{border-top-right-radius:4px;border-top-left-radius:4px}
.ng-dropdown-panel .ng-dropdown-header{border-bottom:1px solid #ccc;padding:5px 7px}
.ng-dropdown-panel .ng-dropdown-footer{border-top:1px solid #ccc;padding:5px 7px}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding:8px 10px;font-weight:500;color:rgba(0,0,0,0.54);cursor:pointer}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-disabled{cursor:default}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-marked{background-color:#f5faff}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected,.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected.ng-option-marked{background-color:#ebf5ff;font-weight:600}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option{background-color:#fff;color:rgba(0,0,0,0.87);padding:8px 10px}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked{color:#333;background-color:#ebf5ff}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected .ng-option-label,.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked .ng-option-label{font-weight:600}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked{background-color:#f5faff;color:#333}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled{color:#ccc}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child{padding-left:22px}
[dir="rtl"] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child{padding-right:22px;padding-left:0}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label{font-size:80%;font-weight:400;padding-right:5px}
[dir="rtl"] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label{padding-left:5px;padding-right:0}
[dir="rtl"] .ng-dropdown-panel{direction:rtl;text-align:right}
.full-width {
  padding: 0.8em 2.1em;
  display: inline-block;
  width: 118%;
  right: 9%;
  position: relative;
}
@media only screen and (max-width: 650px) {
  .style-mob-page {
    position: relative;
    right: 56%;
    top: 10%;
    width: 210%;
  }
}
.edit-form {
  padding: 10px 20px 0 20px;
}
.button-tabs {
  top: 23px;
  right: 35px;
  position: relative;
}
.type-blog {
  float: left;
  border: solid 1px #e5e5e5;
  border-radius: 2px;
  padding-left: 7px;
  padding-right: 7px;
  font-size: 14px;
  color: #00000094;
}
.cv-online {
  color: #0b9a78;
  border: solid 1px #0b9a78;
  border-radius: 3px;
  padding: 1px 15px 1px 15px;
  font-size: 12px;
}
.cv-horsline {
  color: #ff00009e;
  border: solid 1px #ff00009e;
  border-radius: 3px;
  padding: 1px 15px 1px 15px;
  font-size: 12px;
}
.client {
  /*padding: 0px 2px 0px 0px;
  padding: 1px 3px 0px 33px;*/
  margin-bottom: 10px;
}
@media only screen and (max-width: 600px) {
  .opacity-img {
    width: 100% !important;
  }
}
.opacity-img {
  opacity: 0.85;
  display: table-cell;
  /*display: table-cell;
  vertical-align: middle;
  width: 150px;
  height: 150px;*/
}
.opacity-img > a > img {
  /*width: 232px !important;
  height: 80px !important;*/
}
.label-floatting {
  margin: -14px 3px 0 0;
  float: right;
  color: var(--text-color);
  font-size: 10px;
  position: relative;
}
.img-cv {
  margin: -41px -41px 0px 0px;
  cursor: pointer;
  width: 25%;
  /* border: 1px solid #7b77f780; */
  /*border-radius: 50%;*/
  /* padding: 5px; */
  opacity: 0.8;
}
.custom-validation-error {
  position: absolute;
  display: inline-block;
  padding: 0 8px;
  font-size: 0.75em;
  line-height: 1.5em;
  margin: -20px 0 0 1px;
  color: white !important;
  background: #ff4e4e;
  height: 17px;
  width: 42%;
  border-radius: 3px;
}
.custom-validation-error:after {
  content: " ";
  position: absolute;
  left: 0px;
  bottom: 100%;
  width: 0;
  height: 0;
  border-bottom: 10px solid #ff4e4e;
  border-right: 10px solid transparent;
}
.page-title:after {
  background-image: -webkit-repeating-radial-gradient(center center, var(--text-color), var(--text-color) 1px, transparent 0px, transparent 100%) !important;
}
/*
button {
  background-color: var(--theme-color) !important;
  border-color: var(--theme-color) !important;
}
*/
a {
  cursor: pointer;
}
:root {
  /*--sidebar-color: #04b4e0;*/
  /* --sidebar-color: #04b4e0;
   --footer-color: #04b4e0;
   --card-color: #04b4e0;
   --theme-color: #04b4e0; */
  --theme-background-color: var(--theme1-background-color);
  /* #0b887c21  #04b4e01a  #6545f41a #fca07221 */
  --text-color: var(--theme1-text-color);
  --sidebar-color: var(--theme1-sidebar-color);
  --footer-color: var(--theme1-footer-color);
  --card-color: var(--theme1-card-color);
  --theme-color: var(--theme1-theme-color);
  /* hteme1 blue*/
  --theme1-background-color: #04aade33;
  --theme1-text-color: #04B4E0;
  --theme1-sidebar-color: linear-gradient(rgb(4, 180, 224), rgb(4, 131, 214));
  --theme1-footer-color: linear-gradient(rgb(4, 180, 224), rgb(4, 131, 214));
  --theme1-card-color: linear-gradient(rgb(4, 180, 224), rgb(4, 131, 214));
  --theme1-theme-color: linear-gradient(rgb(4, 180, 224), rgb(4, 131, 214));
  /* hteme2 green*/
  --theme2-background-color: #0b738045;
  --theme2-text-color: #0B7080;
  --theme2-sidebar-color: linear-gradient(rgb(11, 112, 128), rgb(11, 163, 118));
  --theme2-footer-color: linear-gradient(rgb(11, 112, 128), rgb(11, 163, 118));
  --theme2-card-color: linear-gradient(rgb(11, 112, 128), rgb(11, 163, 118));
  --theme2-theme-color: linear-gradient(rgb(11, 112, 128), rgb(11, 163, 118));
  /* theme3 */
  --theme3-background-color: #6545f41a;
  --theme3-text-color: #5050F5;
  --theme3-sidebar-color: linear-gradient(rgb(157, 43, 243), rgb(80, 80, 245));
  --theme3-footer-color: linear-gradient(rgb(157, 43, 243), rgb(80, 80, 245));
  --theme3-card-color: linear-gradient(rgb(157, 43, 243), rgb(80, 80, 245));
  --theme3-theme-color: linear-gradient(rgb(157, 43, 243), rgb(80, 80, 245));
  /* hteme4 */
  --theme4-background-color: #fca07221;
  --theme4-text-color: #FE6D72;
  --theme4-sidebar-color: linear-gradient(rgb(254, 109, 114), rgb(254, 166, 33));
  --theme4-footer-color: linear-gradient(rgb(254, 109, 114), rgb(254, 166, 33));
  --theme4-card-color: linear-gradient(rgb(254, 109, 114), rgb(254, 166, 33));
  --theme4-theme-color: linear-gradient(rgb(254, 109, 114), rgb(254, 166, 33));
  /* hteme5 */
  --theme5-background-color: #1fdcb526;
  --theme5-text-color: #21E1AE;
  --theme5-sidebar-color: linear-gradient(rgba(33, 225, 174, 0.61), rgb(9, 174, 234));
  --theme5-footer-color: linear-gradient(rgb(33, 225, 174), rgb(9, 174, 234));
  --theme5-card-color: linear-gradient(rgb(33, 225, 174), rgb(9, 174, 234));
  --theme5-theme-color: linear-gradient(rgb(33, 225, 174), rgb(9, 174, 234));
}
.theme-color-1 {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.full-screen-div {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(51, 51, 51, 0.7);
  z-index: 1000;
  max-width: initial;
}
.icon-card {
  border-top-left-radius: 100%;
  border-radius: 100%;
  /*background-color: #aaa*/
  color: rgba(0, 0, 0, 0.4) !important;
  margin-right: -7px;
  zoom: 70%;
}
.custom-modal {
  z-index: 1;
  position: absolute;
  padding: 0px 60px 0px 60px;
  background-color: white;
  border-radius: 3%;
  top: 0;
  bottom: 0;
}
.custom-card {
  padding: 10px 10px 0px 10px !important;
}
.color-text-info {
  font-size: 13px;
  color: #fea621;
}
.icofont-close-circled {
  cursor: pointer !important;
  position: absolute !important;
  right: -4px !important;
  top: 0px !important;
  font-size: 25px !important;
  background: white !important;
  border-radius: 50px !important;
}
.navbar-cv-sections {
  position: fixed;
  z-index: 10;
  background: var(--theme-color);
  width: 95%;
  padding-top: 18px;
  border-radius: 6px;
  top: 0;
  right: 20px;
  height: 120px;
  overflow-y: scroll;
}
.cv-section-2 {
  display: contents;
  display: flex;
  margin-top: 6%;
  width: 86%;
}
.custom-close-button {
  right: 26px !important;
  top: -0.9px !important;
  position: fixed !important;
  z-index: 11 !important;
}
.portfolio-grid.three-columns figure {
  height: 440px !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  flex-direction: column !important;
  margin-bottom: 30px;
}
/*
@media screen and (max-width: 1280px)
{

}
.portfolio-grid.three-columns figure {
  width: 20% !important;
}*/
.portfolio-item-img {
  margin: auto !important;
}
/*.custom-image-main {
  position: relative !important;
  display: block !important;
  margin-right: auto !important;
  width: 60% !important;
}*/
.ng-image-fullscreen-view .lightbox-wrapper .lightbox-div .lightbox-image-main .lightbox-image .custom-image-main img {
  right: 41% !important;
}
#player {
  width: 58% !important;
  height: 100% !important;
  position: relative !important;
  right: 0% !important;
}
/*.html5-main-video {
  width: 100% !important;
  height: 303px !important;
  left: 0 !important;
  top: 0px !important;
}*/
.portfolio-grid img {
  display: block !important;
  /*width: 70% !important;*/
  margin: 0 auto !important;
  /*width: 94%;*/
  width: 190px;
  height: 360px;
}
.html5-main-video {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 60% !important;
  height: 385px !important;
  outline: 0;
}
.swal2-container {
  z-index: 11111111111 !important;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px var(--theme-color);
  border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--theme-color);
  border-radius: 10px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--theme-color);
}
.container-flags {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.img-flag {
  width: 18px;
  height: 18px;
  border-radius: 20px;
  margin-right: 4px;
  margin-left: 4px;
}
.custom-table-tbody-td-icon {
  padding: 6px;
  margin: 7px 2px;
}
.custom-table-tbody-td {
  border: 1px solid var(--text-color);
}
.custom-icons > .ng-dropdown-panel > .ng-dropdown-panel-items > div:nth-child(2) {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  justify-content: space-between !important;
}
.badge-public {
  position: relative;
  top: 0px;
  right: 0px;
  border-radius: 22px;
  padding: 0px 7px;
  font-size: 9px;
  height: 17px;
  line-height: 1.9;
  color: white;
  background: #008000a6;
  float: right;
}
.badge-prive {
  position: relative;
  top: 0px;
  right: 0px;
  border-radius: 22px;
  padding: 0px 7px;
  font-size: 9px;
  height: 17px;
  line-height: 1.9;
  color: white;
  background: #ff00009e;
  float: right;
}
@media screen and (min-width: 801px) {
  .sidebar-ng-select {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .sidebar-ng-select {
    display: block;
  }

  .sidebar-builder {
    display: none;
  }
}
.grecaptcha-badge {
  width: 256px !important;
  height: 60px !important;
  display: block !important;
  transition: right 0.3s ease 0s !important;
  position: fixed !important;
  bottom: 0% !important;
  right: 0% !important;
  box-shadow: grey 0px 0px 5px !important;
  border-radius: 2px !important;
  overflow: hidden !important;
  z-index: 1111 !important;
  visibility: hidden !important;
}
.ng-resizable{position:relative}.ng-resizable-handle{position:absolute;font-size:0.1px;display:block;touch-action:none}.ng-resizable-handle.ng-resizable-e{cursor:e-resize;width:7px;right:-5px;height:100%;top:0}.ng-resizable-handle.ng-resizable-w{cursor:w-resize;width:7px;left:-5px;height:100%;top:0}.ng-resizable-handle.ng-resizable-s{cursor:s-resize;height:7px;bottom:-5px;width:100%;left:0}.ng-resizable-handle.ng-resizable-n{cursor:n-resize;height:7px;top:-5px;width:100%;left:0}.ng-resizable-handle.ng-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ng-resizable-handle.ng-resizable-sw{cursor:sw-resize;width:12px;height:12px;left:1px;bottom:1px}.ng-resizable-handle.ng-resizable-ne{cursor:ne-resize;width:12px;height:12px;right:1px;top:1px}.ng-resizable-handle.ng-resizable-nw{cursor:nw-resize;width:12px;height:12px;left:1px;top:1px}.ng-resizable-diagonal{box-sizing:border-box;width:0;height:0;border-bottom:12px solid #aaa;border-left:12px solid transparent}

