.select2-selection__rendered{
    min-width: 100px;
}
span[data-select2-id]{
    width: 100% !important;
}
.select2-search__field{
    /*        pointer-events: none !important;
            display: none !important;*/
}
.select2-container--open {
    z-index: 9999999 !important;
}

#select2-kt_select2_6-container{
    text-align: left;
    font-size: 13px !important;
    font-weight: 400;
    font-family: Poppins, Helvetica, "sans-serif";
    -webkit-font-smoothing: antialiased;
    color: #464E5F;
    -webkit-box-direction: normal;
    pointer-events: auto;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-user-select: none;
    background-color: #fff;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    border: 1px solid #E5EAEE;
    outline: none !important;
    border-radius: 0.42rem;
    height: auto;
    line-height: 0;

    height: 40px;
    padding: 7px;
}

span.select2-selection{
    /*        text-align: left;
            font-size: 13px !important;
            font-weight: 400;
            font-family: Poppins, Helvetica, "sans-serif";
            -webkit-font-smoothing: antialiased;
            color: #464E5F;
            -webkit-box-direction: normal;
            pointer-events: auto;
            box-sizing: border-box;
            cursor: pointer;
            -webkit-user-select: none;
            background-color: #fff;
            display: flex;
            -webkit-box-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            justify-content: space-between;
            border: 1px solid #E5EAEE;
            outline: none !important;
            border-radius: 0.42rem;
            height: auto;
            line-height: 0;*/
    border-color: #ffffff00 !important;
}

.select2-selection__arrow{
    border: 0;
    margin-left: 0.5rem;
    font-size: 0.85rem;
    left: auto;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: static;
    width: auto;
    height: 20px;
    margin-right: 1rem;
    top: 9px !important;
}

.select2-selection__clear{
    display: none !important;
}

#callModal .modal-body {
    padding: 40px;
}
#callModal .modal-header {
    background: #f3f6f9;
}
#callModal .modal-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background: #f3f6f9;
}
#callModal .recordWrap {
    display: flex;
}
#callModal .numbpad {
    border: 0;
}
#callModal .call-now {
    background: #28a745;
    color: #fff;
    border-radius: 3px;
    border: 0;
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
}
#callModal .call-now i {
    color: #fff;
    position: relative;
    right: -5px;
    opacity: 0.7;
    margin-left: 5px;
}
#callModal .call-now:hover {
    background: #1e7e34;
}
#callModal .hold-now {
    height: 40px;
    background: #fd7e14;
    color: #fff;
    border-radius: 3px;
    border: 0;
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
}
#callModal .hold-now i {
    color: #fff;
    position: relative;
    right: -5px;
    opacity: 0.7;
    margin-left: 5px;
}
#callModal .hold-now:hover {
    background: #dc6502;
}
#callModal .hangup-now {
    height: 40px;
    background: #dc3545;
    color: #fff;
    border-radius: 3px;
    border: 0;
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
}
#callModal .hangup-now i {
    color: #fff;
    position: relative;
    right: -5px;
    opacity: 0.7;
    margin-left: 5px;
}
#callModal .hangup-now:hover {
    background: #bd2130;
}
#callModal .time {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 28px;
    font-weight: 500;
    padding: 10px 0;
    position: relative;
}
#callModal .start {
    display: flex;
    flex-direction: row;
    flex: 1;
}
#callModal .start .left {
    display: flex;
    flex: 1;
    flex-direction: column;
}
#callModal .start .right {
    display: flex;
    flex: 0 1 120px;
}
#callModal .callWrap .top #deleteNumber {
    display: none;
}
#callModal .callWrap .top:hover #deleteNumber {
    display: inline-block;
}
#callModal .callWrap .top:hover #deleteNumber:hover {
    color: #dc3545;
}
#callModal .callWrap .numpad {
    display: grid;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 10px 0;
}
#callModal .callWrap .numpad span {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    padding: 5px 10px;
    background: #f3f6f9;
    border-radius: 3px;
}
#callModal .callWrap .numpad span:hover {
    cursor: pointer;
    background: #e5e5e5;
}
#callModal .callWrap .time {
    position: relative;
}
#callModal .callWrap .top {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 20px;
    font-weight: 600;
}
#callModal .callWrap .bottom {
    display: flex;
    flex-direction: row;
}
#callModal .callWrap .bottom button {
    padding: 5px;
    margin: 0 6px;
}
#callModal .callWrap .middle {
    height: 170px;
    display: flex;
    flex: 0 1;
    justify-content: center;
    align-items: center;
}
#callModal .callWrap .middle img {
    width: 200px;
}

