* {
    -web-kit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
    font-family: "Outfit", sans-serif;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
}
:root {
    touch-action: pan-x pan-y;
    --body-bg: #E5E7EB;
    --loader-bg:rgb(0, 0, 0, 0.6);
    --content-bg:#fff;
    --content-shadow:#00000014;
    --content-border:#00000014;
    --content-text:#000;
    --content-text-2:#767676;

    --theme-bg-1:#F5F5F5;
    --theme-text-1:#000;

    --theme-bg-2:#0055a5;
    --theme-text-2:#Ffff;

    --scroll-track:#F5F5F5;
    --scroll-bg:#c1c1c1;

    --input-bg:#f8f8f8;
    --input-border:#00000014;
    --input-text:rgba(0, 0, 0, 0.60);
    --input-heading-text:#000;
    --input-heading-border:#fff;

    --non-active-text-color:#000;
    --active-text-color:#000;

    --warning-bg-color:#f15e5e;
    --warning-text-color:#fff;


  }

  
html {
    scroll-behavior: smooth;
}

body {
    width: 100%;
    margin: 0px;
    background: var(--body-bg);
}


a {
    text-decoration: none;
    color: unset;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}
/* bootstrap custom check box css */
.form-check-input:checked {
    background-color: var(--theme-bg-2);
    border-color: var(--theme-bg-1);
}
.form-switch .form-check-input {
   cursor: pointer;
}

  /* Optional custom styling for your CodeMirror */
  .CodeMirror {
    height: 600px !important;
    width: 100%;
  }

.custom_container {
    max-width: 1200px;
    margin: 0 auto;
}

input:focus,
textarea:focus,
select:focus,
button:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: unset !important;
}

input:focus-visible,
textarea:focus,
select:focus,
button:focus-visible {
    outline: none !important;
    box-shadow: none !important;
    border-color: unset !important;
}
.file_preview_hov button{
    background: transparent;
    border: unset;
    outline: unset;
    visibility: hidden;
    transition: 0.3s ease-in-out;
    color: #fff;
}
.file_preview_hov:hover button{
    background:rgba(0,0,0,0.5);
    transition: 0.3s ease-in-out;
    visibility: visible;
}
/* form submit loader css */
.form_process_loader {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000 !important;
    border-radius: 10px !important;
  }
  
  .form_process_loader img {
    width: 60px;
  }
  .form_process_loader_two {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px !important;
  }
  
  .form_process_loader_two img {
    width: 25px;
  }

/* custom box css start */

.custom_box{
    background-color: var(--theme-bg-1);
    color:var(--content-text);
    border-radius: 8px;
    padding: 15px 20px;
   cursor: pointer;
}
.custom_box span {
    font-size: 18px;
    font-weight: 500;
    line-height: 35px;
}
/* custom box css end */

/* landing page editor style start */

.web_editor_body{
padding: 30px 10px !important;
background-color: var(--theme-bg-1);
}
/* landing page editor style end */

/* dashboard content section css */

.content_section {
    padding-left: 350px;
    transition: 0.5s ease-in-out;
    height: 100vh;
}

.content_section.active {
    padding-left: 0px;
}

.content_section_main {
    padding: 15px 15px 30px 15px;
}



.content_body {
    background-color: var(--content-bg);
    padding: 40px 15px;
    border-radius: 8px;
}

@media (min-width: 1400px) {
    .content_container {
        max-width: 1500px;
        margin: 0 auto;
    }
}


.section_header {
    margin: 0px 0px 30px 0px;
    border-bottom: 1px dashed var(--content-border);
    padding: 0px 0px 5px 0px;
}
.section_header h3 {
    color: var(--content-text);
    font-size: 18px;
    font-weight: 500;
    line-height: 34px;
}
.section_header a {
    background: var(--theme-bg-2);
    color: var(--theme-text-2) !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 23.94px;
    border-radius: 8px;
    padding: 9px 30px;
    border: unset;
    cursor: pointer;
}
/* header css */
.header_parent {
    padding: 20px 15px 0px 15px;
}

