/*css for action dropdown */
.dropdown-toggle::after {
    content:none;    
}
/* -webkit-transform: rotate(-90deg); */
.outer-dropdown {
    text-align:center;
    
}
/*Override button disable style */
.btn-info.disabled, .btn-info:disabled {
    background-color: #17a2b8 !important;
}
/*.action-menu {
    font-size:0.8rem !important;
    width: 289px;
    background-color: #2F2F2E;
    padding: 0px;
}*/
/*.action-menu li:hover{
    background-color: #CCC !important;
}*/
/*.action-menu li {
    background-color: #2F2F2E;
    padding:2px;
    cursor: pointer;
    list-style-type:none;
    list-style-position: inside;
    border-bottom: 1px solid #ffffff;
}*/
.action-menu li a{
   /* color: #ffffff !important;
    text-decoration: none !important;
    margin: 0px !important; 
    display: block !important; 
    width: 100% !important; 
    height: 100% !important;*/
}

.action-menu li a:hover{
    /*background-color: #B1AEAE !important;*/
}

/*.test:after {
  content: '\2807';
  font-size: 2em;
  color: #2e2e2e
}*/

/* eos-popup-dialog */

.ui-dialog #eosPopup {
    overflow: unset;
    height: 310px !important;
} 
.eos-popup-dialog{
    top: 200px !important;
    font-family: sans-serif;
    border-radius: 25px;
}

.eos-popup-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin: auto;
    position: relative;
    padding: 0 20px;
    top: -160px;
}

.eos-close-btn {
    position: absolute;
    top: -10px;
    right: 55px;
    background: none;
    border: none;
    font-size: 28px;
    font-weight: bold; 
    background: url(../img/close_button.png) center no-repeat;
    cursor: pointer;
    color: #555;
    z-index: 1001;
    line-height: 1;
    width: 32px;
    height: 32px;
    outline: none;
}

.eos-close-btn:focus {
    outline: none;
}


.eos-popup-container::before {
    content: "";
    width: 100%;
    height: 240px;
    background: url(../img/laptop.png) center no-repeat;
    background-size: contain;
    display: block;

}

.eos-title {
    color: #DC3545;
    font-family: Open Sans;
    font-weight: 700;
    font-size: 22px;
    text-align: center;
    margin-bottom: 2px; 
}

.eos-subtitle {
    margin: 0 auto;
    color: #2E2E2E;
    font-family: Open Sans;
    font-weight: 800;
    font-size: 26px;
    line-height: 27px;
    text-align: center;
}

.eos-description {
    margin: 18px 0 20px 0;
    font-size: 14px;
    color: #333;
    text-align: center;
}

.eos-date {
    color: #DC3545;
}

.eos-link {
    color: #7677F4 !important;
    display: inline-block;
    cursor: pointer;
}

.eos-popup-dialog .ui-dialog-buttonpane {
    background: none !important;
    border: none !important;
    text-align: center;
}

.eos-popup-dialog .ui-dialog-buttonpane button {
    width: 100%;
    background: #7677F4 !important;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #fff !important;
    border-radius: 12px;
    font-weight: bold;
    cursor: pointer;
    padding:12px 24px;
    max-width: 70%;
    margin: 0 auto;
    border:none;
    height: 46;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset.eos-button-set {
    float: none;
}
.eos-popup-dialog .ui-dialog-buttonpane button:hover {
    background-color: #7677F4 !important;
}

.eos-popup-dialog .ui-dialog-buttonpane button:last-child {
    background: none !important;
    color: #7677F4 !important;
    font-weight: bold;
    border: none !important;
    width: 181;
    height: 32;
    outline: none;
}
