.template {
    width: 95%;
}

.chatbox .contacts_body {
    height: calc(100vh - 210px);    
    overflow-y: scroll;
}

.margin-auto {
    margin: auto;
}

.margin-20 {
    margin: 20px;
}

.ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
    padding: 20px 0px 20px 0px;
}

.form-control {
    border-radius: 0;
    background: #fff;
    border: 1px solid #016b88;
    color: #2b2828 !important;
    height: 56px;
}

nz-select.form-control {
    border-radius: 0;
    background: #fff;
    border: 1px solid #016b88;
    color: #2b2828 !important;
    height: 56px;
    margin: 0px;
    padding: 0px;
    /* height: 100%; */
    width: 100%;
}

.details-card .card-info {
    margin-top: 0px;
    flex-grow: 1;
}

.ant-upload-list-text .ant-upload-span, .ant-upload-list-picture .ant-upload-span {
    display: flex;
    align-items: center;
    display: none !important;   
}

.steps-content {
    margin-top: 16px;
    border: 1px dashed #e9e9e9;
    border-radius: 6px;
    background-color: #fafafa;
    min-height: 200px;
    text-align: center;
    padding-top: 80px;
  }

.steps-action {
    margin-top: 24px;
}

button {
    margin-right: 8px;
}

.steps-line {
    width: 90%;
    margin: auto;
}

.form-add-edit .ant-steps-item-title {
    color: #ffffff !important;
}

nz-steps.ant-steps-item.form-add-edit.ant-steps-item-active.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
    color: #ffffff !important;
}

nz-steps .ant-steps-item-title {
    color: rgba(0, 0, 0, 1) !important;
}

app-create-souscription nz-steps .ant-steps-item-title {
    color: #ffffff !important;
}

.form-add-edit .ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
    background-color: #ffffff !important;
}

.black-color {
    color: #ffffff !important;
}

nz-steps  .ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
    color: rgb(0 0 0 / 40%) !important;
}

app-create-souscription nz-steps  .ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
    color: rgb(255 255 255 / 40%) !important;
}

.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
    color: rgb(255 255 255 / 40%) !important;
}

.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
    background-color: rgb(255 255 255 / 40%) !important;
}

.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
    background-color: #ffffff !important;
}

.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
    background-color: #ffffff !important;
}

.anticon svg {
    display: inline-block;
    margin-top: -8px;
    /* color: #ffffff; */
}

app-create-souscription .anticon svg {
    display: inline-block;
    margin-top: -8px;
    color: #ffffff;
}

app-create-souscription nz-pagination .anticon svg {
    display: inline-block;
    margin-top: -8px;
    color: #006B88;
}

.svg-primary nz-upload .anticon svg {
    display: inline-block;
    margin-top: -8px;
    color: #006B88;
}

.ant-select-multiple .ant-select-selection-item-remove svg {
    display: inline-block;
    color: #ffffff;
    margin-top: 0px;
}

app-form .ant-select-multiple .ant-select-selection-item-remove svg {
    display: inline-block;
    color: #ff2e2e;
    margin-top: 0px;
}

nz-tree-node-option .anticon {
    display: inline-block;
    color: inherit;
    font-style: normal;
    line-height: 0;
    font-size: 20px;
    margin-top: 15px;
    margin-right: 10px;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ant-segmented-item-selected.ant-segmented-item-disabled {
    color: white !important;
    cursor: not-allowed;
}

.ant-segmented-item-disabled {
    color: black !important;
    cursor: not-allowed;
}