.header {
    background-color: var(--content-bg);
    padding: 20px 15px;
    border-radius: 8px;
    box-shadow:0px 7px 24px 0px var(--content-shadow);
}

.control_btn i {
    font-size: 18px;
    color: var(--theme-text-1);
    background-color: var(--theme-bg-1);
    border-radius: 8px;
    padding: 12px 10px;
}

/* sidebar css */
.sidebar_control_btn{
    display: none;
}

.dashboard_sidebar {
    left: 0px;
    padding-top: 15px;
    width: 350px;
    height: 100vh;
    scrollbar-width: thin;
    background-color: var(--content-bg);
    padding-bottom: 30px;
    transform: translateX(0%);
    transition: 0.5s ease-in-out;
    z-index: 99;
}

.dashboard_sidebar.active {
    transform: translateX(-100%);
    transition: 0.5s ease-in-out;
}

/* Chrome, Edge, and Safari */
.dashboard_sidebar::-webkit-scrollbar {
    width: 7px;
}

.dashboard_sidebar::-webkit-scrollbar-track {
    background: var(--scroll-track);
}

.dashboard_sidebar::-webkit-scrollbar-thumb {
    background-color: var(--scroll-bg);
    border-radius: 10px;
}

.sidebar_logo {
    padding-bottom: 30px;
}

.sidebar_logo img {
    width: 195px;
}

/* filter accordian design */
.filters_accordion_parent {
    padding: 0px 20px;
}
.filters_listing li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 17.64px;
    color: var(--non-active-text-color);
    opacity: 0.7;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--content-border);
    transition: 0.3s ease-in-out;
}
.filters_listing li.active a {
    color: var(--active-text-color);
    opacity: 1;
    background: var(--theme-bg-1);
    padding-left: 20px;
    transition: 0.3s ease-in-out;
}
.filters_listing li a:hover {
    color: var(--active-text-color);
    opacity: 1;
    background: var(--theme-bg-1);
    padding-left: 20px;
    transition: 0.3s ease-in-out;
}



.filters_listing li:last-child {
    padding-bottom: 0px;
}


.bullet {
    height: 15px;
    width: 15px;
    border: 1px solid var(--non-active-text-color);
    border-radius: 50%;
    margin-right: 10px;
}

.bullet:after {
    content: "";
    position: absolute;
    top: 3.5px;
    left: 3.5px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--non-active-text-color);
}

.filters_listing li.active .bullet {
    border-color: var(--active-text-color);
}

.filters_listing li.active .bullet:after {
    background: var(--active-text-color);
}

@media(max-width:1250px) {
    .content_section {
        padding-left: 0px;
    }
    .sidebar_control_btn{
        display: flex;
        margin-right: 15px;
    }

    .header_parent {
        z-index: 9;
    }

    .dashboard_sidebar {
        transform: translateX(-100%);
        padding-top: 20px;
        width: 310px;
    }

    .dashboard_sidebar.active {
        transform: translateX(0%);
    }
}

/* header profile dropdown css */

.profile_filter label {
    font-size: 14px;
    font-weight: 500;
    line-height: 17.64px;
    color: var(--non-active-text-color);
}

.profile_filter label i {
    font-size: 12px;
    line-height: 17.64px;
    color: var(--non-active-text-color);
    margin-left: 10px;
}

.filter_dropdown_main {
    box-shadow: 0px 7px 24px 0px var(--content-shadow);
    padding: 20px 14px;
    border: unset;
    width: 212px;
}

.filter_dropdown {
    gap: 14px;
}

.filter_dropdown li a {
    font-size: 14px;
    font-weight: 500;
    line-height: 17.64px;
    color: var(--content-text);
    cursor: pointer;
}

.filter_dropdown li a i {
    font-size: 14px;
    line-height: 17.64px;
    color: var(--content-text);
    margin-right: 15px;
}

.profile_filter label img {
    width: 40px;
    border-radius: 50%;
    height: 40px;
    object-fit: cover;
    margin-right: 10px;
}

