@keyframes micPlay{
    0%{
        background-color: #3498db;
    }
    50%{
        background-color: rgba(255, 56, 56, 0.53);
    }
    100%{
        background-color: #3498db;
    }
}
@-moz-document url-prefix() {
    .blure_background{
        background:-moz-linear-gradient(0deg, rgba(111, 98, 92, 1) 0%, rgba(171, 154, 134, 1) 35%, rgba(140, 168, 190, 1) 59%)!important;
        background:-webkit-linear-gradient(0deg, rgba(111, 98, 92, 1) 0%, rgba(171, 154, 134, 1) 35%, rgba(140, 168, 190, 1) 59%)!important;
        background:-o-linear-gradient(0deg, rgba(111, 98, 92, 1) 0%, rgba(171, 154, 134, 1) 35%, rgba(140, 168, 190, 1) 59%)!important;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6F625C', endColorstr='#8CA8BE', GradientType=1 )!important;
        background:-ms-linear-gradient(0deg, rgba(111, 98, 92, 1) 0%, rgba(171, 154, 134, 1) 35%, rgba(140, 168, 190, 1) 59%)!important;
        background:linear-gradient(0deg, rgba(111, 98, 92, 1) 0%, rgba(171, 154, 134, 1) 35%, rgba(140, 168, 190, 1) 59%)!important;
        opacity: 0.90 !important;
    }
    #weather_section,#nots_section,#clda_section,#calender_section{
        color: rgba(0, 0, 0, 0.82) !important;
    }
    .day.cell,.pdp-header{
        color: rgba(0, 0, 0, 0.72) !important;
    }
    .dow.cell,.goToday.PDATEPICKER_NOW_DATE,.datepicker-view .dow,.today-btn{
        color: rgba(0, 0, 0, 0.77)!important;
    }
    .window{
        background-color: #eefcff!important;
    }
}
body {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position:bottom;
    width: 100%;
    height: 100%;
}

/*Start_Day_Night_Switch_And_Langs*/
#lang {
    z-index: 9999999;
}

#lang svg {
    color: #ffecec!important;
}

.fitem {
    font-size: 20px;
    cursor: pointer;
    text-align: right;
    direction: rtl;
    z-index: 9999999;
}

#toggleBox {
    z-index: 9999999;
}

.nav_themeMode #color_toggle input[type="checkbox"].mode-color {
    position: relative;
    display: inline-block;
    margin-top: 15px;
    margin-left: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 45px;
    height: 19px;
    border: 0;
    border-radius: 3em;
    cursor: pointer;
    outline: none;
    background: #93b4e2;
}

.themeBtn_toggle::after {
    left: calc(100% - 23px)!important;
    background: #fff url("../images/main/moon.svg") no-repeat 50%!important;
}

