
@font-face {
  font-family: First;
  src: url('iranSans.ttf');
}

:root {
    --header-height: 4rem;
    --nav-width: 68px;
    --first-color: #4723D9;
    --first-color-light: #AFA5D9;
    --white-color: #F7F6FB;
    --body-font: First;
    --normal-font-size: 1rem;
    --z-fixed: 100
}

*,
::before,
::after {
    box-sizing: border-box
}

body {
    position: relative;
    /* padding: calc(var(--header-height) + 50px) 0 1rem 1rem; */
    /* padding: 0 1rem; */
    font-family: var(--body-font) !important;
    /* font-size: var(--normal-font-size); */
    transition: .5s;
    font-weight: lighter !important;
}
table td, table th{
    min-width: 80px !important;
    padding: 10px !important;
    font-size:10px !important ;
}
a {
    text-decoration: none !important;
}

.header {
    width: 100%;
    height: var(--header-height);
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
    background-color: var(--white-color);
    z-index: var(--z-fixed);
    transition: .5s
}

.header_toggle {
    color: var(--first-color);
    font-size: 1.5rem;
    cursor: pointer
}

.header_img {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden
}

.header_img img {
    width: 40px
}

.l-navbar {
    position: fixed;
    top: 0;
    right: -30%;
    width: var(--nav-width);
    height: 100vh;
    background-color: var(--first-color);
    padding: .5rem 1rem 0 0;
    transition: .5s;
    z-index: var(--z-fixed)
}

.nav {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden
}

.nav_logo,
.nav_link {
    display: grid;
    grid-template-columns: max-content max-content;
    align-items: center;
    column-gap: 1rem;
    padding: .5rem 0 .5rem .5rem
}

.nav_logo {
    margin-bottom: 2rem
}

.nav_logo-icon {
    font-size: 1.25rem;
    color: var(--white-color)
}

#ad_links_resault_container{
    /* overflow-y: auto; */
    /* max-height: 900px; */
    /* min-height: 300px; */
}

#cat_progress_bar .cat_progress-value *{
    font-size: 10px !important
}

.line_analyze{
    position: absolute;
    height: 100%;
    width: 3px;
    background: rgb(94, 94, 94);
    right: 10%;
    top: 0;
}

.nav_logo-name {
    color: var(--white-color);
    font-weight: 700
}

.nav_link {
    position: relative;
    color: var(--first-color-light);
    margin-bottom: 1.5rem;
    transition: .3s
}

.nav{
    overflow-y: auto !important;
    max-height: 100% !important;
    flex-wrap : nowrap !important;
}
.nav::-webkit-scrollbar {
    display: none !important
}
.keywords_section::-webkit-scrollbar {
    display: none !important
}
li::marker{
    color: white !important;
}
.nav_link:hover {
    color: var(--white-color)
}

.checklist_section{
    max-height: 500px !important;
}

.nav_icon {
    font-size: 1.25rem
}

.show {
    /* right: 0 */
}

.body-pd {
    padding-right: calc(var(--nav-width) + 1rem)
}

.nav_name, .nav_logo-name{
    display: none;
}
.nav_logo-name{
    letter-spacing: 3px
}

.nav_name{
    font-size: 0.7rem ;
}
.dropdown_menu.show .nav_name{
    display: inline-block !important;

}

.l-navbar.show .nav_name,.l-navbar.show .nav_logo-name {
    display: inline-block !important;
}

.active {
    color: var(--white-color)
}

.mt-100{
    margin-top: 100px !important;
}

.mt-6{
    margin-top: 80px !important;
}

/* .active::before {
    content: '';
    position: absolute;
    left: 0;
    width: 4px;
    height: 32px;
    background-color: var(--white-color)
}
.dropdown_menu .active::before {
    content: '';
    position: absolute;
    left: 0;
    width: 0px;
    height: 0px;
    background-color: var(--white-color)
} */

.height-100 {
    height: 100vh
}

#code_container{
    display: none;
}

.form-control:focus{
    box-shadow: none !important;
    border: 1px solid var(--first-color) !important;
}
.rounded-border{
    border-radius: 5px;
}
.font-light{
    font-weight: lighter !important;
}
.btn:focus{
    box-shadow: none !important;
}
.border-simple{
    border-radius: 0 !important;
}