/* form css */
.heading_box_two {
    padding: 0px 0px 10px 0px;
    border-bottom: 2px dashed var(--input-border);
    margin: 0px 0px 40px 0px;
}

.heading_box_two h3 {
    color: var(--content-text);
    font-size: 18px;
    font-weight: 500;
    line-height: 34px;
    text-decoration: unset;
}


.heading_box {
    padding: 0px 0px 30px 0px;
}

.heading_box h3 {
    color: var(--content-text);
    font-size: 18px;
    font-weight: 500;
    line-height: 34px;
    text-decoration: underline;
}

.form_field_group {
    margin: 0px -10px;
}

.child_field {
    padding: 0px 10px;
    margin-bottom: 35px;
}
.child_field > i{
    position: absolute;
    right: 16px;
    height: 100%;
    display: flex;
    align-items: center;
    top: 0px;
    color: var(--input-heading-text);
    cursor: pointer;
}
.parent_field {
    margin-bottom: 35px;
}
.parent_field > i {
    position: absolute;
    right: 16px;
    height: 100%;
    display: flex;
    align-items: center;
    top: 0px;
    color: var(--input-heading-text);
    cursor: pointer;
}
.bnt_form_field{
    grid-template-columns:  5fr 1fr;
    gap: 10px 10px;
}
.cloud_upload{
    background: var(--theme-bg-2);
    color: var(--theme-text-2);
    font-size: 18px;
    line-height: 23.94px;
    border-radius: 8px;
}
.cloud_upload:hover{
    background: var(--theme-bg-2);
    color: var(--theme-text-2);
}
.form_field>span {
    color: var(--input-heading-text);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
    position: absolute;
    top: -9px;
    left: 22px;
    padding: 0px 12px;
    z-index: 9;
}

.form_field>span:before {
    position: absolute;
    content: "";
    width: 100%;
    border: 1px solid var(--input-heading-border);
    left: 0px;
    top: 9px;
    z-index: -1;
}

.form_field>input {
    border: 1px solid var(--input-border);
    background: var(--input-bg);
    height: 48px;
    padding: 0px 15px 0px 15px;
    color: var(--input-text);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    width: 100%;
    border-radius: 8px;

}

.form_field .image_preview_box {
    border: 1px solid var(--input-border);
    padding: 15px 15px;
}
.form_field .image_preview_box img{
    max-width: 165px;
    margin: 0 auto;
    max-height: 160px;
}
.form_field .image_preview_box embed{
    max-width: 165px;
    margin: 0 auto;
    max-height: 160px;
}


.form_field select {
    border: 1px solid var(--input-border);
    background: var(--input-bg);
    height: 48px;
    padding: 0px 15px 0px 15px;
    color: var(--input-text);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    width: 100%;
    border-radius: 8px;
}

.form_field textarea {
    height: 130px;
    padding: 20px 15px 0px 20px;
    color: var(--input-text);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    width: 100%;
    border-radius: 8px;
    border: 1px solid var(--input-border);
    background: var(--input-bg);
}

/* tagify input */
.form_field .tagify {
    border: 1px solid var(--input-border);
    background: var(--input-bg);
    min-height: 48px;
    color: var(--input-text);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    width: 100%;
    border-radius: 8px;
    padding: 7px;
}

.form_field label.error {
    color: #cc0000;
    text-transform: capitalize;
    margin: 0px;
    font-size: 13px;
    line-height: 11px;
    padding:0px 10px;
    position: absolute;
    left: 0px;
    bottom: -18px;
}

.form_button button {
    background: var(--theme-bg-2);
    color: var(--theme-text-2);
    font-size: 18px;
    font-weight: 700;
    line-height: 23.94px;
    border-radius: 8px;
    padding: 15px 40px;
    border: unset;
}

.form_button a {
    background: var(--theme-bg-2);
    color: var(--theme-text-2) !important;
    font-size: 18px;
    font-weight: 700;
    line-height: 23.94px;
    border-radius: 8px;
    padding: 15px 40px;
    border: unset;
}

.redirect_button {
    margin-bottom: 40px;
}