.nav_themeMode #color_toggle input[type="checkbox"].mode-color::after {
    position: absolute;
    content: "";
    width: 26px;
    height: 26px;
    top: -7px;
    border: 3px solid #e9eef5;
    border-radius: 50%;
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAAEqADAAQAAAABAAAAEgAAAAC5YZBvAAAB4klEQVQ4EYWTv4vUUBDHZyZZPPC8FXc3i+UdVna6KihGRRErEUHEwkJsFOW08K+wtPBs9EoLbe0U1GRvUQRLhdPCTm/XX1hu3puvL+Bbs8ndZpqZfOcz3ySTF6KawKtdh5G0L9VgJHWABsExleB8HTdlhE+0rTygzJYYtqzjzfYu1loHvT4xwkua043oC9L2Wd/M8zcZ3pfx+EZRw6CzT838Owva63X2RZ7dHc4BcluOjk7ibXdRMyyD0CNwyIyPau1q4/jPgUmiy+66FcSje35+ysiLWdI6JRI8J+JqH+ZmEP9Y8azPFRBpd0kZnzc1+TcloNMcb7zwJnme7MiLCl2eZZJzYDhmOsLMnRORMCYmI2a4YoV7lcecniEQ9QBiTaNrrrUAsushh7LI4AMgtb9p51yTKHRgXTToKQl245CQzLsXa1Rubtc6jwhydZYToK/DeHSiyFR2JGJWi8DmNVeYihHh13vSfOFbBR4EZvi43J0yGift/arRB+EsFcYZ9wrPCPjqvtPIHczE7fGKZMNbGkZ3TdK5UDabXJs0SmzavjMRXOEWz3hCQVEz/c5F2+9+R9pcKuoza/Sj627wYRnCYGFP/n96PfTFVlmBJrPsKPf5yB93+v9HrZGQritTLfcXp/a7DF/w1ToAAAAASUVORK5CYII=) no-repeat 50%;
    left: -5px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.black_style {
    background-color: gray;
}
/*Start_Day_Night_Switch_And_Langs*/
.dock {
    width: auto;
    height: 60px;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.dock .dock-container {
    padding: 3px;
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: rgba(83, 83, 83, 0.25);
    backdrop-filter: blur(13px);
    -webkit-backdrop-filter: blur(13px);
    border: 1px solid rgba(255, 255, 255, 0.18);
}
.dock .dock-container .li-bin {
    margin-left: 20px;
    border-left: 1.5px solid rgba(255, 255, 255, 0.4);
    padding: 0px 0px;
}
.dock .dock-container .li-1::after {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    bottom: 2px;
}
.dock .dock-container li {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    vertical-align: bottom;
    transition: 0.2s;
    transform-origin: 50% 100%;
}
.dock .dock-container li:hover {
    margin: 0px 13px 0px 13px;
}
.dock .dock-container li .name {
    position: absolute;
    top: -65px;
    background: rgba(0, 0, 0, 0.5);
    color: rgba(255, 255, 255, 0.9);
    height: 10px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    visibility: hidden;
    padding: 15px;
}
.dock .dock-container li .name::after {
    position: absolute;
    bottom: -10px;
    width: 0;
    height: 0;
    backdrop-filter: blur(13px);
    -webkit-backdrop-filter: blur(13px);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(0, 0, 0, 0.5);
}
.dock .dock-container li .ico {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.2s;
    cursor: pointer;
}
.dock .dock-container li .ico-bin {
    width: 94%!important;
    height: 94%!important;
    object-fit: cover;
    transition: 0.2s;
    cursor: pointer;
}
.dock .dock-container li .ico:hover {
    transform: scale(1.5)!important;
    transition: 3ms;
    margin: 0 0 40px 0;
    width: 7.1rem;
    background-color: rgba(131, 195, 255, 0.70);
    border-radius: 8px;
}
.li-1:hover .name {
    visibility: visible!important;
}
.li-2:hover .name {
    visibility: visible!important;
}
.li-3:hover .name {
    visibility: visible!important;
}
.li-4:hover .name {
    visibility: visible!important;
}
.li-5:hover .name {
    visibility: visible!important;
}
.li-6:hover .name {
    visibility: visible!important;
}
.li-7:hover .name {
    visibility: visible!important;
}
.li-8:hover .name {
    visibility: visible!important;
}
.li-9:hover .name {
    visibility: visible!important;
}
.li-10:hover .name {
    visibility: visible!important;
}
.li-11:hover .name {
    visibility: visible!important;
}
.li-12:hover .name {
    visibility: visible!important;
}
.li-13:hover .name {
    visibility: visible!important;
}
.li-14:hover .name {
    visibility: visible!important;
}
.li-15:hover .name {
    visibility: visible!important;
}
.wbin{
    width: 10px!important;
}

.bar{
    width:700px;
    margin:0 auto;
    border-radius:30px;
    border:1px solid #dcdcdc;
    position: relative;
}
.bar .voice{
    cursor: pointer;
}
.bar:hover{
    box-shadow: 1px 1px 8px 1px #dcdcdc;
}
.bar:focus-within{
    box-shadow: 1px 1px 8px 1px #dcdcdc;
    outline:none;
}
.searchbar{
    height:50px;
    border:none;
    width:100%;
    border-radius:30px;
    font-size:16px;
    outline: none;
    padding-left: 80px !important;
}
.bar #b{
    position: absolute;
    left: -1px;
    bottom: -1px;
    height: 53px!important;
    border-radius:30px 0px 0px 30px!important;
}
.voice{
    min-height: 20px;
    position: absolute;
    top: 12px;
    right: 13px;
}
.voice img{
    height: 20px;
    width: 15px;
}
.micPlay{
    animation: micPlay 2s infinite;
    padding: 2px;
    border-radius: 100%;
}
.logo{
    height: 40px;
    position: absolute;
    top: -20px;
    left: 47%;
}
.pdp-default .pdp-footer {
    margin-top: -1px!important;
    margin-left: 5px!important;
}
.day.cell,.pdp-header{
    color: rgba(255, 255, 200, 0.91);
}
#weather_section{
    place-content: center;
    padding: 10px;
    width: 210px;
    height: 189px;
    backdrop-filter: blur(5em);
    border-radius: 0.5em;
    background-color: rgba(0, 17, 255, 0.1);
    border: 2px solid rgba(245, 245, 245, 0.34);
    font-size: 1em;
    color: #fff9cd;
    transition-duration: 0.2s;
    position: fixed;
    right: 40px;
    top: 20px;
    transition: 2s;
    z-index: 999;
}
#weather_section hr{
    margin: 0px!important;
}
.selectize-control.single {
    font-size: 15px;
}
.selectize-dropdown-content .option{
   cursor: pointer;
}
.hide{
    display: none;
}
#weather_section .setting,#clda_section .setting{
    background-image: url("../images/main/setting.png");
    backdrop-filter: blur(50px);
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    position: absolute;
    right: -5px;
    top: -5px;
    cursor: pointer;
    background-color: black;
    border-radius: 50%;
}
#clda_section .setting,#clda_section .back{
    margin: 9px;
}
#weather_section .back,#clda_section .back,#nots_section .back{
    background-image: url("../images/main/back.png");
    backdrop-filter: blur(50px);
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    position: absolute;
    right: -5px;
    top: -5px;
    cursor: pointer;
    background-color: black;
    border-radius: 50%;
}
#weather_section #seeWeather .head{
    position: absolute;
    right: 20px;
    top: 25px;
    font-size: 25px;
}
#weather_section #seeWeather .main{
    position: absolute;
    left: 10px;
    top: 80px;
    font-size: 35px;
}
#weather_section #seeWeather .icon{
    position: absolute;
    right: -10px;
    top: 55px;
    width: 90px;
    height: 90px;
}
#weather_section #seeWeather .footer{
    position: absolute;
    bottom: 1px;
    right: -5%;
    font-size: 15px;
    width: 210px;
}

