body {
  overflow-y: scroll;
}

.header {
  right: 16px;
}

  .loading {
    top: calc(50% + 32px);
  }

  .app-search {
  	padding-bottom: 6px;
    display: block;
    position: absolute;
    top: 14px;
    left: calc(50% - 225px);
    /* right: 48px; */
    margin: 0;
    height: 32px;
	  width: 450px;
    pointer-events: none;
  }



  .header .header_top .search_bar {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    height: 32px;
	  width: 100%;
  }




  .app-search-filter {
  	position: absolute !important;
  	right: 2px;
  	top: 0;
  	width: 32px !important;
  	height: 32px !important;
  	opacity: 0.9 !important;
    cursor: pointer !important;
    padding: 9px !important;
    object-fit: contain !important;
    box-sizing: border-box !important;
    -webkit-box-sizing:border-box !important;
    -moz-box-sizing: border-box !important;
    border-radius: 50%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  	/* pointer-events: none !important; */
    /* display: none; */
  }

  .app-search-filter:hover {
    opacity: 1 !important;
  }


  .app-filter-dropdown {
    display: none;
    position: absolute;
    background: #fff;
    top: 35px;
    left: 0;
    right: 0;
    z-index: 99999;
    color: #333 !important;
    font-size: 14px !important;
    height: auto;
    max-height: 268px;
    overflow: hidden;
    margin: 0;
    padding: 16px 0 0 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border: 1px solid #bbb !important;
    border-color: transparent #bbb #bbb #bbb;
    box-shadow: 0 3px 16px -3px #0004;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }


  .app-filter-dropdown .app-filter-heading {
    display: inline-block;
    color: #999;
    margin: 0 0 0 12px;
  }

  .app-filter-dropdown .app-filter-clear {
    position: relative;
    top: 4px;
    float: right;
    width: 50px;
    margin: 0 12px 0 0;
    padding: 2px 0;
    font-size: 13px;
    color: #1a73e8;
    text-align: center;
    border-radius: 8px;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid rgba(229, 231, 235, 0.85);
  }

  .app-filter-dropdown .app-filter-clear:hover {
    color: #004eb3;
    background-color: rgba(229, 231, 235, 0.5);
    border: 1px solid rgba(229, 231, 235, 1);
  }



  .folder_search_bar {
    display: inline-block;
    position: relative;
    margin: 0 auto 2px 12px;
    height: 32px;
	  width: calc(100% - 88px);
    padding: 11px 24px 10px 24px;
	  background: #fff url("../../assets/search-hover.png") !important;
    background-repeat: no-repeat !important;
    background-position: 5px center !important;
    background-size: 17px !important;
    border-radius: 6px !important;
    border: none !important;
    border: 1px solid #aaa !important;
    color: #000 !important;
    text-align: left !important;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -o-user-select: text;
    -ms-user-select: text;
    user-select: text;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;
    box-shadow: 0 3px 8px -3px #0002;
  }


  .folder_search_bar:focus {
    border-color: #268BD2 !important;
    /* border-color: #ccc !important; */
   }

   .folder_search_bar:-webkit-autofill,
   .folder_search_bar:-webkit-autofill:hover,
   .folder_search_bar:-webkit-autofill:focus,
   .folder_search_bar:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
   }


  .app-filter-dropdown ul {
    margin: 8px 0 0 0;
    padding: 0 0 8px 0;
    height: auto;
    max-height: 172px;
    list-style: none;
    overflow: hidden;
    overflow-y: auto;
  }


  .app-filter-dropdown ul li {
    padding: 4px 12px;
    margin: 0;
    color: #333;
    border-radius: 0px;
  }

  .app-filter-dropdown ul li input[type=checkbox] {
    position: relative;
    top: -1px;
    float: left;
  	width: 18px;
    height: 18px;
    margin-right: 8px;
    cursor: pointer;
    pointer-events: none;
    vertical-align: middle;
  }

  .app-filter-dropdown ul li span {
    vertical-align: middle;
    padding-left: 19px;
    color: #555;
    background: url('../../assets/organize.png');
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: left center;
  }

  .app-filter-dropdown ul li:hover {
    cursor: pointer;
    background-color: #f6f6f6;
    /* color: #fff; */
    /* background-color: #1a73e8 !important; */
  }




  .body_container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
  }



  .template_div {
    position: relative;
    top: 68px;
    width: 100%;
    height: 260px;
    background-color: #E5E7EB;
    /* padding-bottom: 24px; */
    overflow-x: hidden;
    overflow-y: hidden;
    transition: height 0.25s ease-in-out;
    -moz-transition: height 0.25s ease-in-out;
    -webkit-transition: height 0.25s ease-in-out;
  }


  div .top_controls {
    position: relative;
    width: 73%;
    height: 60px;
    padding: 16px 8px;
    margin: 0 auto;
  }

  .recent_div .top_controls {

  }

  div .top_controls .results_tip {
    /* color: #268BD2; */
    font-size: 15px;
    font-weight: bold;
    background: url("../../assets/search-hover.png") !important;
    background-repeat: no-repeat !important;
    background-position: left 20% !important;
    background-size: 20px !important;
    padding-left: 24px;
    filter: invert(50%) sepia(19%) saturate(3123%) hue-rotate(172deg) brightness(89%) contrast(84%);
  }

  .recent_div .top_controls .recent_tip {
    font-weight: normal !important;
    color: #fff;
    background: url("../../assets/draft.png") !important;
    background-repeat: no-repeat !important;
    background-position: left 30% !important;
    background-size: 16px !important;
    padding-left: 24px;
    filter: invert(71%) sepia(4%) saturate(5%) hue-rotate(314deg) brightness(116%) contrast(89%);
  }



  .recent_div .top_controls .folder_div {
    position: absolute;
    right: 8px;
    top: 10px;
    display: inline-block;
    width: 116px;
    margin: 0;
  }


  .recent_div .top_controls .folder_div .filter_div_icon {
    position: absolute;
    left: -4px;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url('../../assets/filter_light.png');
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: left 10px;
  }

  .recent_div .top_controls .filter_div_icon .filter_div_icon_dot {
    display: none;
  }

  .recent_div .folder_div.applied .filter_div_icon .filter_div_icon_dot {
    display: block !important;
    position: absolute;
    top: 9px;
    right: 10px;
    width: 8px;
    height: 8px;
    background-color: #1973E8;
    border-radius: 50%;
    border: 2px solid white;
  }


  .recent_div .top_controls .folder_div .select {
    display: inline-block;
    width: 100%;
    height: 32px;
    font-size: 12px;
    /* padding: 11px 30px 10px 14px; */
    padding: 0 30px 0 14px;
    margin: 0;
    border: 1px solid #aaa;
    /* border-radius: 8px; */
    color: #000 !important;
    text-align: left !important;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -o-user-select: text;
    -ms-user-select: text;
    user-select: text;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;
    /* box-shadow: 0 3px 8px -3px #0001; */
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
    background: #F5F5EE url('../../assets/dropdown_dark.png');
    background-size: 11px;
    background-repeat: no-repeat;
    background-position: calc(100% - 12px) center;
    cursor: pointer;
    box-shadow: none;
    border: none;
  }


  .recent_div .folder_div ul {
    display: none;
    position: absolute;
    background: #fff;
    top: 35px;
    left: 0;
    right: 0;
    z-index: 99999;
    color: #333 !important;
    font-size: 14px !important;
    height: auto;
    max-height: 268px;
    overflow: hidden;
    margin: 0;
    padding: 0 0 8px 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border: 1px solid #bbb !important;
    border-color: transparent #bbb #bbb #bbb;
    box-shadow: 0 3px 16px -3px #0004;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .recent_div .folder_div ul li {
    position: relative;
    padding: 4px 12px;
    margin: 0;
    color: #333;
    border-radius: 0px;
  }

  .recent_div .folder_div ul .disabled .clear {
    position: absolute;
    top: 6px;
    right: 0px;
    /* float: right; */
    /* width: 32px; */
    margin: 0 12px 0 0;
    padding: 2px 8px;
    font-size: 13px;
    color: #1a73e8;
    border-radius: 8px;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid rgba(229, 231, 235, 0.85);
  }

  .recent_div .folder_div ul .disabled .clear:hover {
    color: #004eb3;
    background-color: rgba(229, 231, 235, 0.5);
    border: 1px solid rgba(229, 231, 235, 1);
  }

  .recent_div .folder_div ul .disabled {
    padding: 8px 0px 8px 12px;
    color: #999;
    font-size: 13px;
  }

  .recent_div .folder_div ul li input[type=checkbox] {
    position: relative;
    top: 2px;
    float: left;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    cursor: pointer;
    pointer-events: none;
    vertical-align: middle;
  }

  .recent_div .folder_div ul li span {
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 32px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .recent_div .folder_div ul li:not(.disabled):hover {
    cursor: pointer;
    background: #f6f6f6;
  }


  .recent_div .folder_div ul .active {
    background: #f6f6f6;
  }

  .recent_div .folder_div .options .line_break {
    border-bottom: 1px solid #ccc;
    margin: 6px 0 12px 0;
    padding: 1px 8px;
    display: block;
  }


  .recent_div .folder_div .options {
    overflow-y: auto;
    right: 0%;
    left: -264%;
    height: auto;
    max-height: 268px;
  }


  /* FOLDERS */

  .recent_div .top_controls .folder_div ul.options {
    padding: 0 0 6px 0 !important;
  }


  .recent_div .top_controls .folder_div ul li:not(.disabled) {
    position: relative;
    height: auto;
    padding: 0 0 0 6px !important;
    margin: 0 !important;
    color: #333;
    border-radius: 0px;
    vertical-align: middle;
  }

  .recent_div .top_controls .folder_div ul li:hover {
    background-color: transparent !important;
  }

  .recent_div .top_controls .folder_div ul li ul {
    position: relative !important;
    display: block !important;
    height: auto !important;
    max-height: none !important;
    margin: 0 0 0 16px !important;
    padding: 0 !important;
    list-style: none;
    border-radius: 0 !important;
  }

  .recent_div .top_controls .folder_div ul li:not(.disabled) ul li {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    /* padding: 0 !important; */
  }

  .recent_div .top_controls .folder_div ul li span {
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    white-space: normal;
    overflow: auto;
    text-overflow:inherit;
  }

  .folder_div .options li input[type=checkbox] {
    display: inline-block !important;
    position: relative !important;
    top: -1px !important;
    float: none !important;
    /* width: 12px;
    height: 12px; */
    margin: 0 0px 0 8px !important;
    cursor: pointer;
    vertical-align: middle;
    pointer-events: none;
  }

  .folder_div .options li input[type=checkbox]:checked ~ p {
    color: #268BD2;
  }

  .folder_div .options li input[type=checkbox]:checked ~ p span.icon {
    /* border: 1px solid #268BD2; */
    filter: invert(50%) sepia(19%) saturate(3123%) hue-rotate(172deg) brightness(89%) contrast(84%);
  }

  .folder_div .options li p {
    position: relative;
    display: inline-block !important;
    vertical-align: middle;
    margin: 1px 0;
    padding: 6px 0 6px 4px;
    width: calc(100% - 48px) !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    border-radius: 8px;
  }

  .folder_div .options li:not(.disable) p {
    display: inline-block !important;
    border-radius: 1px;
    /* border: 1px solid transparent; */
    background-color: rgba(242, 242, 242, 0);
    width: calc(100% - 30px) !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  .folder_div .options li:not(.create_folder) p:hover {
    cursor: pointer;
    background-color: rgba(225, 242, 255, 0.5);
    background-color: #f6f6f6;
    /* border: 1px solid #eee; */
    padding-right: 0px;
  }


  .folder_div .options li p span.dir_name {
    position: relative;
    top: -9px;
    padding-left: 6px;
    font-size: 12px;
    font-weight: bold;
  }

  .folder_div .options li p span.dir_path {
    position: absolute;
    top: 19px;
    left: 38px;
    font-size: 11px;
    font-weight: normal;
    color: #aaa;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 40px);
  }

  .folder_div .options li p span.dir_path b {
    font-weight: normal;
    color: #777;
    color: #aaa;
    margin: 0 1px;
    padding: 0 3px;
    /* background-color: rgba(225, 242, 255, 0.3); */
    border-radius: 4px;
    /* border: 1px solid rgba(225, 242, 255, 0.8); */
    border: 1px solid rgba(225, 242, 255, 0);
    border: 1px solid #ddd;
  }

  .folder_div .options li:not(.create_folder) p:hover span.dir_path {
    color: #888;
  }

  .folder_div .options li:not(.create_folder) p:hover span.dir_path b {
    color: #666;
    background-color: rgba(225, 242, 255, 0.4);
    /* border: 1px solid rgba(225, 242, 255, 1); */
    border: 1px solid rgba(214, 237, 255, 0.75);
  }


  .folder_div .options li p span.icon {
    display: none;
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    background: url('../../assets/organize.png');
    background-size: 26px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    /* border: 1px solid #666; */
  }


  /* Collapse all nested lists by default */
  .folder_div .options li .nested_folders {
    top: auto !important;
    left: auto !important;
    right: auto !important;
    z-index: 99999;
    color: auto !important;
    height: auto !important;
    max-height: none !important;
    overflow: auto;
    margin: 0 0 0 16px !important;
    padding: 0;
    padding-left: 4px !important;
    border: none !important;
    box-shadow: none;
    position: relative;
    display: block !important;
    background: transparent;
    border-radius: none !important;
    border-left: 1px dashed #ccc !important;
  }

  /* Rotate arrow when expanded */
  .folder_div .options li span.expanded {
    transform: rotate(90deg);
  }



  .folder_div .options .empty_organize_folders_li {
    display: block;
    position: relative;
    left: 0;
    top: 8px;
    width: 100%;
    min-height: 80px;
    content: "You have no folders to show";
    margin: 0 auto;
    padding: 8px 8px 16px 8px !important;
    color: #999;
    text-align: center;
  }

  .folder_div .options .empty_organize_folders_li span {
    display: block;
    position: relative;
    top: 9px;
    width: 40px;
    margin: 0 auto;
    min-height: 40px;
    background: url("../../assets/organize.png");
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: center top;
    opacity: 0.55;
  }


  .folder_div .options .empty_organize_folders_li:before {
    /* content: "Folders\A";
    white-space:pre;
    font-size: 16px;
    font-weight: bold;
    color: #aaa; */
  }

  .folder_div .options .empty_organize_folders_li:after {
    content: "You have no folders to show";
    font-size: 13px;
    color: #aaa;
  }







  .close_btn {
    color: #000;
    font-weight: bold;
    position: absolute;
    z-index: 9999999999999 !important;
    right: 0px;
    top: 8px;
    width: auto;
    height: auto;
    margin: 0;
    padding: 8px 32px 8px 16px;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    cursor: pointer;
    border-radius: 2px;
    background: transparent url('../../assets/close.png');
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: calc(100% - 8px) 55%;
    transition: none;
}

.close_btn:hover {
    background-color: #ccc;
}





  .template_div .top_controls .gallery_expand {
    position: absolute;
    top: 8px;
    right: 16px;
    padding: 8px 32px 8px 16px;
    background: url("../../assets/expand-dark.png");
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: calc(100% - 12px) center;
    color: #000;
    font-weight: bold;
    border-radius: 2px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .template_div .top_controls .gallery_expand:hover, .template_div .top_controls .gallery_expand:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    background-color: #ccc;
  }


  .template_div .template_ul, .recent_div .recent_ul, .result_div .template_results {
    position: relative;
    width: 75%;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    text-align: left;
  }


  .template_div .template_ul .first_block {
    padding: 0;
  }

  .template_div .template_ul .first_block ul {
    padding: 0;
  }


  .form_ul {
    pointer-events: none;
  }


  .form_ul .template_tile {
    position: relative;
    height: 160px;
    width: calc(19.7% - 0px);
    max-width: 250px;
    margin: 0 0 80px 0;
    padding: 0 8px;
    display: inline-block;
    /* float: left; */
    list-style: none;
    /* background-color: #E5E7EB; */
    /* overflow: auto; */
  }


  .form_ul .see_more {
    position: relative;
    height: 127px;
    /* background: red; */
  }

  .form_ul .see_more a {
    position: absolute;
    bottom: 0;
    top: auto;
    right: 16px;
    left: 16px;
    font-weight: bold;
    text-align: left;
    height: auto;
    background: url("../../assets/chevron-right-dark-24px.png");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 96% center;
    padding: 8px 0 8px 12px;
    filter: invert(50%) sepia(19%) saturate(3123%) hue-rotate(172deg) brightness(89%) contrast(84%);
    border: 2px solid;
    border-radius: 4px;
    transition: border 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
    cursor: pointer;
    opacity: 0.7;
  }

  .form_ul .see_more a:hover {
    opacity: 1;
    text-decoration: none;
    /* box-shadow: 1px 8px 16px -1px #9996; */
  }


  .form_ul .template_tile a:first-child {
    color: #000;
  }


  .form_ul .template_tile {
    vertical-align: top;
  }

  .form_ul .template_tile .thumb {
    position: relative;
    top: 0;
    height: calc(100% - 32px);
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 4px;
    /* object-fit: contain;
    object-position: left top; */
    border: 2px solid #888;
    border-radius: 4px;
    background: #FDFDF8 url("../../assets/pattern02.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    box-shadow: 1px 8px 16px -1px #aaa3;
    transition: border 0.25s ease-in-out, object-position 2.5s ease-in;
    -moz-transition: border 0.25s ease-in-out, object-position 2.5s ease-in;
    -webkit-transition: border 0.25s ease-in-out, object-position 2.5s ease-in;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    overflow: hidden;
  }


  .form_ul .template_tile .thumb h5 {
    position: absolute;
    bottom: 0;
    left: 8px;
    right: 8px;
    line-height: 17px;
    color: #999;
    font-size: 12px;
    font-weight: bold;
    overflow-wrap: break-word;
    overflow: hidden;
  }


  .form_ul .template_tile:hover .thumb h5 {
    color: #268BD2;
  }


  .form_ul .blank .thumb {
    border: 3px solid #000;
    padding: 16px;
    background: #163300;
    background-image: linear-gradient(#193a00 3px, transparent 1px),
      linear-gradient(90deg, #193a00 3px, transparent 1px),
      linear-gradient(#163300 1px, transparent 1px),
      linear-gradient(90deg, #163300 1px, transparent 1px);
      background-size:24px 24px, 24px 24px, 10px 10px, 10px 10px;
      background-position:-2px -2px, -2px -2px, -1px -1px, -1px -1px;
    object-fit: contain;
    object-position: center;
    transition: padding 0.25s ease-in-out;
    -moz-transition: padding 0.25s ease-in-out;
  }


  .form_ul .blank:hover .thumb {
    padding: 24px;
    border: 3px solid #268BD2;
    box-shadow: 1px 8px 16px -1px #9996;
  }


  .form_ul .template_tile:not(.blank):hover .thumb {
    border: 2px solid #268BD2;
    box-shadow: 1px 8px 16px -1px #9996;
  }

  .form_ul .template_tile:not(.blank) .thumb {
    padding: 8px;
    object-fit: cover;
    object-position: left top;
  }

  .form_ul .template_tile:not(.blank) .thumb:hover {
    object-fit: cover;
    object-position: center bottom;
  }


  .form_ul .template_tile p {
    position: absolute;
    bottom: -2px;
    left: 11px;
    right: 11px;
    height: 24px;
    display: block;
    margin: 0 auto;
    font-weight: bold;
    text-align: left;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }


  .template_div .template_ul .template_tile:not(.blank) p {
    padding-left: 18px;
    background: url("../../assets/use_template_icon.png");
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: -5px -2px;
  }


  .template_div .template_ul .template_head {
    display: block;
    position: relative;
    height: auto;
    margin: 0;
    padding: 16px 8px 32px 8px;
    border-top: 1px solid #163300;
  }

  .template_div .template_ul .template_head h4 {
    color: #000;
    font-weight: bold;

  }





  .second_divs {
    position: relative;
    width: 100%;
    top: 68px;
  }

  .second_divs ul .template_tile p {
    right: 28px;
  }

  .second_divs ul li .more_options {
    display: none;
    position: absolute;
    bottom: -8px;
    right: -19px;
    height: 12px;
    width: 42px;
    font-weight: bold;
    font-size: 17px;
    color: #666;
    z-index: 10;
    text-align: left;
    transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: auto;
  }

  .second_divs ul li .more_options:hover, .second_divs ul li .more_options:focus {
    text-decoration: none;
    cursor: pointer;
  }

  .second_divs ul .template_tile:hover .more_options {
    display: block;
  }


  .second_divs .more_options_div {
    position: absolute;
    bottom: -98px;
    right: -132px;
    width: 200px;
    display: none;
    box-shadow: 0 4px 16px -3px #0003;
    border-radius: 8px !important;
    z-index: 999999999;
    background: #fff;
    border: 1px solid #bbb;
    padding: 8px;
  }


  .second_divs .more_options_div .more_options_div_a {
    position: relative;
    display: block;
    padding: 3px 8px !important;
    vertical-align: middle;
  }

  .second_divs .more_options_div .more_options_delete {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    /* border-bottom: 1px solid #e2e2e2; */
  }

  .second_divs .more_options_div .more_options_delete span {
    color: palevioletred !important;
  }

  .second_divs .more_options_div .more_options_edit {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }

  .second_divs .more_options_div .more_options_div_a:hover {
    cursor: pointer;
    background-color: #f4f4f4;
  }

  .second_divs .more_options_div .more_options_div_a span {
    text-decoration: none;
    color: #000;
    display: inline-block;
    vertical-align: middle;
  }

  .second_divs .more_options_div img {
    width: 32px;
    height: 32px;
    object-fit: cover;
    margin-right: 8px;
    display: inline-block;
    border: none !important;
    position: relative;
    top: 0;
    background-color: transparent;
  }


  .form_ul .temp_no_results {
    position: relative;
    padding: 0 8px;
    color: #999;
  }


  .form_ul .empty_draft_msg {
    text-align: center;
    padding: 24px 8px;
    color: #999;
    text-align: center;
  }

  .form_ul .empty_draft_msg h4 {
    font-weight: bolder;
    color: #444;
    margin: 24px auto 10px auto;
  }

  .form_ul .empty_draft_msg .empty_draft_cta {
    position: relative;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    /* background: #FDA942; */
    cursor: pointer;
    background: #000 url("../../assets/create_post_03.png");
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: calc(100% - 12px) 49%;
    margin: 32px 0 0 0;
    padding: 8px 48px 8px 16px;
    border-radius: 6px;
    border: 1px solid #000;;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    opacity: 0.9;
  }

  .form_ul .empty_draft_msg p {
    width: 50%;
    max-width: 500px;
    margin: 0 auto;
  }

  .form_ul .empty_draft_msg .empty_draft_cta:hover, .form_ul .empty_draft_msg .empty_draft_cta:focus {
    text-decoration: none;
    color: #fff;
    opacity: 1;
  }






  /* SAVE TEMPLATE */

  .save_template_div {
    position: absolute;
    top: 5%;
    bottom: 5%;
    left: 15%;
    /* max-height: 90%; */
    width: 70%;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #000;
    box-shadow: 0 3px 16px -3px #0005;
    z-index: 99999999999;
  }


  .save_template_div .top_controls {
    position: relative;
    padding: 24px 8px;
    display: block;
    margin: 8px 32px;
    width: calc(100% - 64px);
    border-bottom: 1px solid #ccc;
  }

  .save_template_div h2, .template_div h2 {
    font-size: 18px;
    display: inline;
    padding-left: 38px;
    background: url('../../assets/use_template_icon.png');
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: left center;
  }


  .close_save_template_div, .close_template_div {
    position: absolute;
    top: 17px;
    right: 0;
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url('../../assets/close.png');
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: left center;
    margin: 0;
    opacity: 0.5;
    cursor: pointer;
  }

  .close_save_template_div {
    right: -32px;
  }

  .close_save_template_div:hover, .close_template_div:hover {
    opacity: 1;
    cursor: pointer;
  }


  .save_template_div div {
    display: block;
    margin: 0 32px;
    padding: 8px 8px 0 8px;
  }


  .save_template_div div p {
    font-size: 12px;
    margin: 0;
  }

  .save_template_div div input {
    padding: 12px 14px;
    margin: 6px 0 8px 0;
    border: 1px solid #ccc;
    border-radius: 8px;
    width: 100%;
    color: #000 !important;
    text-align: left !important;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -o-user-select: text;
    -ms-user-select: text;
    user-select: text;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;
    box-shadow: 0 3px 8px -3px #0001;
  }


  .save_template_div div input:focus, .save_template_div div select:focus {
    border-color: #268BD2;
  }


  .save_template_div .new_folder_div {
    position: relative;
  }


  .save_template_div .new_folder_div input {
    margin: 6px 0 0 0;
    padding-right: 40px;
  }


  .save_template_div div .add_folder_cancel {
    display: none;
    position: absolute;
    top: 38px;
    right: 4px;
    width: 32px;
    height: 32px;
    background: url('../../assets/close.png');
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 6px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 8px 24px;
    margin: 0;
    cursor: pointer;
    text-decoration: none !important;
    opacity: 0.9;
  }




  .save_template_div .folder_results {
    display: none;
    position: absolute;
    left: 10px;
    right: 10px;
    padding: 0;
    list-style: none;
    background-color: #fff;
    box-shadow: 0 3px 16px -3px #0003;
    border: 1px solid #ccc;
    border-top: none;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    z-index: 999999999;
    min-height: 48px;
    max-height: 105px;
    overflow-y: auto;
  }

  .save_template_div .folder_results li {
    font-size: 12px;
    padding: 6px 8px;
    color: #268BD2;
  }

  .save_template_div .folder_results li span {
    color: #111 !important;
  }

  .save_template_div .folder_results li:first-child {
    margin-top: 8px;
  }

  .save_template_div .folder_results li:hover {
    background-color: #f4f4f4;
    cursor: pointer;
  }


  .save_template_div .error {
    display: block;
    padding: 4px 0px;
    margin: 0 0 8px 0;
    color: palevioletred;
    font-size: 12px;
   }


  .save_template_div .bottom_controls {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 32px 8px;
    display: block;
    margin: 8px 32px;
    /* border-top: 1px solid #ccc; */
  }

  .save_template_div .bottom_controls .save_template_btn {
    display: inline-block;
    position: relative;
    background-color: #111;
    color: #fff;
    border-radius: 4px;
    padding: 8px 32px;
    margin: 0;
    cursor: pointer;
  }


  .save_template_div .bottom_controls .save_template_btn_loading {
    background: #fff !important;
    margin: auto;
    padding: 8px !important;
    border: 4px solid transparent !important;
    border-bottom: 4px solid #1a73e8 !important;
    border-left: 4px solid #1a73e8 !important;
    border-radius: 50% !important;
    width: 32px !important;
    height: 32px !important;
    z-index: 999;
    overflow: hidden !important;
    color: transparent !important;
    animation: spin 0.45s linear infinite;
    pointer-events: none !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }


  .save_template_div .bottom_controls .save_template_btn_loading:focus, .save_template_div .bottom_controls .save_template_btn_loading:hover {
    background: #fff !important;
  }




  @media (max-width: 1200px) {

    div .top_controls {
      width: 93%;
    }

    .template_div .template_ul, .recent_div .recent_ul, .result_div .template_results {
      width: 95%;
    }
  }


  @media (max-width: 450px) {
    .header {
      right: 0 !important;
      width: 100%;
    }

    .app-search {
      left: calc(50% - 125px) !important;
      width: 250px !important;
    }

    .header .header_bottom {
      padding: 0 8px;
    }

    .logo {
      min-width: 40px;
      padding: 8px 0;
      color: transparent;
    }


    .recent_div .top_controls .folder_div {
      right: 0px;
      width: 94px;
    }

    .recent_div .top_controls .folder_div .select {
      padding: 0 19px 0 14px;
      background: #F5F5EE url('../../assets/dropdown_dark.png');
      background-size: 10px;
      background-repeat: no-repeat;
      background-position: calc(100% - 2px) center;
      box-shadow: none;
      border: none;
    }

    .recent_div .folder_div.applied .filter_div_icon .filter_div_icon_dot {
      top: 9px;
      right: 6px;
    }

    .recent_div .top_controls .folder_div .filter_div_icon {
      left: -2px;
      width: 20px;
      height: 24px;
      background: url('../../assets/filter_light.png');
      background-size: 12px;
      background-repeat: no-repeat;
      background-position: left 10px;
    }

    .form_ul .empty_draft_msg p {
      width: 85%;
    }

    .recent_div .folder_div .options {
      left: -240%;
    }

    .recent_div .top_controls .recent_tip {
      position: relative;
      top: 2px;
      left: -8px;
      width: 64%;
      font-weight: normal !important;
      font-size: 12px;
      color: #fff;
      background: url("../../assets/draft.png") !important;
      background-repeat: no-repeat !important;
      background-position: left 55% !important;
      background-size: 12px !important;
      padding-left: 18px;
      filter: invert(71%) sepia(4%) saturate(5%) hue-rotate(314deg) brightness(116%) contrast(89%);
    }


    .template_div {
      position: relative;
      top: 68px;
      width: 100%;
      height: 249px;
    }

    .template_div .template_tip:not(.close_btn) {
      position: relative;
      top: 2px;
      left: -8px;
      width: 64%;
      font-weight: normal !important;
      font-size: 12px;
    }

    .template_div .top_controls .gallery_expand {
      position: absolute;
      top: 8px;
      right: -15px;
      padding: 8px 30px 8px 16px;
      background: url("../../assets/expand-dark.png");
      background-size: 10px;
      background-repeat: no-repeat;
      background-position: calc(100% - 12px) center;
      color: #000;
      font-weight: bold;
      font-size: 12px;
    }

    .template_div .top_controls .gallery_expand:hover, .template_div .top_controls .gallery_expand:focus {
      background-color: transparent;
    }

    .close_btn {
      font-size: 12px;
      right: -14px;
    }

    .form_ul .template_tile {
      height: 150px;
      width: calc(49% - 0px);
      margin: 0 0 40px 0;
    }



  }