/* .mr-auto{
    margin-right: 100% !important;
} */
.ml-3{
    margin-left: 16px !important;
}
.pr-1{
    padding-right: 5px !important
}
.pl-1{
    padding-left: 5px !important
}
.pl-0{
    padding-left: 0px !important
}
.fa-sm{
    font-size: 12px !important;
}
.mr-100{
    margin-right: 100% !important
}
.float-left{
    float: left;
}
#commenting_result{
    max-height: 300px !important;
    overflow-y: auto;
}
.checklist_field.btn-outline-info[data-value="بله"]{
    border-color: rgb(166, 244, 6) !important;
}
.checklist_field.btn-outline-info[data-value="بله"].checked{
    background: rgb(166, 244, 6) !important;
}
.checklist_field.btn-outline-info[data-value="بله"]:hover{
    background: rgb(166, 244, 6) !important;
}
.checklist_field.btn-outline-info[data-value="مطمئن نیستم"]{
    border-color: rgb(217, 183, 11) !important;
}
.checklist_field.btn-outline-info[data-value="مطمئن نیستم"].checked{
    background: rgb(217, 183, 11) !important;
}
.checklist_field.btn-outline-info[data-value="مطمئن نیستم"]:hover{
    background: rgb(217, 183, 11) !important;
}
.checklist_field.btn-outline-info[data-value="خیر"]{
    border-color: rgb(218, 55, 14) !important;
}
.checklist_field.btn-outline-info[data-value="خیر"].checked{
    background: rgb(218, 55, 14) !important;
}
.checklist_field.btn-outline-info[data-value="خیر"]:hover{
    background: rgb(218, 55, 14) !important;
}
.checklist_field{
    height:15px !important;
    width:15px !important;
}
.checklist_field.checked{
    background: #0DCAF0 !important;
}
.admin_nav_container{
    overflow-x: auto !important;
    display: flex;
}
.admin_nav_container::-webkit-scrollbar {
  height: 5px;
}
.admin_nav_container::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.admin_nav_container::-webkit-scrollbar-thumb {
  background: #888;
}
.admin_nav_container::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.dropdown_menu{
    height: 0px;
}
.dropdown_menu .nav_link{
    margin-right: 25px !important;
}
.ck-editor *{
    color: rgb(78, 78, 78) !important;
    text-align: right !important;
}

.links{
    font-family: sans-serif !important;
    font-size: 13px !important;
    word-break: break-all;
}
.keywords_section{
    display: none;
    overflow-y: auto;
}
.keywords_section.active{
    display: block;
    max-height: 300px;
}
.user_detail_container , .website_detail_container , .website_create_container , .comment_detail_container , .comment_create_container, .elem_create_container , .elem_detail_container{
    display: none !important;
    overflow-y: auto;
}
.user_detail_container.active , .website_detail_container.active , .website_create_container.active , .comment_detail_container.active , .comment_create_container.active, .elem_create_container.active, .elem_detail_container.active{
    display: flex !important;
    max-height: 500px;
}

#comments_result{
    min-height: 300px !important;
}

.admin_nav_btn.active{
    border: 1px solid gray !important;
    border-bottom: 0px !important;
    border-radius: 0;
}
.admin_nav_btn{
    border: 0px !important;
    border-bottom: 1px solid gray !important;
    border-radius: 0 !important;
    min-width: 130px !important;
}
#drag_and_drop_box{
    min-height: 500px ;
    /* position: relative; */
}
#graphical_links_box{
    background: rgba(255, 255, 255, 0);
    z-index: 98;
}

#landingInfoContainer {
    z-index: 198;
    width: 150px !important;
    height: auto !important;
    position: absolute;
    display: none;
    font-size: 10px;
}

.rank_number{
    /* left: 20px;
    top: 15px; */
}

#site_links_resault_container{
    overflow-y: auto;
    height: 400px !important;
    word-break: break-all;
}

#start_crawler_btn , #stop_crawler_btn{
    border-radius: 5px 0px 0px 5px !important;
}
.crawler_domain_field{
    border-radius: 0px 5px 5px 0px !important;
}

/* #crawled_pages_ifram a{
    font-family: var(--body-font) !important;
} */

.draggable_tool.cloned , .draggable_tool.dropped{
    position: absolute;
    /* min-width: 50px !important; */
}
.drag_box_seed{
    height: 60px;
    z-index: 101;
    width: 100%;
    /* white-space: nowrap; */
    justify-content: space-around;
}
.drag_box_link{
    height: 50px;
}
/* .link_divider{
    height: 100px !important;
    width: 10px !important;

} */
.draw_tool.active{
    box-shadow: 0px 0px 2px 3px #0DCAF0 !important;
}
.draggable_tool{
    margin: 0.5rem;
    width: auto !important;
}
.draggable_tool.charted{
    margin: 0 !important;
    z-index: 113;
    width: 50px !important;
    height: 50px !important;
    align-content: center;
    align-items: center;
    padding-top: 3px !important;
}

