.my-icon-size-4 {
    font-size: 3rem;
}

.my-icon-size-3 {
    font-size: 3rem;
}

.my-icon-size-2 {
    font-size: 2rem;
}


/*
 custom colors - blue-ish
      */

.my-menu-bgcolor {
    background: #F3F3F3;
}

.my-page-title-color-1 {
    background: #2D436B;
}

.my-footer1 {
    background: rgb(139, 170, 214);
}

.my-copyright-sec {
    /* background: rgb(1, 50, 93); 1st ver colors */
    background: rgb(1, 43, 80);
}

.btn-primary {
    background-color: #8BAAD6 !important;
}

ol .icon-error-1 {
    width: 20px;
    height: 20px;
}

ul.pagination>li.active>span.page-link {
    background-color: #8BAAD6 !important;
}

.my-box {
    border-radius: 10px;
    transition: box-shadow .3s;
}

.my-box:hover {
    box-shadow: 0 0 11px rgba(33, 33, 33, .2);
}

.my-box-3d {
    box-shadow: 0 0 11px rgba(33, 33, 33, .2);
}

.my-link1 {
    /* font-size: 100%; */
    color: black;
    text-decoration: none;
}

.my-link1:hover {
    color: #707071;
    font-style: italic;
}

.my-disabled {
    font-style: italic;
    color: #F3F3F3;
    pointer-events: none;
    cursor: default;
}

.alert-link {
    text-decoration: none;
}

.alert-link:hover {
    font-style: italic;
}