#clda_section{
    place-content: center;
    height: 189px;
    width: 210px;
    backdrop-filter: blur(5em);
    border-radius: 0.5em;
    background-color: rgba(0, 17, 255, 0.1);
    border: 2px solid rgba(245, 245, 245, 0.34);
    font-size: 1em;
    color: #fff9cd;
    transition-duration: 0.2s;
    margin: auto;
    text-align: center;
    position: fixed;
    left: 40px;
    top: 20px;
    transition: 2s;
    z-index: 999;
}
#clda_section hr{
    margin-top: 5px !important;
}
#clda_section .clock{
    font-size: 28px;
}
#clda_section .clocks {
    margin-top: -20px;
}
#clda_section #dates{
    padding:4px;
}
#d1 {
    font-size: 17px;
}
#d2 {
    font-size: 13px;
    font-weight: bold;
    margin-left: 10px;
}
#d3 {
    font-size: 13px;
}
#d4 {
    margin-top: 16px;
    position: absolute;
    right: 18px;
    bottom: 28px;
    font-size: 17px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 8px;
}
#Date_1{
    margin-top: -18px;
    border-right: 1px solid rgba(200, 191, 175, 0.61);
    width: 105px;
    margin-right: -10px;
    padding-right: 3px;
}
#Date_2{
    margin-top: 2px;
    padding-top: 5px;
    border-top: 0.5px solid rgba(240, 248, 255, 0.56);
}
#Date_3{
    margin-top: 16px;
}


