

:root {
    --bg-content: #f3f4f6;
    --navbar-background: rgb(17 24 39);
    --navbar-text: rgb(229 231 235 );
    --footbar-bg-color: rgb(17 24 39);
    --footbar-text-color: rgb(229 231 235);
    --icon-image-url: url('_content/CertEntTrust.MW.SDK.Components/images/CT.png')
}

.memoedit-form-control {
    min-height: calc(1.5em + .75rem + 2px);
    border-radius: .25rem;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.icon-image {
    width: 2.25rem;
    height: 2.25rem;
    background-color: #F9FAFB;
    border-radius: 0.375rem;
    background-image: var(--icon-image-url);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border: inset .25rem transparent;
}

body {
    margin: 0;
  
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
    color: inherit;
    text-decoration: none;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.wizardContainer .b-steps-content {
    overflow: auto;
}


.content-selector {
    width: 100%;
    height: 100%;
}

.LoadingScreen {

    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 10px;
}

.loadingContent {
    width: 4rem;
    height: 4rem;
}

.CCViewGrid {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 1rem 5px;
    align-items:center;
}

.CCViewGrid p{
    margin-bottom:0px;
}


.ps {
    overflow: unset !important;
}

.b-text-drop {
    width: 100%;
    line-height: 150px;
    border: 1px dashed;
    text-align: center;
    color: gray;
    border-radius: 7px;
}


.btn-group-sm > .btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem;
}

.layout-wrapper.with-sidebar {
    display: grid;
    grid-template-columns: 57px 1fr;
}

.layout-wrapper {
    display: grid;
    grid-template-columns: 57px 1fr;
    background: linear-gradient(135deg, #D3D3D3, #E5E4E2);
}

.modal-activate {
    width: 100%;
    margin-left: 2rem;
    margin-right: 2rem;
}

.content-wrapper {
    width: calc(100vw - 57px);
}

.singlePanelContainer {
    max-width: 1536px;
    margin: 0 auto;
    background-color: #fffe;
    width: 100%;
    padding: 0.75rem;
    border-radius: 0.25rem;

    /*shadow-sm border-2 border-gray-300 */
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
    border-color: rgb(209 213 219);
    border-width: 2px;
}

footer {
    background-color: #fffe;
}

.doublePanelContainer {
    max-width: 1930px;
    margin: 0 auto;
}


.min-h-container {
    min-height: calc(100vh - 172px - 3.5rem); /* 100vh - 60px - 20px - 1.8rem - 1.7rem - 10px - 62px - 20px */
}

.h-container {
    height: calc(100vh - 172px - 3.5rem);
}

.remove-icon:hover {
    color: #dc3545;
}

@media (min-width: 768px) {
    .layout-wrapper.with-sidebar {
        display: grid;
        grid-template-columns: 280px 1fr;
    }

    .layout-wrapper {
        display: grid;
        grid-template-columns: auto 1fr;
    }

    .modal-activate {
        margin-left: 0;
        margin-right: 0;
    }

    .layout-wrapper.with-sidebar .content-wrapper {
        width: calc(100vw - 280px);
    }

    
}

.w-auto{
    width: auto;
}

.datatable.datatable-table td {
    vertical-align: middle;
}


.text-green-600 {
    color: rgb(22 163 74);
}

.bg-green-100 {
    background-color: rgb(220 252 231);
}

.bg-red-100 {
    background-color: rgb(254 226 226);
}

.flex-grow{
    flex-grow:1;
}

.mt-20px{
    margin-top:20px;
}

.my-certifications-table th, .my-certifications-table{
    text-align: center;
}

.my-certifications-table.datatable-table {
    border-collapse: collapse;
}

.profile-image-icon {
    object-fit: cover;
}

.profile .profile-edit img {
    width: 120px;
    height: 120px;
}

.profile .profile-card img {
    width: 120px;
    height: 120px;
}

.header-nav .nav-profile img{
    width:36px;
    height:36px;
}