.brandkit_heading button.edit_brandkit{font-size: 22px;
}

.save_brandkit_btn {
    background: var(--primary-color);
    border: none;
    color: #fff;
    padding: 12px 31px;
    display: table;
    float: right;
    border-radius: 10.669px;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 30px;
}
.main-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.mybrandkit_heading {
    font-size: 26px;
    font-weight: 500;
    margin: 0;
}

button.edit_brandkit {
    background: none;
    border: none;
    font-size: 15px;
    padding-left: 15px;
}
.brandkit_heading.d-flex {
    padding-bottom:10px;
}
.brandkit_sub_heading h2 {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    margin: 0 0 7px;
    padding-bottom: 7px;
}
.fonts_container .brandkit_sub_heading h2 {
    padding: 0 0 1px;
}


.upload_logo li {
    width: 100%;
}
.brandkit_image_preview {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
 
}
.uploaded .brand_upload, .uploaded .upload_icon {
    display: none;
}

.upload_logo li img{    border-radius:4px;
}
.untitled_text {background: url(/public/assets/img/edit_icon.png)no-repeat;
    font-size: 32px;
    font-weight: 600;
    margin: 0 0 7px;
    border: 1px solid #d7d7d7;
    color: #000;
    padding: 10px 15px;
    background-position: 96%;
    background-size: 22px;
	
}
.fonts_tab_box ul.nav.nav-pills {
    padding-left: 19px;
}

.border_top_heading .brandkit_sub_heading h2 {
    padding-left: 0;
}
.untitled_text:focus{outline:none; box-shadow:inherit;}
.image_path {
    font-size: 20px;
    font-weight: bold;
}
.upload_logo {
    list-style: none;
    padding: 0;
    margin: 15px 0 0;
    position: relative;
}
.brand_upload {
    opacity: 0;
    width: 100%;
    height: 144px;
    border-radius:4px;
    cursor: pointer;
    z-index: 99;
	position:relative;
}
.brand_color_cntr.border_top_heading {
    padding-top: 55px;
}
.brand_color_cntr.border_top_heading:before {
    border-radius: 15px;
    border-top: 0.9px solid rgba(35, 38, 55, 0.20);
    background: #FFF;
    box-shadow: 0px 5px 18.017px 0px rgba(41, 29, 87, 0.05);
    content: "";
    position: absolute;
    left: 0;
    top: 242px;
    width: 100%;
    height: 1px;
}
.upload_icon p {
    font-size: 14.69px;
    font-style: normal;
    font-weight: 400;
    margin-top: 3px;
}


.upload_icon {
       position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 0;
    text-align: center;
    font-size: 13px;
}

.addbtn {
   
    text-align: center;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 12px 80px;
    position: relative;
    top: 0;
    border-radius: 10px;
    border: 0.5px solid #643CFF;
    background: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    display: table;
    margin: auto;

}

.colorpicker-opacity-hue.colorpicker-element {
    margin-right: 10px;
}

.close_picker {      cursor: pointer;
    position: absolute;
    top: -16px;
    right: -15px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
}
.close_picker.removeLogo img {
    max-width: inherit;
}
.upload_logo_file{
    border-radius: 10px;
    border: 0.921px solid rgba(100, 60, 255, 0.30);
    background: rgba(100, 60, 255, 0.06); 
    min-height: 144px;
  
}
.brandkit_image_preview img {
    margin: 0 auto;
    display: block;
    height: 100%;
    padding: 25px;
}
.tools_dropdown.dropdown-toggle {
    border: none;
    background: no-repeat;
}
.dropdown-toggle::after{display:none;}
.brand_color_box {
    border: 1px solid #d7d7d7;
    padding: 15px;
    border-radius: 4px;
	justify-content: space-between;
}
.brandkit_sub_heading {
    padding: 0 0 10px;
}
.fonts_btn_box {display:none;
  background: #ede8e8b5;
    position: relative;
    border-radius: 4px;
}
.upload_fonts_btn {
    background: none;
    border: none;
    font-size: 14px;
    font-weight: 600;
    padding:6px 10px;
	cursor:pointer;
}
.fonts_upload {
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    padding: 5px 0;
}
.fonts_container .brandkit_sub_heading {
    justify-content: space-between;
    align-items: center;
	padding-top:0;
}
.brand_color_cntr {
    padding-top: 10px;
}