#calender_section{
    place-content: center;
    padding: 10px;
    width: 210px;
    height: 370px;
    backdrop-filter: blur(5em);
    border-radius: 0.5em;
    background-color: rgba(0, 17, 255, 0.1);
    border: 2px solid rgba(245, 245, 245, 0.34);
    font-size: 1em;
    color: #fff9cd;
    transition-duration: 0.2s;
    position: fixed;
    left: 40px;
    top: 215px;
    transition: 2s;
}
.calender.pdp-el {
    visibility: hidden;
}
#calender_section hr{
    margin-top: 10px !important;
}
#calender_section .footer{
    direction: rtl;
    text-align: right;
}
#calender_section .loading{
    position: absolute;
    left: 68px;
    bottom: 110px;
    width: 77px;
    height: 35px;
}
#calender_section .is_holidy{
    font-size: 13px;
}
#calender_section .events{
    font-size: 12px;
    margin-top: 5px;
    margin-right: -30px;
    overflow-y: scroll;
    height: 75px;
}
#calender_section .footer{
    margin-top: 215px;
}
#calender_section .footer .events ul li{
    white-space: nowrap;
    width: 123px;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 3s;
    border-bottom: 0.3px solid rgba(255, 228, 196, 0.39);
    margin-bottom: 3px;
    padding-bottom: 3px;
}
#calender_section .footer .events ul li:hover{
    white-space: normal!important;
    width: 100%;
    overflow: unset;
    text-overflow: unset;
    transition: 3s;
    cursor: help;
}
#calender_section .footer .events ul li{
    list-style-type: circle!important;
}
#calender_section .seeCalender{
    margin-top: -10px;
}
.calender{
    z-index: -99999999!important;
}
.nul.cell {
    display: none;
}
.pdp-header{
    height: 27px!important;
    line-height: 22px!important;;
    font-size: 14px!important;;
}
.day.cell{
    cursor: pointer;
}