.redirect_button a {
    background: var(--theme-bg-2);
    color: var(--theme-text-2) !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 23.94px;
    border-radius: 8px;
    padding: 10px 17px;
    border: unset;
    cursor: pointer;
}

/* datatable css */
span.Deleting_row {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--warning-bg-color);
    color: var(--warning-text-color);
    opacity: 0.8;
}
.dataTables_wrapper .row:nth-child(2) {
    overflow-x: auto;
}
table tbody tr {
    position: relative;
}
table tbody tr td{
    vertical-align: middle;
}
.table_image{
    width: 80px;
    height: 80px;
    border-radius: 8px;
    padding: 8px;
    background: var(--theme-bg-1);
}

.dataTables_filter label input {
    border: 1px solid var(--input-border);
    background: var(--input-bg);
    height: 40px;
    padding: 0px 15px 0px 15px;
    color: var(--input-text);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    border-radius: 8px;
}

.dataTables_length label {
    margin-bottom: 16px;
}

.dt-buttons {
    margin-bottom: 15px;
}

.dt-buttons button.btn.btn-secondary {
    margin-right: 5px;
    border-radius: 6px !important;
    background: var(--input-bg);
    border-color: var(--input-border);
    color:var(--input-text);
}

.dataTables_length label select {
    border: 1px solid var(--input-border);
    background: var(--input-bg);
    height: 42px;
    padding: 0px 15px 0px 15px;
    color: var(--input-text);
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    border-radius: 8px;
    width: 59px !important;
    margin: 0px 7px;
}

.paginate_button a {
    color: var(--input-text);
}

.paginate_button.active a {
    background:var(--theme-bg-2);
    border-color: var(--theme-bg-2);
    color: var(--theme-text-2);
}

/* data table action css */

.action_filter label i {
    font-size: 20px;
   
    line-height: 17.64px;
    color: var(--content-text);
    margin-right: 10px;
}

.action_dropdown_main {
    border: 1px solid var(--content-border);
    box-shadow: 0px 2px 8px 0px var(--content-shadow);
    padding: 20px 14px;
    border: unset;
    width: 212px;
}

.action_dropdown {
    gap: 14px;
}

.action_dropdown li a {
    font-size: 14px;
    font-weight: 500;
    line-height: 17.64px;
    color: var(--content-text);
    cursor: pointer;
}

.action_dropdown li a i {
    font-size: 14px;

    line-height: 17.64px;
    color: var(--content-text);
    margin-right: 15px;
}

/* graphs css */
.graphs {
    margin: 0px -15px;
}

.single_graph {
    padding: 20px 15px;
}

/* data boxes css */
.data_box {
    margin: 0px -15px;
}

.single_box {
    padding: 15px 15px;
}

.single_box_data {
    box-shadow: 0px 7px 24px 0px var(--content-shadow);
    background-color: var(--content-bg);
    border-radius: 8px;
    padding: 15px 15px;
}

.single_box_data strong h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: var(--content-text);
    padding-bottom: 8px;
}

.single_box_data strong span {
    font-size: 16px;
    font-weight: normal;
    line-height: 20.16px;
    color: var( --content-text-2);
}

.single_box_data i {
    font-size: 30px;
}

.single_box_data img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

/* delete modal css start */
.confirm_modal {		
	max-width: 400px;
}
.confirm_modal .modal-content {
	padding: 20px;
	border-radius: 5px;
	border: none;
	text-align: center;
	font-size: 14px;
}
.confirm_modal .modal-header {
	border-bottom: none;   
	position: relative;
}
.confirm_modal h4 {
	text-align: center;
	font-size: 26px;
	margin: 30px 0 -10px;
}
.confirm_modal .close {
	position: absolute;
	top: -5px;
	right: -2px;
    cursor: pointer;
}
.confirm_modal .close i {
    font-size: 21px;
}
.confirm_modal .modal-body {
	color: var(--content-text);
    opacity: 1;
}
.confirm_modal .modal-footer {
	border: none;
	text-align: center;		
	border-radius: 5px;
	font-size: 13px;
	padding: 10px 15px 25px;
}	
.confirm_modal .icon-box {
	width: 80px;
	height: 80px;
	margin: 0 auto;
	border-radius: 50%;
	z-index: 9;
	text-align: center;
	border: 3px solid var(--warning-bg-color);
}
.confirm_modal .icon-box i {
	color: var(--warning-bg-color);
	font-size: 46px;
	display: inline-block;
	margin-top: 13px;
}
 .confirm_modal .btn{
	text-decoration: none;
	transition: all 0.4s;
	min-width: 120px;
	min-height: 40px;
    border-radius: 4px;
	margin: 0 5px;
}
.confirm_modal a.btn-secondary{
	background: var(--theme-bg-1);
    color:var(--theme-text-1);
}