.fonts_box {
    background: #fff;
    padding: inherit;
    justify-content: space-between;
    position: relative;
    cursor: pointer;
    border-radius: 4px;
    align-items: center;


}
.font_main_heading {
    margin:0 0 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}
.font_sub_heading {
    font-size: 20px;
}
.font_content {
    font-size: 20px;
}
.fonts_tab_box a.nav-link.active {
       background: none;
    color: #000;
    font-weight: 600;
    border-bottom: 2px solid var(--primary-color);
    border-radius: 0;
}
.fonts_tab_box a.nav-link {
    color: #000;
    padding: 6px 10px;
}
.custom_upload_fonts ul{padding:0; list-style:none;}
.custom_upload_fonts li {
    display: flex;
    align-items: center;
    justify-content: space-between;	
    padding-bottom: 15px;
}
.custom_upload_fonts {
    padding-left: 13px;
}
.brand_color_box .dropdown-menu {
    left: auto!important;
    right: 0;
    transform: inherit!important;
    top: 29px!important;
	
    padding: 0;
}
.color_grid_box ul {
    list-style: none;
    padding: 0;
}
.add_color_picker {
  position: relative;
    width: 64px;
    border: 1px solid #d7d7d7;
    height: 64px;
    border-radius: 4px;
    margin-bottom: 15px;
    cursor: pointer;
    flex: 0 0 100%;
}
.appendElements{display:flex;}
.color_grid_box {
    padding:7px 0 0;
}
.brandkit_color_picker{display:none;}
.color_grid_box li {
    display: flex;
    position: relative;
    align-items: center;
}
.brandkit_color_picker {
    position: absolute;
    background: #fff;
    padding: 25px;
    border-radius: 4px;
    border: 1px solid #ccc;
    top: 74px;
    left: 0;
}

.colorpicker-opacity-hue.colorpicker-element {
    margin: 0 14px 14px 0;
    position: relative;
}
.colorpicker-opacity-hue.colorpicker-element p {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    z-index: 99;
    top: -7px;
    right: -8px;
    background: #fff;
    width: 17px;
    height: 17px;
    border: 0.921px solid rgba(100, 60, 255, 0.20);
    border-radius: 50%;
    text-align: center;
    color: #000;
    font-size: 14px;
    cursor: pointer;
    line-height: 14px;
}
.colorpicker-opacity-hue.colorpicker-element .colorpicker-input-addon {
    position: relative;
    padding: 0;
    border: none;
}
.colorpicker-opacity-hue.colorpicker-element .colorpicker-input-addon i {
    display: inline-block;
    cursor: pointer;
    vertical-align: text-top;
    height: 93px;
    width: 75px;
    position: relative;
    border-radius: 5px;
    border: 1px solid #d7d7d7;
}
.brandkit_color_picker .renderbox-color.input-group-text {
    width: 47px;
    height: 47px;
    margin-bottom: 15px;
}
.brandkit_color_picker .colorpicker.colorpicker-horizontal {
    width: 193px;
    height: auto;
}
.brandkit_color_picker .colorpicker.colorpicker-horizontal .colorpicker-saturation{width: 193px;}
.brandkit_color_picker .colorpicker.colorpicker-horizontal .colorpicker-hue, .colorpicker.colorpicker-horizontal .colorpicker-alpha{width: 193px;}
.brandkit_color_picker .colorpicker.colorpicker-horizontal .colorpicker-bar{width: 193px;}
.brandkit_color_picker input.form-control.input-lg.inputColor {
    margin-bottom: 12px;
}