#nots_section{
    place-content: center;
    padding: 10px;
    width: 210px;
    height: 370px;
    backdrop-filter: blur(5em);
    border-radius: 0.5em;
    background-color: rgba(0, 17, 255, 0.1);
    border: 2px solid rgba(245, 245, 245, 0.34);
    font-size: 1em;
    color: #fff9cd;
    transition-duration: 0.2s;
    position: fixed;
    right: 40px;
    top: 215px;
    transition: 2s;
}
#nots_section .head{
    text-align: center;
}
#nots_section .add{
    background-image: url("../images/main/add.png");
    background-size: 17px 17px;
    width: 17px;
    height: 17px;
    position: absolute;
    right: -5px;
    top: -5px;
    background-repeat: no-repeat;
    cursor: pointer;
}
#nots_section .addNote hr{
    margin: 10px!important;
}
#nots_section .addNote #subject,#nots_section .editNote #esubject{
    width: 100%;
    margin-top: 5px;
}
#nots_section .addNote #message,#nots_section .editNote #emessage{
    width: 100%;
    height: 150px;
    margin-top: 5px;
    resize: none;
}
#nots_section .seeNotes .notes div{
    text-align: right;
    direction: rtl;
    padding: 5px;
    padding-bottom: 5px;
    margin-top: -10px;
    width: 185px;
    font-size: 12px;
    height: 300px;
    overflow-y: scroll;
    padding-bottom: 20px;
    float: right;
    margin-right: -7px !important;
}
#nots_section .nicescroll-cursors {
    margin-right: 15px;
}
#nots_section .seeNotes .notes div span{
    border: 0.2px solid #e5e6e7;
    direction: rtl;
    width: 100%;
    padding: 4px;
    border-radius: 5px;
    background-color: #83D6FF4D;
    height: 26px;
    cursor: pointer;
}
.hover_note{
    height: unset!important;
    min-height: 28px!important;
    white-space: normal!important;
    background-color: rgba(57, 171, 227, 0.5) !important;
    width: 100%!important;
    overflow: none!important;
    text-overflow: none!important;
    padding-bottom: 30px !important;
    border-radius: 0px!important;
    transition: 1s;
}
#nots_section .seeNotes .notes div section .updown{
    width: 15px;
    height: 15px;
    position: absolute;
    left: -3px;
    top: 8px;
    background-repeat: no-repeat;
    cursor: pointer;
    font-size: 8px;
}
#nots_section .seeNotes .notes div section .updown::before{
    content: "▼";
}
.updown_ico::before{
    content: "▲"!important;
}
#nots_section .seeNotes .notes div section .delete{
    background-image: url("../images/main/delete.png");
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 148px;
    bottom: 10px;
    background-repeat: no-repeat;
    cursor: pointer;
    display: none;
}
#nots_section .seeNotes .notes div section .edit{
    background-image: url("../images/main/edit.png");
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 130px;
    bottom: 10px;
    background-repeat: no-repeat;
    cursor: pointer;
    display: none;
}
.show{
    display: block!important;
}
/*-----------------------*/
#desktop{
    width: 720px;
    height: 500px;
    padding: 25px;
    margin: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: normal;
    align-content: flex-start;
    color: #ffefef;
}
#desktop img{
    width: 50px;
    height: 50px;
}
#desktop .item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 80px;
    padding: 8px;
    text-align: center;
    font-size: 12px;
    margin-bottom: 5px;
    cursor: context-menu;
    border-radius: 4px;
    transition: .3s color ease;
    z-index: 99;
    position: relative;
}
#desktop .item .del{
    position: absolute;
    top: -2px;
    right: 2px;
    width: 12px;
    height: 12px;
    cursor: pointer;
    z-index: 999;
    fill: #1e5265;
}
#desktop .item:hover{
    background-color: rgba(131, 195, 255, 0.70);
}
.window_ico{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: normal;
    align-content: flex-start;
    min-height: 20%;
    width: 100%;
    display: -webkit-box;
    padding:10px;
}
.window_ico svg{
    width: 15px;
    height: 15px;
    cursor: pointer;
    fill: #1e5265;
}
.window_frame{
    width: 100%;
    height: 100%;
}
.window_ico div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    width: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 8px;
    text-align: center;
    font-size: 12px;
    margin: 10px;
    cursor: context-menu;
    border-radius: 4px;
    transition: 0.3s;
}
.window_ico div:hover{
    transition: 0.3s;
    white-space: normal!important;
    overflow: unset;
    text-overflow: unset;
    width:unset!important;
    min-width: 60px!important;
    background-color: rgba(131, 195, 255, 0.70);
}
.window_ico span{
    white-space: nowrap;
    width: 100%;
    margin-top: 7px;
}
.window_ico img{
    width: 50px;
    height: 50px;
}
#push_result .window{
    position: fixed;
    background: rgba(255,255,255,.596);
    backdrop-filter: blur(20.5px);
    -webkit-backdrop-filter: blur(20.5px);
    transition: .2s border ease;
    border-radius: 6px;
    box-shadow: 0 2.8px 2.2px rgba(0,0,0,.02),0 6.7px 5.3px rgba(0,0,0,.028),0 12.5px 10px rgba(0,0,0,.035),0 22.3px 17.9px rgba(0,0,0,.042),0 41.8px 33.4px rgba(0,0,0,.05),0 100px 80px rgba(0,0,0,.07);
    color: #000;
    animation-timing-function: ease;
    animation-timing-function: cubic-bezier(0,1,.5,1.08);
    transition: .2s transform ease,.2s opacity ease;
    z-index: 999;
}
#push_result .window .head{
    position: sticky;
    box-sizing: border-box;
    top: 0px;
    left: 0px;
    width: 100%;
    user-select: none;
    height: 30px;
    background-color: rgb(51, 51, 51);
    z-index: 0;
    color: white;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    line-height: 30px;
    border-bottom: 0px solid rgb(24, 131, 215);
    overflow: hidden;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
