:root{
    --random-color: #000;
}

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
}
.alert_btn{
    width: 120px;
    height: 35px;
    border-radius: 30px ;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid transparent;
    overflow: hidden;
    /* background: linear-gradient(#54DEBA,#54A8DE,#54D4DE) padding-box; */


}

.alert_btn::after{
   content: '';
   position: absolute;
   top: -3px; /* Adjust based on your desired border width */
   left: -3px; /* Adjust based on your desired border width */
   right: -3px; /* Adjust based on your desired border width */
   bottom: -3px; /* Adjust based on your desired border width */
   height: 150%;
   width: 150%;
   border-radius: 30px;
   background-image:linear-gradient(to bottom right,#54DEBA,#54A8DE,#54D4DE,#4AE186,#547DDE,#9ED9DE);
   z-index: -1;
}
.alert_modal {
    border-radius: 5px;

}
/*.dialog_modal{*/
/*    margin-left: 550px;*/
/*    margin-top: 250px;*/
/*}*/
#header{
    display: flex;
    justify-content: center;
}

#text_overlay{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}


.vertical_line {
    border-left: 1px solid white;
}

#pdf_container { background: #ccc; text-align: center; display: none; padding: 5px; height: 820px; overflow: auto; }

@media print {
    body {display:none;}
}

.centered-text {
    font-weight: bolder;
    text-align: center;
    flex-grow: 1;
}
.left-text{
    font-weight: bolder;
    text-align: left;
    flex-grow: 1;
}
.item2{
    color: #FFFFFF;
    font-size: 25px;
}
.p-3{
    color:   #047cfc;
    font-size: 20px;
}
.p-3:hover{
    border: 2px solid #0c84ff;
    border-radius: 5px;
    color: #0c84ff;
}
.sidebar2{
    width: 350px;
}
.left_menu {
    border: 1px solid  #0c84ff ;
    border-radius: 10px;
    transition: all 0.2s ease-in-out;
}
.left_menu:hover {
    background-color: #0c84ff;
    border-radius: 10px;
    transform: scale(1.05);
}

.sub_menu {
    transition: all 0.2s ease-in-out;
}
.sub_menu:hover {
    transform: scale(1.03);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}


.sub_menu2 {
    transition: all 0.2s ease-in-out;
}
.sub_menu2:hover{
    transform: scale(1.01);
    /*box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;*/
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.orange-text{
    color: #FFCC00;
}
.bottom_button{
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background-color: #FFFFFF;
    display: -ms-flexbox;
     display: flex;
    min-height: 50px;
    padding: .5rem;
    /* margin-left: 386px; */
    /* margin-bottom: -21px; */
     justify-content: space-between;
    position: fixed;
    bottom: 5px;

}
.error_button{
    width: 540px;
    border-radius: 9px;
}

.smartkey_editor_btn{
    width: 250px;
    border-radius: 9px;
}
.buttons{
    display: flex;
    justify-content: space-between;
}
.button_menu_view{
    color: #0c84ff;
    width: 34px;
    height: 34px;
    background-color: #FFFFFF;
    position: absolute;
    right: -9px;
    /*transform: translateY(314px);*/
    text-align: center;
    border-radius: 50%;
    z-index: 1;
}
.button_menu_view:hover{
    /*transform: scale(1.01);*/
    /*box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;*/
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
#view_menu_left {
    transition: all 0.5s ease;
}

#button_menu_view {
    transition: left 0.5s ease;
}
.new{
    width: 40px;
}
.hide-left {
    transition: all 0.5s ease;
    transform: translateX(-130%);
}
.center{
    display: flex;
    justify-content: center;
    align-content: center;
}
.viewRow3{
    border-radius: 5px ;
    border: 2px solid #0c84ff;
}

.btn_search_function{
    color: #000;
}
.btn_search_function:hover{
    color: #FFF;
}
.active {
  background-color: #0c84ff;
    color: #FFF !important;
}
#myImageViewport {
    cursor: grab;
    display: flex;
    align-items: center;
    justify-content: center;
}

#myImageContent img {
    width: auto;
    height: auto;
    margin: auto;
}

#myImageContent div {
    position: absolute;
    font-size: 80px;
}
.imgdiv {
    overflow: auto;
    cursor: grab;

}



