.broj-popup-cover {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10001;
    background: #131313a3;
}
#broj-sms-popup{
    position: relative;
    width :  785px;
    height : 700px;
    padding: 19px 24px;
    flex-direction: column;
    background-color: #3e3e3e;
    font-family: NotoSansKR,sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
}
#broj-sms-popup .page-top-toggle .switch{
    width: 30px;
    height: 16px;
}

#broj-sms-popup .page-top-toggle .switch span{
    background: #43b69f;
}

#broj-sms-popup .page-top-toggle{
    font-family: AppleSDGothicNeo, sans-serif;
    height: 36px;
    width: 122px;
    margin: 0px 0px 0px 8px;
    border-radius: 4px;
    outline: none;
    line-height: 25px;
    color: white;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    position: relative;
    float: right;
}

#broj-sms-popup .page-top-toggle a{
    width: 60px;
    font-size: 12px;
    color: white;
    margin: 0;
    text-align: center;
    line-height: 15px;
}

#broj-sms-popup .page-top-toggle .switch .sms-slider{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

#broj-sms-popup .page-top-toggle .switch .sms-slider:before{
    content: "";
    position: absolute;
    height: 22px;
    width: 22px;
    left: -4px;
    bottom: -3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

#broj-sms-popup .page-top-toggle .switch .sms-slider.sms-round {
    border-radius: 34px;
}

#broj-sms-popup .page-top-toggle .switch .sms-slider.sms-round:before {
    border-radius: 50%;
}

#broj-sms-popup .page-top-toggle .switch .active.sms-round:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

#broj-sms-popup>div:nth-of-type(1){
    width: 100%;
    height: 96px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

#broj-sms-popup>div:nth-of-type(2){
    width: 100%;
    height: calc(100% - 96px);
    display: inline-flex;
}

#broj-sms-popup>div:nth-of-type(2)>div:nth-of-type(2){
    width: 4px;
    height: calc(100% - 40px);
    background: #585656;
    display: inline-flex;
    position: relative;
}

#broj-sms-popup>div:nth-of-type(2) .sms-content-area{
    width: calc(50% - 2px);
    height: 100%;
    display: inline-block;
    position: relative;
}

#broj-sms-popup>img{
    position: absolute;
    right: 8px;
    top: 8px;
    width: 22px;
    cursor: pointer;
}

#sms-view-img{
    width: 100%;
    position: relative;
}

#broj-sms-popup .page-top-toggle{
    width: 100px;
}

#broj-sms-popup .sms-popup-container{
    width: 100%;
    height: 36px;
    margin-top: 13px;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

#broj-sms-popup .sms-popup-container>span{
    width: 53px;
}

#broj-sms-popup .sms-popup-container>select{
    width: calc(100% - 106px);
    height: 100%;
    padding: 7px 12px;
    border-radius: 3px;
    border: solid 1px #979797;
    background-color: #ffffff;
    color: black;
}

#broj-sms-popup .sms-popup-container>input{
    width: calc(100% - 53px);
    height: 100%;
    padding: 7px 12px;
    border-radius: 3px;
    border: solid 1px #979797;
    background-color: #ffffff;
    color: black;
    box-sizing: border-box;
}

#broj-sms-popup .sms-popup-container>textarea{
    width: calc(100% - 53px);
    height: 100%;
    padding: 7px 12px;
    border-radius: 3px;
    border: solid 1px #979797;
    background-color: #ffffff;
    color: black;
    box-sizing: border-box;
    resize: none;
}

#broj-sms-popup .sms-popup-container>img{
    width: 53px;
    height: 100%;
    padding: 5px 12px;
    box-sizing: border-box;
    cursor: pointer;
}

#broj-sms-popup .sms-popup-container button{
    width: 80px;
    height: 32px;
    border-radius: 3px;
    background-color: #ffffff;
    color: black;
    border: none;
    cursor: pointer;
    display: inline-flex;
    flex-direction: row;
}

#broj-sms-popup .sms-popup-container>button>img{
    width: 20px;
    padding-right: 7px;
}

#broj-sms-popup #add-mini-popup{
    width: 600px;
    height: 500px;
    background: #363636;
    position: absolute;
    z-index: 10;
    top: 100px;
    left: 80px;
    border-radius: 3px;
    border: 1px solid #ffffff;
    padding: 20px;
}

#broj-sms-popup #add-mini-popup div>img{
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    right: 0px;
}

#broj-sms-popup #add-mini-popup #add-btn{
    border: 0;
    height: 30px;
    width: 183px;
    color: #ffffff;
    background: tomato;
    font-size: 10pt;
    cursor: pointer;
}

#add-mini-popup #sms-member-name,#add-mini-popup #sms-member-phone-number{
    width: 183px;
    height: 26px;
}

table.type11 {
    border-collapse: separate;
    border-spacing: 1px;
    text-align: center;
    line-height: 1.5;
}
table.type11 th {
    width: 155px;
    padding: 10px;
    font-weight: bold;
    vertical-align: top;
    color: #ffffff;
    background: #1e1e1e ;
}
table.type11 td {
    width: 155px;
    padding: 10px;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
    background: #eee;
    color: black;
}

.scroll-bar::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.scroll-bar::-webkit-scrollbar-thumb {
    background: rgba(203, 203, 203, 0.62);
    border-radius: 3px;
}