.confirm_modal a.btn-danger{
	background: var(--warning-bg-color);
    color:var(--warning-text-color);
}
/* delete modal css end */

/* extra css */
.url_link span{
    color: var(--content-text);
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}
.url_link small{
    border: 1px solid var(--input-border);
    background: var(--input-bg);
    color: var(--input-text);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    width: 100%;
    border-radius: 8px;
    padding:20px 8px;
    margin-bottom: 15px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.indication span{
    color: var(--content-text);
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}
.indication small{
    border: 1px solid var(--input-border);
    background: var(--input-bg);
    border-radius: 8px;
    padding:20px 8px;
}
.indication a{
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 18px;
margin-bottom: 10px;
width: 100%;
display: flex;
flex-wrap: wrap;
color: var(--input-text);
}
.indication a:last-child{
    margin-bottom: 0px;
}

/* file gallery  */
.file_gallery_main{
    height: 600px;
    overflow: auto;
}
.file_gallery{
    grid-template-columns: repeat(6, 1fr);
    gap: 15px 15px;

}
.single_file {
    background: var(--theme-bg-1);
    padding: 20px;
    justify-content: center;
    align-items: center;
}
.gallery_action_btns a{
    cursor: pointer;
}
.gallery_action_btns a i{
    font-size: 18px;
    color: var(--theme-text-1);
    background-color: #fff;
    border-radius: 8px;
    padding: 12px 10px;
}
.gallery_action_btns button{
    border: unset;
    background: unset;
}
.gallery_action_btns form{
    margin-right: 10px;
}
.gallery_action_btns button i{
    font-size: 18px;
    color: var(--theme-text-1);
    background-color: #fff;
    border-radius: 8px;
    padding: 12px 10px;
}


/* bootstrap multi select css */
.select2-container--bootstrap-5 .select2-selection {
    height: 100% !important;
    min-height: 100% !important;
    background: transparent;
    display: flex;
    align-items: center;
    padding: 0px;
    box-shadow: unset !important;
    border: unset !important;
}
span.select2.select2-container.select2 {
    position: unset;
    height: 48px;
    color: var(--input-text);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    width: 100%;
    border: 1px solid var(--input-border);
    background: var(--input-bg);
    padding: 0px 15px;
    border-radius: 8px;
}
.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered {
    flex-wrap: nowrap;
    overflow-x: auto;
    width: 100%;
}
.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    margin: 10px 10px 0px 0px !important;
    font-size: 12px;
    background: #fff;
    border-color: #000;
    color: #000;
    text-transform: unset;
    padding: 4px 10px;
}
.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
    width: 8px;
    height: 8px;
    margin-right: 10px;
}
.select2-container--bootstrap-5 .select2-selection--multiple .select2-search {
    display: none;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected, .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) {
    color: var(--theme-text-1);
    background-color: var(--theme-bg-1);
}
.select2-results__options li {
    margin-bottom: 10px !important;
}
.select2-results__options li:last-child{
    margin-bottom:0px !important;
}
.select2-results__options li strong {
    padding: 10px 10px !important;
    display: block;
    color: #fff !important;
    background: #939090;
}
span.select2-dropdown.select2-dropdown--below {
    box-shadow: 0px 7px 24px 0px var(--content-shadow);
    border-color: #000;
}