.fonts_inner_box div.dropdown {
    display: inline-block;
    position: relative;
    width: 100%;
}
.fonts_inner_box div.dropdown button {
    padding: 6px 10px;
    font-weight: 500;
    text-transform: capitalize;
    width: 100%;
    cursor: pointer;
    text-align: left;
    font-size: 14px;
    height: 44px;
    border-radius: 8px;
    border: 1px solid rgba(35, 38, 55, 0.20);
    background: #FFF;
}
.style_element input:checked+span {
    background: #e1e4e7;
}
.fonts_selection_box select.form-control {
    font-size: 14px;
    height: 44px;
    width: 100%;
    appearance: auto;
    padding: 0 0 0 10px;
    border-radius: 8px;
    border: 1px solid rgba(35, 38, 55, 0.20);
    background: #FFF;
    margin-right: 20px;
    font-weight: 500;
}
.brandkit_frame_cntr .tab-content {
    padding: 0;
}
.fonts_inner_box div.dropdown button:before, .fonts_inner_box div.dropdown button:after {
  display: block;
  content: "";
  width: 1px;
  height: 8px;
  background: #282828;
  position: absolute;
  top: 14px;
}
.fonts_inner_box div.dropdown button:before {
  right: 21px;
  transform: rotate(-45deg);
}
.fonts_inner_box div.dropdown button:after {
  right: 16px;
  transform: rotate(45deg);
}
.fonts_inner_box div.dropdown ul {
    display: none;
    position: absolute;
    background: #fff;
    list-style: none;
    border: 1px solid #f0f0f0;
	border-top:none;
    line-height: 1em;
    top:35px;
    left: 0px;
    padding: 0;
    width: 20em;
    margin: 0;
    z-index: 1;
    overflow-y: auto;
    height: 240px;
}
.fonts_inner_box div.dropdown ul li {
  padding: 0.8em;
  cursor: pointer;
  transition: background 250ms;
}

.fonts_inner_box div.dropdown ul li.searchInput {
  padding: 0.5em;
}
.fonts_inner_box div.dropdown ul li.searchInput input {
    border-radius: 4px;
    width: 100%;
    border: 0px;
    border: 1px solid #ccc;
    padding: 10px;
    height: 38px;
  
}
.fonts_inner_box div.dropdown ul li.searchInput input:focus{text-shadow:inherit; outline:none;}
.searchContainer .savedSearches {
  margin: 0.8em 0;
}
.style_element {
    position: relative;
    cursor: pointer;
    display: flex;
    margin-right: 6px;
    border-radius: 8px;
    border: 1px solid rgba(35, 38, 55, 0.20);
    background: #FFF;
    margin: 0 7px;
}
.style_element input[type="checkbox"], .style_element input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 99;
}
.editor_icon {
    padding:8px 15px;
    border-radius: 5px;
    cursor: pointer;
    display: block;
}
.fonts_selection_box span{line-height:normal;}
span.editor_icon i {
    color: #000;
}
.editor_style_box  ul{
	list-style: none;
    padding: 0;
    margin: 0;
}
.fonts_selection_box {
    justify-content: center;
    top: 0px;
    right: 0;
    padding: 12px 10px;
    border-radius: 8.929px;
    background: rgba(35, 35, 96, 0.07);
    margin-bottom: 25px;
    position: relative;
}
.fonts_inner_box {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

.fonts_size_box {
    display: flex;
    width: 100%;
}
.brandkit_frame_cntr {
    background: #FFF;
    box-shadow: 0px 5px 18.017px 0px rgba(41, 29, 87, 0.05);
    border: 0.9px solid rgba(35, 38, 55, 0.20);
    border-radius: 15px;
    padding:20px 25px;
    position: relative;
    min-height: 450px;

}

.brandkit_sub_heading.brandkit_frame_cntr {
    padding-bottom: 40px;
}

.brandkit_head_text {
    margin: 0 0 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

@media (max-width:767px) {
.brandkit_sub_heading.brandkit_frame_cntr{margin-bottom:35px;}
.untitled_text{width: 100%;font-size: 30px;}
.fonts_box{display: inherit!important;}
.fonts_inner_box {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    width: 100%;
}
.fonts_inner_box div.dropdown {
    padding: 18px 0;
}

.fonts_inner_box div.dropdown button:before, .fonts_inner_box div.dropdown button:after{top:31px;}
.fonts_selection_box select.form-control {
    margin: 0 8px 0 0px;
    width: 154px;
}


}