#push_result .window .main{
    height: 100%;
    width: 100%;
}
#push_result .window .head .f1 img{
    width: 25px;
    height: 25px;
    margin-left: 5px;
    margin-top: 3px;
}
#push_result .window .head .f2 svg{
    width: 15px;
    height: 15px;
    margin-right: 15px;
    margin-top: 0px;
    cursor: pointer;
    fill: #ffffff;
}
.maximize{
    left: 0px!important;
    top: 0px!important;
    width: 100%!important;
    height: 100%!important;
}

#backgroun_search_res{
    text-align: center;
}
#backgroun_search_res img{
    width: 55px;
    height: 55px;
    margin-bottom: 12px;
    margin-left: 5px;
    border-radius: 8px;
    transition: 2s;
    cursor: pointer;
}
#backgroun_search_res img:hover{
    transform: scale(2);
    border-radius: 0px;
    z-index: 999999;
}
#backgroun_search input[type=text]{
    width: 189px;
    height: 36px;
    padding-left: 35px;
}
#backgroun_search input[type=submit]{
    position: absolute;
    left: 7px;
    bottom: -1px;
    border-radius: 30px 0px 0px 30px !important;
}
#backgroun_search {
    position: relative;
}

#offcanvasExample {
    background:-moz-linear-gradient(0deg, rgba(111, 98, 92, 1) 0%, rgba(171, 154, 134, 1) 35%, rgba(140, 168, 190, 1) 59%);
    background:-webkit-linear-gradient(0deg, rgba(111, 98, 92, 1) 0%, rgba(171, 154, 134, 1) 35%, rgba(140, 168, 190, 1) 59%);
    background:-o-linear-gradient(0deg, rgba(111, 98, 92, 1) 0%, rgba(171, 154, 134, 1) 35%, rgba(140, 168, 190, 1) 59%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6F625C', endColorstr='#8CA8BE', GradientType=1 );
    background:-ms-linear-gradient(0deg, rgba(111, 98, 92, 1) 0%, rgba(171, 154, 134, 1) 35%, rgba(140, 168, 190, 1) 59%);
    background:linear-gradient(0deg, rgba(111, 98, 92, 1) 0%, rgba(171, 154, 134, 1) 35%, rgba(140, 168, 190, 1) 59%);
    background-color: unset!important;
}
.fonts_select{
    width: auto;
    direction: ltr;
}

.accordion-button.collapsed {
    background-color: #f3f0ff52;
}
.accordion-body{
    background-color: #6f6c7b12;
}
#desktop{
    color: black;
}
.svg_cio svg{
    width:33px;
    height:33px;
    fill: #0e1a41;
}
.dock-container.blure_background li {
    margin-right: 8px;
}
#right_toggle_btn svg,#left_toggle_btn svg{
    width: 25px;
    height: 25px;
    fill: #1e5265;
}
#right_toggle_btn{
    position: absolute;
    left: -35px;
    top: -20px;
    background-color: #e5e6e7;
    border-radius: 5px;
    display: none;
}
#left_toggle_btn{
    position: absolute;
    right: -35px;
    top: -20px;
    background-color: #e5e6e7;
    border-radius: 5px;
    display: none;
}
.right_toggle{
    right: 5px!important;
}
.left_toggle{
    left: 5px!important;
}
.left_toggle_pcalender{
    left: 17px!important;
}
#volumeStatus{
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 30px;
    fill: rgba(18, 27, 28, 0.94);
    cursor: pointer;
}
#noter{
    height: 200px;
    resize: none;
}
.tox-notification.tox-notification--in.tox-notification--warning,.tox-statusbar__branding{
    visibility: hidden !important;
}
.tox.tox-tinymce {
    border-radius: 0px;
    z-index:1;
}
.tox-statusbar__resize-handle {
    display: none !important;
}
#suber {
  position: absolute;
  top: 36px;
  z-index: 2;
  width: 123px;
  right: 5px;
}