.draggable_tool.charted.centered{
    margin: 0 20px !important;
}
.draggable_tool.cloned{
    margin: 0 !important;
}

.drop_link_btn , .drop_box_btn{
    width: 100% !important;
    height: 100% !important;
}
.link_menu , .drop_box_menu{
    position: absolute;
    z-index: 130;
    width: 100px !important;
    height: auto !important;
    background: #F9FAFB;
}

/* .drag_box_seed:hover{
    background: #F9FAFB !important;
} */
/* .drag_box_link:hover{
    background: #F9FAFB !important;
} */

@media screen and (min-width: 768px) {
    /* body {
        margin: calc(var(--header-height) + 1rem) 0 0 0;
        padding-right: calc(var(--nav-width) + 2rem)
    } */

    .header {
        height: calc(var(--header-height) + 1rem) !important;
        padding: 0 calc(var(--nav-width) + 2rem) 0 2rem
    }

    .header_img {
        width: 40px;
        height: 40px
    }

    .header_img img {
        width: 45px
    }

    .l-navbar {
        right: 0;
        padding: 1rem 1rem 0 0
    }


    .show {
        /* width: calc(var(--nav-width) + 156px) */
    }

    .body-pd {
        padding-right: calc(var(--nav-width) + 188px)
    }
    .dropdown_menu_sm {
        display: none !important;
    }

}
@media screen and (max-width: 768px) {

    .dropdown_menu {
        display: none !important;
    }
    .l-navbar.show .nav_name,.l-navbar.show .nav_logo-name {
        display: none !important;
    }

    .dropdown_menu_sm {
        position: absolute;
        right:70px !important;
        background: #4723D9;
        top: 280px;
        z-index: 1000;
        height: 0;
    }
    .dropdown_menu_sm .nav_name {
        display: inline-block !important;

    }
    body{
        position: relative;
    }

}


.link_draw{
    z-index: 100;
    position: absolute;
    /* width: auto !important;
    height: auto !important; */
}
.link_draw line{
    z-index: 114;

}

.drag_box_link{
    z-index: 99;
}
.border-bottom-dashed{
    border-bottom: 2px dashed rgb(207, 207, 207);
}




/* .draggable_tool.charted::after{
    content: "O";
    width: 10px;
    height: 10px;
    background: #4723D9;
    position: absolute;
} */


/* progress bar styles */

.progress-outer{
    background: #fff;
    /* border-radius: 50px; */
    padding: 5px;
    margin: 10px 0;
    /* box-shadow: 0 0  10px rgba(209, 219, 231,0.7); */
}
.progress{
    height: 27px;
    margin: 0;
    overflow: visible;
    /* border-radius: 50px; */
    background: #eaedf3;
    box-shadow: inset 0 10px  10px rgba(244, 245, 250,0.9);
}
.progress .progress-bar{
    border-radius: 50px;
}
.progress .progress-value{
    position: relative;
    left: -45px;
    top: 4px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 2px;
}
.progress-bar.active{
    animation: reverse progress-bar-stripes 0.40s linear infinite, animate-positive 2s;
}
@-webkit-keyframes animate-positive{
    0% { width: 0%; }
}
@keyframes animate-positive {
    0% { width: 0%; }
}




/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/

.cat_progress {
  width: 100px;
  height: 100px;
  background: none;
  position: relative;
}

.cat_progress::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 6px solid #eee;
  position: absolute;
  top: 0;
  left: 0;
}

.cat_progress>span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.cat_progress .cat_progress-left {
  left: 0;
}

.cat_progress .cat_progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 6px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.cat_progress .cat_progress-left .cat_progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.cat_progress .cat_progress-right {
  right: 0;
}

.cat_progress .cat_progress-right .cat_progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

.cat_progress .cat_progress-value {
  position: absolute;
  top: 0;
  left: 0;
}

/*
*
* ==========================================
* FOR DEMO PURPOSE
* ==========================================
*
*/

.link_draw line , .link_draw path{
    cursor: pointer;
}
.breadcrumb-item+.breadcrumb-item::before{
    content: " " !important;
}

.content-inner {
    /* align-items: flex-start!important; */
}
.nav-link{
    font-size: 12px !important;
}
.ads_banner{
    max-width: 100% !important;
    max-height: 200px !important;
}
#accordion-group{
    min-height: 100vh !important;
}
