body {
    font: 14px helvetica neue, helvetica, arial, sans-serif;
    display: block;
    margin: 0;
}

.page-item.active .page-link {
    background-color: #198754 !important;
    border-color: #198754 !important;
}
.btnconb{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}
.btn_closed{
    background-color: #c52727db !important;
    border-color: #ff000003 !important;
}


.btn_save_node {
    text-align: center;
    display: block !important;
    padding: 10px;
    height: 15px;
    width: 150px;
    color: white;
    cursor: pointer;
    background-color: #00896f;
    border-radius: 5px;
    border: solid 1px #2c6b8d47;
    margin-bottom: 5px;
    transition: all 300ms ease-in-out; 
}
.btn_save_node:hover {
    background-color: #005f4e;
}

.btn_add_node {
    text-align: center;
    display: block;
    padding: 10px;
    height: 15px;
    width: 150px;
    color: white;
    cursor: pointer;
    background-color: #2C6B8D;
    border-radius: 5px;
    border: solid 1px #2c6b8d47;
    margin-bottom: 10px;
    transition: all 300ms ease-in-out; 
}

.btn_add_node:hover {
    background-color: #1b455c;
}

.input_info {
    outline: none;
    border: none;
    height: 23px;
    padding: 5px;
    width: 400px;
    margin-bottom: 10px;
    border-radius: 5px;
    background-color: #4788706e;
}
.input_node_info{
    display: flex;
    flex-direction: column;
}
.input_node_info span{
    color: #8d8d8d;
}
.library{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 50px;
    justify-items: center;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.video_elem{
    position: relative;
    background-color: silver;
    height: 120px;
    width: 120px;
    overflow: hidden;
    text-align: center;
    border-radius: 10px;
    transition: all 200ms ease-in-out;
}
.video_elem:hover{
    box-shadow: 0px 1px 5px rgba(213, 132, 51, 0.836);
}
.video_title{
    position: absolute;
    width: 100px;
    color: white;
    background-color: #04040499;
    left: calc(50% - 55px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 10px;
    padding: 0 5px 0 5px;
    bottom: 4px;
    z-index: 1;
}
.video_title:hover {
    width: 100px;
    left: calc(50% - 55px);
    white-space: normal;
    word-break: break-word;
    padding: 5px 5px 5px 5px;
    transition: all 300ms ease-in-out;

}

.video_preview{
    height: 100%;
    z-index: -10;
}
.container1{
    display: flex;
    flex-direction: row-reverse;
}

.workzone {
    background: linear-gradient( #bbb, transparent 1px), linear-gradient( 90deg, #bbb, transparent 1px);
    background-size: 15px 15px;
    background-position: center center;
    background-color: whitesmoke;
    height: calc(100vh - 82px);
    overflow-x: scroll;
    width: calc(100% - 270px);
    cursor: pointer;
    z-index: 1;
}

*::-webkit-scrollbar-track {
    background: rgb(226 226 226)
}

*::-webkit-scrollbar-thumb {
    background-color: rgb(43, 43, 43);
    border-radius: 20px;
}

::-webkit-scrollbar {
    height: 4px;
    width: 4px;
    border: 1px solid #d5d5d5;
}


/*node*/

.node_edit {
    position: inherit;
    top: 5px;
    right: 6px;
    font-weight: 800;
    letter-spacing: 2px;
    height: 30px;
    width: 30px;
    text-align: center;
}

.node_icon_box {
    position: inherit;
    background-color: #ffffff;
    height: 40px;
    width: 40px;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    border-radius: 50px;
}

.node_icon {
    position: inherit;
    background-color: #ffffff;
    height: 30px;
    width: 30px;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
    border-radius: 50px;
}

.relativ {
    position: absolute;
    width: 150px;
    height: 150px;
    top: calc(50% - 65px);
    left: calc(50% - 75px);
    background: rgba(213, 131, 51, 0.22);
    border-radius: 100px;
}

.node_title {
    position: inherit;
    padding-top: 10px;
    width: 100%;
    text-align: center;
}

.node {
    position: absolute;
    background-color: rgb(255, 255, 255);
    height: 211px;
    width: 190px;
    border: 4px solid rgba(213, 131, 51, 0.22);
    border-radius: 15px;
    z-index: 2;
    
}


/*node scene*/

.node_edit_sc {
    position: inherit;
    top: 5px;
    right: 6px;
    font-weight: 800;
    letter-spacing: 2px;
    height: 30px;
    width: 30px;
    text-align: center;
}

.node_icon_box_sc {
    position: inherit;
    background-color: #ffffff;
    height: 40px;
    width: 40px;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    border-radius: 50px;
}

.node_icon_sc {
    position: inherit;
    background-color: #e3e3e3;
    height: 30px;
    width: 30px;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
    border-radius: 50px;
}

.node_relativ_icon_sc {
    position: inherit;
    background-color: #D58333;
    height: 20px;
    width: 20px;
    top: calc(50% - 10px);
    left: calc(50% - 10px);
    border-radius: 50px;
}

.relativ_sc {
    position: absolute;
    width: 150px;
    height: 150px;
    overflow: hidden;
    top: calc(50% - 65px);
    left: calc(50% - 75px);
    background: rgba(213, 131, 51, 0.22);
    border-radius: 15px;
}

.node_icon_relativ_sc {
    position: absolute;
    width: 30px;
    height: 30px;
    top: calc(50% - 5px);
    right: -16px;
    background: #D58333;
    border-radius: 15px;
}

.node_title_sc {
    left: calc(50% - 63px);
    position: inherit;
    padding-top: 10px;
    width: 126px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.node_sc {
    position: absolute;
    left: 230px;
    background-color: rgb(255, 255, 255);
    height: 211px;
    width: 190px;
    border: 4px solid rgba(213, 131, 51, 0.22);
    border-radius: 15px;
    z-index: 2;
    transform-origin: 0 0;
}


/*node liks*/

.node_edit_link {
    position: inherit;
    top: 5px;
    right: 6px;
    font-weight: 800;
    letter-spacing: 2px;
    height: 30px;
    width: 30px;
    text-align: center;
}

.node_icon_box_link {
    position: inherit;
    background-color: #ffffff;
    height: 40px;
    width: 40px;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    border-radius: 50px;
}

.node_icon_link {
    position: inherit;
    background-color: #e3e3e3;
    height: 30px;
    width: 30px;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
    border-radius: 50px;
}

.relativ_link {
    position: absolute;
    width: 150px;
    height: 150px;
    top: calc(50% - 65px);
    left: calc(50% - 75px);
    background: rgba(213, 131, 51, 0.22);
    border-radius: 100px;
}
.node_background_sc{
    height: 100%;

}

.node_title_link {
    position: inherit;
    padding-top: 10px;
    width: 100%;
    text-align: center;
}

.node_link {
    position: absolute;
    background-color: rgb(255, 255, 255);
    left: 500px;
    height: 100px;
    width: 280px;
    border: 4px solid rgba(213, 131, 51, 0.22);
    border-radius: 15px;
    z-index: 2;
    transform-origin: 0 0;
}

.node_icon_relativ_link {
    position: absolute;
    width: 30px;
    height: 30px;
    top: calc(50% - 5px);
    right: -16px;
    background: #D58333;
    border-radius: 15px;
}

.node_relativ_icon_link {
    position: inherit;
    background-color: #D58333;
    height: 20px;
    width: 20px;
    top: calc(50% - 10px);
    left: calc(50% - 10px);
    border-radius: 50px;
}

.node_input_link {
    position: absolute;
    height: 20px;
    top: calc(50% - 5px);
    left: calc(50% - 112px);
    width: 200px;
    background-color: lightgrey;
    color: black;
    border: none;
    padding: 5px 12px 5px 12px;
    border-radius: 100px;
}
.node_settings{
    position: absolute;
    right: -165px;
    top: 25px;
    width: 150px;
    display: none;
    background-color: #979797d0;
    text-align: left;
    align-items: center;
    padding: 5px;
    border-radius: 7px;
    z-index: 99;
}
.node_settings_elem{
    padding: 5px;
    border-radius: 5px;
}
.node_settings_elem:hover{
    background-color: rgb(135 135 135);
}
.active_node {
    box-shadow: 0px 1px 5px rgba(213, 132, 51, 0.836);
    border: 4px solid #D58333;
    
}

.node:hover{
    box-shadow: 0px 1px 5px rgba(213, 132, 51, 0.836);

}
.node_sc:hover{
    box-shadow: 0px 1px 5px rgba(213, 132, 51, 0.836);

}
.node_link:hover{
    box-shadow: 0px 1px 5px rgba(213, 132, 51, 0.836);

}

.svg_plus {
    width: 10px;
}

.node_form {
    width: 600px;
    padding: 30px 5px 5px 5px;
    border-radius: 10px;
    display: grid;
    align-content: center;
    grid-template-columns: 1fr;
    justify-items: center;
    left: calc(50% - 300px);
    background-color: #fffffffc;
    border: solid 3px #f6e4d2;
    z-index: 99999;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    height: 45px;
}
.header_logo{
    width: 50px;
}
.container_right{
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 15px;
    font-size: 20px;
    line-height: 23px;
    font-weight: 400;
}
.container_left{
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 15px;
    font-size: 20px;
    line-height: 23px;
    font-weight: 400;
}

.btn_control {
    position: absolute;
    background-color: #00000036;
    padding-top: 10px;
    right: 10px;
    bottom: 10px;
    width: 380px;
    display: flex;
    flex-direction: row-reverse;
    align-content: center;
    justify-content: space-around;
    z-index: 1;
    
}
.node_link input{
    outline: none;
    background-color: #478870;
    color: white;
}
.node_link input::placeholder{
    color: rgba(255, 255, 255, 0.726);

}

.blck {
    position: absolute;
    grid-template-columns: 1fr;
    gap: 10px;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
    display: none;
    top: 0;
    left: 0;
    background-color: #2e2e2ec2;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.blle{
    outline: none;
    background-color: #2C6B8D !important;
    color: white;
}
.blle::placeholder{
    color: rgba(255, 255, 255, 0.726);
}
.whtt{
    outline: none;
    background-color: #ffffff !important;
    color: rgb(0, 0, 0);
    border: 1px solid rgba(213, 131, 51, 0.22);
}
.whtt::placeholder{
    color: rgba(63, 63, 63, 0.726) !important;
}
.header span a{
    text-decoration: none;
    color: #000000;
    transition: all 300ms ease-in-out; 
}
.header span a:hover{
    color: #2C6B8D;
}
